From 57efc8d3bfd90f5ecd1d1312c8129f0fb2093170 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 26 Mar 2026 13:28:30 +0000 Subject: [PATCH] df --- Vue/Fichebeneficiaire/index.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Vue/Fichebeneficiaire/index.php b/Vue/Fichebeneficiaire/index.php index 4b0a436..04cf8b2 100755 --- a/Vue/Fichebeneficiaire/index.php +++ b/Vue/Fichebeneficiaire/index.php @@ -925,6 +925,15 @@ .rounded-circle { border: 3px solid #e3f2fd; } + +@media (min-width: 992px) { + .border-end-lg { border-right: 1px solid #dee2e6 !important; } + } +@media (min-width: 768px) { + .border-end-md { border-right: 1px solid rgba(0,0,0,0.1) !important; } +} +.bg-primary-subtle { background-color: #e7f1ff; } +