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; } +