Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. @import "variables";
  2.  
  3. .vrstar {
  4.  
  5. #Introduction {
  6. //width: $max-width-default;
  7. margin: 0 auto;
  8. text-align: center;
  9. .intro-inner {
  10. background-color: white;
  11. padding: 80px 0;
  12. margin: 0 auto;
  13. @media screen and (max-width: $max-width-default-query) {
  14. max-width: $max-width-medium;
  15. }
  16.  
  17. .title {
  18. font-weight: 400;
  19. font-size: 24px;
  20. color: $color-title;
  21. margin-bottom: 15px;
  22.  
  23. }
  24.  
  25. .desc {
  26. color: $color-title;
  27. font-size: 13px;
  28. line-height: 22px;
  29. span {
  30. font-weight: 500;
  31. }
  32. }
  33.  
  34. .img {
  35. margin-top: 40px;
  36. margin-bottom: 80px;
  37. }
  38. }
  39.  
  40. }
  41.  
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement