Sha256: 525d1ba8d4f10c0f4e45fdadd7c651ec44ffd051892c724c26a0c10c5e1b9c99
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
input[type=text], input[type=number], input[type=textarea], input[type=url], input[type=tel], input[type=password], input[type=email] { @include transition(border-color .2s); padding: 12px 15px; border: 1px solid $c-border; font-size: 14px; outline: none; border-radius: 2px; max-width: 100%; &:focus { border-color: $c-notice-content; } } .input { margin-bottom: 20px; &.disabled { opacity: 0.5; } } .addedit-form { padding-bottom: 20px; h3 { @extend label; margin-bottom: 20px; } .flash-message { width: 100%; margin-top: 10px; margin-bottom: 10px; } } .js-addedit-form-wrapper { display: none; } .nested-form { padding: $content-buffer $content-buffer $content-buffer 40px; border: 1px solid $c-border; border-top: 0; background: $c-form-table-bg; h2 { margin-bottom: 20px; font-size: 16px; color: $c-text-heavy; font-weight: bold; letter-spacing: 0; text-transform: none; border: 0; padding: 0; margin: 0 auto 30px; background: none; } } .cancel-nested-button { margin-left: 10px; } .table-helper-text { font-size: 14px; font-style: italic; padding-bottom: 14px; } .js-add-link { font-size: 12px; } .table-add-link { float: right; &:before { @extend .icon-plus:before; @include icon-stuff; font-size: 7px; position: relative; bottom: 2px; display: inline-block; margin-right: 3px; } // Specificity hack &.table-add-link { margin-top: 13px; margin-bottom: 10px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fae-rails-1.6.0 | app/assets/stylesheets/fae/modules/forms/_base.scss |