Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. .btn {
  2. &-submit {
  3. background-color: #0a0;
  4. }
  5. &-custom-action {
  6. background-color: #a00;
  7. }
  8. }
  9.  
  10. .btn-submit {
  11. background-color: #0a0;
  12. }
  13. .btn-custom-action {
  14. background-color: #a00;
  15. }
  16.  
  17. h {
  18. &1 {
  19. font-size: 3rem;
  20. }
  21. &2 {
  22. font-size: 2.4rem;
  23. }
  24. &3 {
  25. font-size: 2rem;
  26. }
  27. &r {
  28. border-top: 1px solid #000;
  29. height: 0;
  30. }
  31. &eader {
  32. background-color: #f8f8f8;
  33. }
  34. }
  35.  
  36. h1 {
  37. font-size: 3rem;
  38. }
  39. h2 {
  40. font-size: 2.4rem;
  41. }
  42. h3 {
  43. font-size: 2rem;
  44. }
  45. hr {
  46. border-top: 1px solid #000;
  47. height: 0;
  48. }
  49. header {
  50. background-color: #f8f8f8;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement