|
@@ -252,21 +252,17 @@ form th {
|
|
|
.dropdown-menu .item {
|
|
.dropdown-menu .item {
|
|
|
transition: all 0.075s ease-in-out;
|
|
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;
|
|
padding: 0 2rem;
|
|
|
color: #363330;
|
|
color: #363330;
|
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
|
line-height: 2.5em;
|
|
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: #ca7227;
|
|
background: #ca7227;
|
|
|
color: #fff;
|
|
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: grayscale(100%) brightness(2.5);
|
|
filter: grayscale(100%) brightness(2.5);
|
|
|
}
|
|
}
|
|
|
.dropdown-menu .item.dropdown-section {
|
|
.dropdown-menu .item.dropdown-section {
|
|
@@ -275,7 +271,7 @@ form th {
|
|
|
.dropdown-menu .item.dropdown-section ~ .dropdown-section {
|
|
.dropdown-menu .item.dropdown-section ~ .dropdown-section {
|
|
|
border-top-color: #f5f0ec;
|
|
border-top-color: #f5f0ec;
|
|
|
}
|
|
}
|
|
|
-.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;
|
|
padding-left: 2rem;
|
|
|
}
|
|
}
|
|
|
.dropdown-menu .item:not(.addItem) a:hover,
|
|
.dropdown-menu .item:not(.addItem) a:hover,
|
|
@@ -1316,4 +1312,6 @@ body.register {
|
|
|
a, button.as-link {
|
|
a, button.as-link {
|
|
|
outline: none;
|
|
outline: none;
|
|
|
color: #ca7227;
|
|
color: #ca7227;
|
|
|
-}
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*# sourceMappingURL=ansum.css.map */
|