|
|
@ -89,40 +89,21 @@ |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
margin-right: 5px; |
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
fill: $primary-text-color; |
|
|
|
path:first-child { |
|
|
|
|
|
|
|
fill: $primary-text-color; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path:last-child { |
|
|
|
|
|
|
|
fill: $ui-highlight-color; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&:active, |
|
|
|
&:active, |
|
|
|
&:focus, |
|
|
|
&:focus, |
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
background: lighten($ui-highlight-color, 10%); |
|
|
|
background: lighten($ui-highlight-color, 10%); |
|
|
|
|
|
|
|
|
|
|
|
svg path:last-child { |
|
|
|
|
|
|
|
fill: lighten($ui-highlight-color, 10%); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&:disabled, |
|
|
|
&:disabled, |
|
|
|
&.disabled { |
|
|
|
&.disabled { |
|
|
|
svg path:last-child { |
|
|
|
|
|
|
|
fill: $ui-primary-color; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:active, |
|
|
|
&:active, |
|
|
|
&:focus, |
|
|
|
&:focus, |
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
background: $ui-primary-color; |
|
|
|
background: $ui-primary-color; |
|
|
|
|
|
|
|
|
|
|
|
svg path:last-child { |
|
|
|
|
|
|
|
fill: $ui-primary-color; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -131,10 +112,6 @@ |
|
|
|
&:focus, |
|
|
|
&:focus, |
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
background: $error-red; |
|
|
|
background: $error-red; |
|
|
|
|
|
|
|
|
|
|
|
svg path:last-child { |
|
|
|
|
|
|
|
fill: $error-red; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|