Update custom sass

This commit is contained in:
Daniel Supernault 2018-11-03 22:15:36 -06:00
parent 9c1dbbe9b1
commit 1e02bb5446
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -33,10 +33,6 @@ body, button, input, textarea {
}
}
.dropdown-menu {
min-width: 13rem;
}
.text-dark {
color: #212529 !important;
}
@ -248,6 +244,7 @@ body, button, input, textarea {
.status-photo img {
object-fit: contain;
width: 100%;
max-height: calc(100vh - (6rem));
}
@ -410,4 +407,19 @@ details summary::-webkit-details-marker {
.nav-notification-dropdown .loader {
padding-top: 5rem;
padding-bottom: 5rem;
}
.timeline-sidenav.nav-pills .nav-link {
color: #6c757d;
}
.timeline-sidenav.nav-pills .nav-link:hover {
background: rgba(0,0,0,0.04);
}
.timeline-sidenav.nav-pills .nav-link.active,
.timeline-sidenav.nav-pills .show > .nav-link {
color: #08d;
background: transparent;
border: 1px solid #08d;
}