Sha256: 61bc3cff7e36b2357172cb2f0bf14e3a019cdf2abb774ad5611c265674c81ae3
Contents?: true
Size: 634 Bytes
Versions: 24
Compression:
Stored size: 634 Bytes
Contents
/* Foundation button overrides*/ .button{ &.small{ padding-top: .5rem; padding-bottom: .5rem; } &.tiny{ padding-top: .25rem; padding-bottom: .25rem; } } .button.muted{ background-color: $medium-gray; &:hover{ background-color: darken($medium-gray, 10); } } .button--title{ margin-bottom: 0; @include breakpoint(mediumlarge){ float: right; } } .button--double{ .button:not(:last-child){ margin-right: 1rem; } @include breakpoint(mediumlarge){ display: flex; align-items: center; .button{ margin-bottom: 0; } } } .button--simple{ margin-bottom: 0; }
Version data entries
24 entries across 24 versions & 2 rubygems