Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. body {
  2. background-color: #05070b;
  3. overflow-x: hidden;
  4. margin: 0;
  5. padding: 30px;
  6. font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  7. color: white;
  8. }
  9.  
  10. .heading--h1, .heading--h2, .heading--h3, .heading--h4, .heading--h5, .heading--h6, h1, h2, h3, h4, h5, h6 {
  11. color: #fff;
  12. line-height: 1.25;
  13. font-family: Lato, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  14. font-weight: 400
  15. }
  16.  
  17. .heading--h1, h1 {
  18. font-size: 1.77778em
  19. }
  20.  
  21. .heading--h2, h2 {
  22. font-size: 1.5em
  23. }
  24.  
  25. .heading--h3, h3 {
  26. font-size: 1em
  27. }
  28.  
  29. .heading--h4, h4 {
  30. font-size: .88889em
  31. }
  32.  
  33. .heading--h5, h5 {
  34. font-size: .77778em
  35. }
  36.  
  37. .heading--h6, h6 {
  38. font-size: .66667em
  39. }
  40.  
  41. hr {
  42. border-color: #32333f;
  43. margin-top: 3em;
  44. margin-bottom: 3em;
  45. border-width: 1px
  46. }
  47.  
  48. .example__frame {
  49. padding: 1.5rem;
  50. border: 2px solid hsla(0, 0%, 100%, .1);
  51. border-top-left-radius: .27778em;
  52. border-top-right-radius: .27778em
  53. }
  54.  
  55. .example__code {
  56. width: 100% !important;
  57. display: none;
  58. border-top-left-radius: 0 !important;
  59. border-top-right-radius: 0 !important;
  60. margin: 0 !important
  61. }
  62.  
  63. .space > * + * {
  64. margin-top: 0
  65. }
  66. .space--medium > * + * {
  67. margin-top: .5625em
  68. }
  69.  
  70. .slider__frame {
  71. border-radius: .16667em;
  72. text-align: center;
  73. height: 150px;
  74. line-height: 150px;
  75. -webkit-box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .5);
  76. box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .5);
  77. color: #fff;
  78. background: transparent;
  79. font-size: 1em;
  80. font-weight: 900
  81. }
  82.  
  83. .slider__frame[class*=active] {
  84. -webkit-box-shadow: none;
  85. box-shadow: none;
  86. background: linear-gradient(-45deg, #ed145b, #7b31f4)
  87. }
  88.  
  89. .slider__arrow {
  90. background-color: #818999;
  91. }
  92.  
  93. .slider__arrow:hover {
  94. background-color: #ed145b
  95. }
  96.  
  97. .slider__arrow--next {
  98. right: 1.5rem
  99. }
  100.  
  101. .slider__arrow--prev {
  102. left: 1.5rem
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement