1
0
Fork 0

[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:
Hypolite Petovan 2018-04-24 20:42:23 -04:00
commit 86e4690b5f
5 changed files with 16 additions and 6 deletions

View file

@ -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;*/