Sha256: 3980798a5fa3152f9adfbd65de47f2a87f518ba8499c0a95885a8c782fe62c3b
Contents?: true
Size: 384 Bytes
Versions: 5
Compression:
Stored size: 384 Bytes
Contents
@mixin u-hr-small { @include add-top-bottom-margin(.5); background-color: $fd-yellow; border-radius: 5px; clear: both; height: 4px; margin-bottom: $ub-base-margin; width: 35px; } .u-hr-small { @include u-hr-small; } %fd-card { border-radius: 3px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08); } .u-margin-top--halfgutter { @include add-gutter(margin, top, .5); }
Version data entries
5 entries across 5 versions & 1 rubygems