|
@@ -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;
|
|
|
}
|