This commit is contained in:
KONE SOREL 2026-03-26 13:28:30 +00:00
parent c56192343a
commit 57efc8d3bf

View File

@ -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; }
</style>
<script>