[frio] Add background-repeat attribute to background image options
- Update background image options names and labels - Add background image option label tag
This commit is contained in:
parent
4307a87d6a
commit
86e4690b5f
5 changed files with 16 additions and 6 deletions
|
@ -27,6 +27,7 @@ body {
|
|||
background-color: $background_color;
|
||||
background-image: url("$background_image");
|
||||
background-size: $background_size_img;
|
||||
background-repeat: $background_repeat;
|
||||
background-attachment: fixed;
|
||||
color: #777;
|
||||
/*color: #555;*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue