Guest User

Untitled

a guest
Dec 3rd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.47 KB | None | 0 0
  1. /*
  2.  
  3. Created on : 2 sept. 2011, 10:49:53
  4. Author     : Julios
  5. Description:
  6. stylesheet for restaurant
  7. */
  8.  
  9. // VARIABLE
  10. $restaurant_slugname: 'ochoa';
  11. $restaurant_color: #A05599;
  12. $restaurant_special_color: #A05599;
  13. $logo_height: 148px;
  14. $restaurant_background_position: 50% 0;
  15. $restaurant_background_color: #62A4D4;
  16. // FIN VARIABLE
  17.  
  18. @import "restaurant.scss";
  19.  
  20. body {
  21.   background-repeat: repeat-x;
  22.   background-attachment: fixed;
  23.   background-position: 0 bottom;
  24. }
Add Comment
Please, Sign In to add comment