Advertisement
Guest User

Untitled

a guest
May 21st, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.66 KB | None | 0 0
  1. //==================================
  2. //COLOR VARIABLES
  3. //==================================
  4. //colors
  5. //primary
  6. $reddish-orange: #e9530e; //infobip brand color
  7. $blood-orange: #fd4500;
  8. $mango: #f7b334;
  9.  
  10. $blue-green: #148997; //infobip brand color
  11. $silver-green: #b8dbd2; //infobip brand color
  12. $tealish: #26cad3; //infobip brand color
  13.  
  14. $dark: #263746; //infobip brand color
  15. $dark-A: #1a252f; //infobip brand color
  16. $slate: #3c5163;
  17.  
  18. $pale-blue: #d5f1f3;
  19. $light-grey-blue: #8ed3da;
  20. $ice: #e5f6eb;
  21. $ice-blue: #eefafb;
  22. $white: #ffffff;
  23. $bluey-grey: #93a0a9;
  24. $pale-grey: #f8faff;
  25.  
  26. $ocean-green-06: rgba(63, 162, 121, 0.06);
  27. $cornflower-blue-08: rgba(81, 114, 221, 0.08);
  28.  
  29. //colors - re-assigning
  30. $primary-color: $blood-orange;
  31. $secondary-color: $tealish;
  32. $tertiary-color: $dark;
  33.  
  34. //colors - gradients
  35.  
  36. $light-grey-blue-gradient: linear-gradient(to bottom, #ffffff, $pale-grey);
  37. $light-grey-white-gradient: linear-gradient(to top, #ffffff, $pale-grey);
  38.  
  39. //==================================
  40. //BUTTONS
  41. //==================================
  42. //color
  43. $primary-button-color: $white;
  44. $secondary-button-color: $white;
  45. //background color
  46. $primary-button-bg: $blood-orange;
  47. $primary-button-bg-hover: $reddish-orange;
  48.  
  49. $secondary-button-bg: $dark;
  50. $secondary-button-bg-hover: $slate;
  51. //border radius
  52. $button-border-radius: 7px;
  53. $small-button-border-radius: 4px;
  54. //box shadow
  55. $primary-button-box-shadow-hover: 2px 2px 16px 0 #f4c9b9;
  56. $secondary-button-box-shadow-hover: 2px 2px 16px 0 #a3b6c7;
  57.  
  58. //==================================
  59. //TAGS
  60. //==================================
  61. //color
  62. $primary-tag-color: $white;
  63. $secondary-tag-color: $white;
  64. $tertiary-tag-color: $blue-green;
  65. $quaternary-tag-color: $white;
  66. $fifth-tag-color: $dark;
  67. //background color
  68. $primary-tag-bg: $blood-orange;
  69. $secondary-tag-bg: $tealish;
  70. $tertiary-tag-bg: transparent;
  71. $quaternary-tag-bg: $mango;
  72. $fifth-tag-bg: $white;
  73. //border
  74. $primary-tag-border-color: transparent;
  75. $secondary-tag-border-color: transparent;
  76. $tertiary-tag-border-color: $pale-blue;
  77. $quaternary-tag-border-color: transparent;
  78. $fifth-tag-border-color: transparent;
  79. //shadow
  80. $button-shadow: 0 8px 23px $cornflower-blue-08;
  81. $tag-shadow: 0 5px 15px $ocean-green-06;
  82. //border radius
  83. $tag-border-radius: 3px;
  84.  
  85. //==================================
  86. //TEXT
  87. //==================================
  88. $title-color: $dark;
  89. $text-color: $slate;
  90. $quote-color: $mango;
  91.  
  92. //==================================
  93. //LINK
  94. //==================================
  95. $link-border-bg-color: $ice;
  96. $link-border-bg-color-hover: $blood-orange;
  97. $link-inactive: $slate;
  98. $link-active: $dark;
  99. $link-active-border-color: $mango;
  100.  
  101. //==================================
  102. //FORMS
  103. //==================================
  104. $form-input-border-radius: 7px;
  105. $form-input-bg: $white;
  106. $form-input-shadow: 0 2px 10px 0 rgba(130, 155, 227, 0.09);
  107. $form-input-color: $dark;
  108. $form-input-placeholder-color: $bluey-grey;
  109.  
  110. //==================================
  111. //CONTACT CTA
  112. //==================================
  113. $contact-cta-bg: $ice-blue;
  114. $contact-cta-input-shadow: 10px 4px 40px 0 rgba(20, 137, 151, 0.2);
  115.  
  116. //==================================
  117. //FOOTER
  118. //==================================
  119. $footer-bg-gradient: $light-grey-blue-gradient;
  120.  
  121. //==================================
  122. //SECTIONS
  123. //==================================
  124. $section-light-bg-gradient: $light-grey-blue-gradient;
  125. $section-light-bg-gradient--invert: $light-grey-white-gradient;
  126.  
  127. //==================================
  128. //LISTS
  129. //==================================
  130. $inline-list-bullet-bg: $light-grey-blue;
  131. $logo-list-shadow: 0 8px 20px 0 rgba(63, 86, 162, 0.08);
  132.  
  133. //==================================
  134. //CARD
  135. //==================================
  136. $navigation-box-shadow: 0 4px 6px rgba(130, 155, 227, 0.09);
  137. $card-border-radius: 7px;
  138. $card-icon-border-radius: 47px;
  139. $card-border-radius--code-output: 6px;
  140. $card-category-color: $blue-green;
  141. $card-border-radius--article: 12px;
  142. $card-box-shadow: 0 4px 6px rgba(130, 155, 227, 0.09);
  143. $card-box-shadow--article: 0 16px 30px rgba(130, 155, 227, 0.15);
  144. $card-box-shadow--code-output: 0 2px 10px rgba(130, 155, 227, 0.09);
  145. $card-icon-box-shadow: 0 4px 10px rgba(130, 155, 227, 0.09);
  146.  
  147. //==================================
  148. //BANNER
  149. //==================================
  150. $banner-border-radius: 10px;
  151. $banner-box-shadow: 0 16px 30px rgba(130, 155, 227, 0.16);
  152. $banner-box-shadow--active: 0 0px 0px rgba(130, 155, 227, 0);
  153.  
  154. //==================================
  155. //TESTIMONIAL
  156. //==================================
  157. $testimonial-border-radius: 13px;
  158. $testimonial-box-shadow: 0 2px 30px rgba(130, 155, 227, 0.2);
  159.  
  160. //==================================
  161. //CODE EDITOR
  162. //==================================
  163. $code-editor-color: $white;
  164. $code-editor-bg: $dark-A;
  165.  
  166.  
  167. $settings-colors: (
  168.     "default": (
  169.         "white": #ffffff,
  170.         "black": #000000,
  171.     ),
  172.     "html": (
  173.         "text": $text-color,
  174.         "background": #ffffff,
  175.     ),
  176.     "primary": (
  177.         "white": #ffffff,
  178.         "black": #000000,
  179.     ),
  180.     "variations": (
  181.         "black-0": rgba(#000000, 0),
  182.         "black-10": rgba(#000000, 0.1),
  183.         "black-20": rgba(#000000, 0.2),
  184.         "black-30": rgba(#000000, 0.3),
  185.         "black-40": rgba(#000000, 0.4),
  186.         "black-50": rgba(#000000, 0.5),
  187.         "black-60": rgba(#000000, 0.6),
  188.         "black-70": rgba(#000000, 0.7),
  189.         "black-80": rgba(#000000, 0.8),
  190.         "black-90": rgba(#000000, 0.9),
  191.         "black-100": rgba(#000000, 1),
  192.     ),
  193.     "form": (
  194.         "error-red": #fa0000,
  195.         "success-green": #6dd348,
  196.     ),
  197. );
  198.  
  199. $transparent: rgba(255,255,255,0);
  200.  
  201. //
  202. //DEV helpers
  203. $temp-placeholder: $bluey-grey;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement