Sha256: eda8d44d4052f43782999c076f303226df98454a97b4d7ff5affd67ecd7f0acb
Contents?: true
Size: 1.42 KB
Versions: 7
Compression:
Stored size: 1.42 KB
Contents
%text-overflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -moz-text-overflow: ellipsis; } %field-with-error { border-color: $error_border_color; color: $error_text_color; background-color: lighten($error_background_color, 8%); box-shadow: inset 0px 0 1px rgba($error_border_color, 0.5); } %default-input-style { border-radius: $default-border-radius; box-shadow: $form-field-box-shadow; font: $default-font-style; color: $form-field-text-color; padding: $form-field-padding; margin: $form-field-margin; background: $form-field-background-color; border-width: $form-field-border-width; border-style: $form-field-border-style; border-color: $form-field-border-color; height: $form-field-height; width: 100%; font-size: $form-field-font-size; line-height: $form-field-line-height; transition: $transition-duration; &:focus:not(.readonly) { @include default-focus-style($box-shadow: 0 0 0 1px $focus-color); } &[disabled], &.disabled, &[readonly], &.readonly { color: $form-field-disabled-text-color; background-color: $form-field-disabled-bg-color; cursor: default; } &[disabled], &.disabled { cursor: not-allowed; } &[readonly], &.readonly { pointer-events: none; } } %gradiated-toolbar { background: $toolbar-bg-color; padding: 8px 4px; height: $toolbar-height; }
Version data entries
7 entries across 7 versions & 1 rubygems