Update custom.scss

This commit is contained in:
Daniel Supernault 2018-11-12 21:49:57 -07:00
parent 918d377d5b
commit 8bac77ab33
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 12 additions and 0 deletions

View File

@ -422,4 +422,16 @@ details summary::-webkit-details-marker {
color: #08d;
background: transparent;
border: 1px solid #08d;
}
.messages-page .bg-primary.text-white a {
color: #fff;
}
.notification-tooltip .tooltip-inner {
font-weight: bold;
}
.notification-tooltip .arrow::before {
border-bottom-color:#dc3545 !important;
}