Sha256: 5f71d9ae828edeba2b56ce02f6ab7fe235533cd6d9bc23e0e381dce3b14ffbc1
Contents?: true
Size: 873 Bytes
Versions: 2
Compression:
Stored size: 873 Bytes
Contents
/* Foundation button overrides */ .button{ &.small{ padding-top: .5rem; padding-bottom: .5rem; &.compact{ padding-left: .5rem; padding-right: .5rem; letter-spacing: 0; } } &.tiny{ padding-top: .25rem; padding-bottom: .25rem; &.compact{ padding-left: .25rem; padding-right: .25rem; letter-spacing: 0; } } } .button.muted{ background-color: $medium-gray; &:hover{ background-color: darken($medium-gray, 10); } } .button.light{ color: $white; } .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; } .button--nomargin{ margin: 0; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-admin-0.10.1 | app/assets/stylesheets/decidim/admin/modules/_buttons.scss |
decidim-admin-0.10.0 | app/assets/stylesheets/decidim/admin/modules/_buttons.scss |