Timers and other features for Heroes of the Storm
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

17 lignes
681 B

  1. /**
  2. * Only add in this file pure sass code (like variables, functions and mixins) that don't get rendered
  3. * Otherwise, this code will be duplicated in each component in the final css file
  4. */
  5. // ############
  6. // ## Colors ##
  7. // ############
  8. $blizzard-background-color: #0A020F
  9. $blizzard-font-color: #66CCFF
  10. =blizzard-header-gradient
  11. background: #0d39a0 /* Old browsers */
  12. background: -moz-linear-gradient(left, #0d39a0 0%, #2f099b 100%) /* FF3.6-15 */
  13. background: -webkit-linear-gradient(left, #0d39a0 0%,#2f099b 100%) /* Chrome10-25,Safari5.1-6 */
  14. background: linear-gradient(to right, #0d39a0 0%,#2f099b 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */