|
|
@ -319,7 +319,7 @@ details summary::-webkit-details-marker {
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: .5em 1em .5em .5em;
|
|
|
|
padding: .5em 1em .5em .5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.input-elevated::placeholder {
|
|
|
|
.input-elevated::placeholder {
|
|
|
|
color: #838D99;
|
|
|
|
color: #838D99;
|
|
|
@ -417,7 +417,7 @@ details summary::-webkit-details-marker {
|
|
|
|
background: rgba(0,0,0,0.04);
|
|
|
|
background: rgba(0,0,0,0.04);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline-sidenav.nav-pills .nav-link.active,
|
|
|
|
.timeline-sidenav.nav-pills .nav-link.active,
|
|
|
|
.timeline-sidenav.nav-pills .show > .nav-link {
|
|
|
|
.timeline-sidenav.nav-pills .show > .nav-link {
|
|
|
|
color: #08d;
|
|
|
|
color: #08d;
|
|
|
|
background: transparent;
|
|
|
|
background: transparent;
|
|
|
@ -434,4 +434,14 @@ details summary::-webkit-details-marker {
|
|
|
|
|
|
|
|
|
|
|
|
.notification-tooltip .arrow::before {
|
|
|
|
.notification-tooltip .arrow::before {
|
|
|
|
border-bottom-color:#dc3545 !important;
|
|
|
|
border-bottom-color:#dc3545 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.img-thumbnail {
|
|
|
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.reply-container {
|
|
|
|
|
|
|
|
.post-thumbnail {
|
|
|
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|