SPR-910: var rename - background (site, page, header, footer) button (bg, color), link (existing) + box-shadow as fix var

This commit is contained in:
Silke Pisulla 2017-03-23 15:38:44 +01:00
commit 202ac8de1e
18 changed files with 74 additions and 70 deletions

View file

@ -30,12 +30,12 @@
&:focus,
&:active {
min-height: @icon-size;
background-color: @button_color;
border: solid 1px @button_background;
color: @button_background;
background-color: @ini_button_color;
border: solid 1px @ini_button_background;
color: @ini_button_background;
&::after {
background-color: @button_background;
background-color: @ini_button_background;
}
}
@ -97,9 +97,9 @@
top: 0;
bottom: 0;
min-height: @icon-size;
background-color: @button_color;
border: solid 1px @button_background;
color: @button_background;
background-color: @ini_button_color;
border: solid 1px @ini_button_background;
color: @ini_button_background;
}
}