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
|
@ -52,8 +52,8 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
background: @ini_background;
|
||||
background: -webkit-linear-gradient(left, @ini_background, @color-content-bg);
|
||||
background: linear-gradient(left, @ini_background, @color-content-bg);
|
||||
background: -webkit-linear-gradient(left, @ini_background, @ini_background_content);
|
||||
background: linear-gradient(left, @ini_background, @ini_background_content);
|
||||
z-index: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue