Sha256: 3b0c1324b314f744d55858b3afbfcc635ef3b7abb9dc1f479534b0903c76e043
Contents?: true
Size: 908 Bytes
Versions: 4
Compression:
Stored size: 908 Bytes
Contents
label { display: block; margin-bottom: $base / 4; } input[type='text'], input[type='password'], textarea { width: $base * 14; font-size: inherit; border: 1px solid #ccc; height: $base; padding: $base / 4; @include box-shadow(0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 0 white); } textarea { height: $base * 10; } .field { margin-bottom: $base; &.inline-label { label { display: inline; margin-right: $base / 2; &:after { content: ':'; } } } } .form-actions { margin-top: $base; } .form-errors { width: $base * 16; margin-bottom: $base; padding: $base; padding-left: $base * 2; background: #fcc; border: 1px solid #faa; @include box-shadow(0 1px 1px rgba(0,0,0,0.1)); h3 { font: 150% 'Oswald'; } p { font-style: italic; } li { position: relative; } li:before { content: '\279b'; position: absolute; left: -24px; } }
Version data entries
4 entries across 4 versions & 1 rubygems