Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $pad: 10px 15px;
  2. @import 'header';
  3. @import 'variables';
  4. @import 'button';
  5.  
  6. @mixin border($radius)
  7. -webkit-border-radius: $radius
  8. -moz-border-radius: $radius
  9. -ms-border-radius: $radius
  10. border-radius: $radius
  11. %myCode
  12. font-size: 70px
  13. color: #fff
  14.  
  15. body
  16. background-color: #fff
  17. font-family: 'Roboto', sans-serif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement