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

@ -13,7 +13,7 @@
box-sizing: border-box;
@media @screen_max-md {
background-color: @background_page-header;
background-color: @ini_background_page-header;
}
@media @screen_max-xs {
@ -71,7 +71,7 @@
&:hover,
&:focus,
&:active {
border-color: @color-link;
border-color: @ini_existing;
}
}
}
@ -127,7 +127,7 @@
position: relative;
strong {
background-color: @color-site-bg;
background-color: @ini_background_site;
}
.num {
@ -170,9 +170,9 @@
right: 0;
width: auto;
border: 0 none;
background: @background_page-header;
background: -webkit-linear-gradient(top, @background_page-header, @color-content-bg);
background: linear-gradient(top, @background_page-header, @color-content-bg);
background: @ini_background_page-header;
background: -webkit-linear-gradient(top, @ini_background_page-header, @ini_background_content);
background: linear-gradient(top, @ini_background_page-header, @ini_background_content);
box-shadow: @box-shadow-bottom;
z-index: 2000;