Sha256: 7654dc00e06026fc1ff1ab21abaa632ab510e4345fc9308fd369a69c912e894d
Contents?: true
Size: 593 Bytes
Versions: 5
Compression:
Stored size: 593 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; float: right; &:not(:first-child){ margin-right: 1rem; } } .button--double{ .button:not(:last-child){ margin-right: 1rem; } display: flex; align-items: center; .button{ margin-bottom: 0; } } .button--simple{ margin-bottom: 0; }
Version data entries
5 entries across 5 versions & 1 rubygems