Sha256: 01c6aa0a0d370454832fcaaf03c3f6ab14111a0495edf3146395c1b704da2aad
Contents?: true
Size: 936 Bytes
Versions: 7
Compression:
Stored size: 936 Bytes
Contents
// errors .field_with_errors { position: relative; padding-top: 40px; .error { position: absolute; top: 0; left: 0; padding: 6px 5px; background: $c-error-bg; color: $c-error-content; font-size: 12px; overflow: visible; &:before { @include icon-stuff; content: fae-icon(alert); padding-right: 10px; } &:after { @include right-triangle(10px, $c-error-bg); content: ''; position: absolute; bottom: -8px; left: 0; } } &.hidden_errors { margin-bottom: 20px; .error:after { display: none; } } } .input { .invalid { border: 1px solid $c-error-content; } } .counter { + .editor-toolbar { margin-top: 10px; } p { color: $c-darker-grey; font-style: italic; padding-top: 8px; font-size: 13px; span { &.overCount { color: $c-error-content; } } } }
Version data entries
7 entries across 7 versions & 2 rubygems