|
|
@@ -251,21 +251,17 @@ form th {
|
|
|
.dropdown-menu .item {
|
|
|
transition: all 0.075s ease-in-out;
|
|
|
}
|
|
|
-.dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link {
|
|
|
+.dropdown-menu .item a, .dropdown-menu .item .as-link {
|
|
|
padding: 0 2rem;
|
|
|
color: #303136;
|
|
|
font-size: 1rem;
|
|
|
line-height: 2.5em;
|
|
|
}
|
|
|
-.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon {
|
|
|
- padding: 0 0.25rem !important;
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
|
|
|
+.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
|
|
|
background: #36c;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-.dropdown-menu .item a:not(.addItem):hover .icon, .dropdown-menu .item span:not(.addItem):hover .icon, .dropdown-menu .item .as-link:not(.addItem):hover .icon {
|
|
|
+.dropdown-menu .item a:not(.addItem):hover .icon, .dropdown-menu .item .as-link:not(.addItem):hover .icon {
|
|
|
filter: brightness(3);
|
|
|
}
|
|
|
.dropdown-menu .item.dropdown-section {
|
|
|
@@ -274,7 +270,7 @@ form th {
|
|
|
.dropdown-menu .item.dropdown-section ~ .dropdown-section {
|
|
|
border-top-color: #eff0f2;
|
|
|
}
|
|
|
-.dropdown-menu .item.dropdown-section .item a, .dropdown-menu .item.dropdown-section .item span, .dropdown-menu .item.dropdown-section .item .as-link {
|
|
|
+.dropdown-menu .item.dropdown-section .item a, .dropdown-menu .item.dropdown-section .item .as-link {
|
|
|
padding-left: 2rem;
|
|
|
}
|
|
|
.dropdown-menu .item[aria-checked=true] a::before {
|
|
|
@@ -313,6 +309,8 @@ form th {
|
|
|
|
|
|
/*=== Alerts */
|
|
|
.alert {
|
|
|
+ margin: 1rem 0;
|
|
|
+ padding: 1rem;
|
|
|
background: #f9fafb;
|
|
|
color: #5b6871;
|
|
|
font-size: 1rem;
|
|
|
@@ -1334,4 +1332,6 @@ body.register {
|
|
|
a, button.as-link {
|
|
|
outline: none;
|
|
|
color: #36c;
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+/*# sourceMappingURL=mapco.css.map */
|