ISPConfig theme for Open6Hosting
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

14 行
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%))