|
@@ -47,17 +47,11 @@
|
|
|
}
|
|
|
|
|
|
.dropdown-menu {
|
|
|
- font-size: .875rem;
|
|
|
+ font-size: #{$sta-font-size-small}px;
|
|
|
}
|
|
|
|
|
|
.dropdown-item.active {
|
|
|
- font-weight: 500;
|
|
|
- color: #2b2b2b;
|
|
|
- background-color: transparent;
|
|
|
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: .4rem .6rem;
|
|
|
- background-size: .75rem .75rem;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -89,9 +83,14 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// Allow user to horizontally scroll.
|
|
|
+// Commented out this feature as it causes dropdowns to appear within the menu bar.
|
|
|
+// TODO: re-enable in a way that doesn't break dropdowns.
|
|
|
+/*
|
|
|
.navbar .collapse {
|
|
|
overflow-x: auto;
|
|
|
}
|
|
|
+*/
|
|
|
|
|
|
.navbar-brand {
|
|
|
padding-top: 0;
|