Sha256: 518c73b02bed97041b30773771d65cd80f448997f9641cc98459532d18c9bbc7
Contents?: true
Size: 1.4 KB
Versions: 79
Compression:
Stored size: 1.4 KB
Contents
fieldset { background: lighten($base-border-color, 10); border: 1px solid $base-border-color; margin: 0 0 ($base-line-height / 2) 0; padding: $base-line-height; } input{ width:100%; } input, label, select { display: block; font-family: $form-font-family; font-size: $form-font-size; } label { font-weight: bold; margin-bottom: $base-line-height / 4; &.required:after { content: "*"; } abbr { display: none; } } textarea, select[multiple=multiple] { @include box-sizing(border-box); @include transition(border-color); border-radius: $form-border-radius; border: 1px solid $form-border-color; box-shadow: $form-box-shadow; font-family: $form-font-family; font-size: $form-font-size; margin-bottom: $base-line-height / 2; padding: ($base-line-height / 3) ($base-line-height / 3); width: 100%; &:hover { border-color: $form-border-color-hover; } &:focus { border-color: $form-border-color-focus; box-shadow: $form-box-shadow-focus; outline: none; } } textarea { resize: vertical; } input[type="search"] { @include appearance(none); } input[type="checkbox"], input[type="radio"] { display: inline; margin-right: $base-line-height / 4; } input[type="file"] { margin-bottom: $base-line-height / 2; padding-bottom: ($base-line-height / 3); width: 100%; } select { width: auto; max-width: 100%; margin-bottom: $base-line-height; }
Version data entries
79 entries across 79 versions & 1 rubygems