|
@@ -152,27 +152,7 @@
|
|
|
@include mixins.transition(all, 0.15s, ease-in-out);
|
|
@include mixins.transition(all, 0.15s, ease-in-out);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .error {
|
|
|
|
|
- a {
|
|
|
|
|
- color: variables.$alert-bg;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
|
- .error {
|
|
|
|
|
- a {
|
|
|
|
|
- background: variables.$main-first;
|
|
|
|
|
- color: variables.$sid-font-color;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .empty {
|
|
|
|
|
- a {
|
|
|
|
|
- background: variables.$warning-bg;
|
|
|
|
|
- color: variables.$sid-font-color;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
a {
|
|
a {
|
|
|
background: variables.$sid-bg-dark;
|
|
background: variables.$sid-bg-dark;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
@@ -183,20 +163,6 @@
|
|
|
background: variables.$main-first;
|
|
background: variables.$main-first;
|
|
|
color: variables.$white;
|
|
color: variables.$white;
|
|
|
|
|
|
|
|
- .error {
|
|
|
|
|
- a {
|
|
|
|
|
- background: variables.$main-first;
|
|
|
|
|
- color: variables.$white;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .empty {
|
|
|
|
|
- a {
|
|
|
|
|
- background: variables.$warning-bg;
|
|
|
|
|
- color: variables.$white;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
a {
|
|
a {
|
|
|
background: variables.$main-first;
|
|
background: variables.$main-first;
|
|
|
color: variables.$white;
|
|
color: variables.$white;
|
|
@@ -205,12 +171,6 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- &.empty {
|
|
|
|
|
- a {
|
|
|
|
|
- color: variables.$warning-bg;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.nav-header {
|
|
.nav-header {
|
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|