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

@ -29,10 +29,10 @@
width: @margin-default;
height: 100%;
background-color: @button_background;
border: solid 1px @button_background;
background-color: @ini_button_background;
border: solid 1px @ini_button_background;
border-radius: @ini_default_border_radius 0 0 @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @button_color;
color: @ini_button_color;
text-decoration: none;
transition: @transition color, @transition background-color, @transition border-color;
@ -55,9 +55,9 @@
&:hover,
&:focus,
&:active {
background-color: @button_color;
border-color: @button_background;
color: @button_background;
background-color: @ini_button_color;
border-color: @ini_button_background;
color: @ini_button_background;
text-decoration: none;
* {
@ -76,8 +76,8 @@
left: -1px;
a {
background-color: @button_background;
border-color: @button_background;
background-color: @ini_button_background;
border-color: @ini_button_background;
border-radius: 0 @ini_default_border_radius @ini_default_border_radius 0; // @ini_default_border_radius vs. @fix_border-radius
&::before {
@ -93,7 +93,7 @@
&:hover,
&:focus,
&:active {
background-color: @button_color;
background-color: @ini_button_color;
&::before {
opacity: 0;