ISPConfig theme for Open6Hosting
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.
 
 
 
 
 
 

14 lignes
541 B

  1. @import "colors"
  2. @mixin background-gradient
  3. background: linear-gradient(to bottom, $color-gradient-grey-start, $color-gradient-grey-stop)
  4. &:hover
  5. background: linear-gradient(to bottom, darken($color-gradient-grey-start, 2%), darken($color-gradient-grey-stop, 2%))
  6. @mixin background-gradient-green
  7. background: linear-gradient(to bottom, $color-gradient-green-start, $color-gradient-green-stop)
  8. &:hover
  9. background: linear-gradient(to bottom, darken($color-gradient-green-start, 2%), darken($color-gradient-green-stop, 2%))