SPR-910: var rename - background (site, page, header, footer) button (bg, color), link (existing) + box-shadow as fix var
This commit is contained in:
parent
2d690fd891
commit
202ac8de1e
18 changed files with 74 additions and 70 deletions
|
@ -11,7 +11,7 @@
|
|||
@media screen {
|
||||
.page-footer {
|
||||
min-height: @page-header_height;
|
||||
background-color: @background_page-header;
|
||||
background-color: @ini_background_page-header;
|
||||
border-top: 1px solid @ini_border_light;
|
||||
border-radius: 0 0 @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius
|
||||
font-size: @font-size-default;
|
||||
|
@ -28,7 +28,7 @@
|
|||
position: relative;
|
||||
z-index: 2;
|
||||
box-sizing: border-box;
|
||||
background-color: @color-site-bg;
|
||||
background-color: @ini_background_site;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue