Sha256: 33c54610727a31c0c3d1ec4ba418cb42caf657244b2d55c947b1811f47d31dde
Contents?: true
Size: 573 Bytes
Versions: 10
Compression:
Stored size: 573 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: $dark-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
10 entries across 10 versions & 1 rubygems