Sha256: 7d22411376ce69ae3a5385b2321a46c4417e0a47b4c8c14360878b3a94bbd30c
Contents?: true
Size: 1.06 KB
Versions: 19
Compression:
Stored size: 1.06 KB
Contents
@import "faalis/variables"; //@import "foundation"; //@import "foundation/components/global"; //@import "foundation/components/buttons"; @import "faalis/dashboard/ltr/foundation_and_overrides"; .btn { @include button-base; @include single-transition; &.green { @include button-style($emerald, $border-radius, false); color: white; } &.blue { @include button-style($peter_river, $border-radius, false); color: white; } &.red { @include button-style($alizarin, $border-radius, false); color: white; } &.yellow { @include button-style($sun_flower, $border-radius, false); } &.lightgray { @include button-style($lightgray, $border-radius, false); } &.lightergray { @include button-style($lightergray, $border-radius, false); } } .tiny { @include button-size($button-tny, false, false); } .small { @include button-size($button-sml, false, false); } .medium { @include button-size($button-med, false, false); } .field-label { @include form-label; display: inline; cursor: none; }
Version data entries
19 entries across 19 versions & 1 rubygems