Sha256: 530dff694a34b9ed0a3bc8bb9681cb0e9f8bee4b808b92d066b5731cf3d53af5
Contents?: true
Size: 685 Bytes
Versions: 27
Compression:
Stored size: 685 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; } &:not(:first-child){ margin-right: 1rem; } } .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
27 entries across 27 versions & 2 rubygems