Sha256: f8217114e9c2e77e90b1546eb0be03c37071ecedee11f263ecdbda85ae3530da
Contents?: true
Size: 574 Bytes
Versions: 72
Compression:
Stored size: 574 Bytes
Contents
@mixin festivity-form-section { margin: 1em 0; overflow: hidden; } @mixin rounded-box { @include border-radius(5px); } .festivity-space { padding: .5em 0em; } .festivity-title { margin: 2em 0; padding: 1em .5em; background-color: $light-background; } .festivity-error { color: red; } .festivity-full, .festivity-third { @include festivity-form-section; } .festivity-full { width: 100%; } .festivity-third { width: 40%; } .festivity-control { font-family: Georgia, Palatino, "Times New Roman", Times, serif; font-size: 140%; width: 100%; }
Version data entries
72 entries across 72 versions & 1 rubygems