Update custom.sass, fix tooltip bug

This commit is contained in:
Daniel Supernault 2019-07-21 01:01:56 -06:00
parent 7631aa0271
commit 5ef872ef96
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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 {