Update custom.sass, fix tooltip bug

pull/1539/head
Daniel Supernault 6 years ago
parent 7631aa0271
commit 5ef872ef96
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -543,12 +543,12 @@ details summary::-webkit-details-marker {
padding: 3px 8px; padding: 3px 8px;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #dc3545; /*background-color: #dc3545;*/
border-radius: .25rem; border-radius: .25rem;
} }
.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before { .tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
border-top-color: #dc3545; /*border-top-color: #dc3545; */
} }
.carousel-control-prev-icon, .carousel-control-next-icon { .carousel-control-prev-icon, .carousel-control-next-icon {

Loading…
Cancel
Save