PHP Classes

File: public/asset/vendor/select2/docs/themes/learn2/scss/theme/modules/_buttons.scss

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/themes/learn2/scss/theme/modules/_buttons.scss   Download  
File: public/asset/vendor/select2/docs/themes/learn2/scss/theme/modules/_buttons.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 371 bytes
 

Contents

Class file image Download
%button { display: inline-block; padding: 7px 12px; &:active { margin: 2px 0 -2px 0; } } @mixin button-color($color) { background: $color; color: $white; box-shadow: 0 3px 0 darken($color, 6%); &:hover { background: darken($color, 6%); box-shadow: 0 3px 0 darken($color, 12%); color: $white; } &:active { box-shadow: 0 1px 0 darken($color, 12%); } }