Sha256: 4c93b60bf366690f55306780fd50910b0f27f00be95ad2cf429416330e69e0d3
Contents?: true
Size: 554 Bytes
Versions: 5
Compression:
Stored size: 554 Bytes
Contents
//DEFAULT .button, input[type="submit"]{ background-color: $primary-color; color: set-text-color($primary-color); font-weight: 200; letter-spacing: 1px; transition: background-color 150ms ease-out;//&*default } .button:hover{ background-color: lighten($primary-color, $transition-brighten);//&*hover }//&*append //BUTTON CLASSES TO GENERATE: (look in colors) $button-classes: primary compliment secondary tertiary; $button-define: $primary-color $complement-color $secondary-color $tertiary-color; @import 'builders/build_buttons'
Version data entries
5 entries across 5 versions & 1 rubygems