ISPConfig theme for Open6Hosting
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

14 satır
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%))