ISPConfig theme for Open6Hosting
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

14 wiersze
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, 5%), darken($color-gradient-grey-stop, 5%))
  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, 5%), darken($color-gradient-green-stop, 5%))