Sha256: 2463c107c58d06a5c9fa3550f44a38572a131ef2a8917fe52eecd983ac4a9e86
Contents?: true
Size: 950 Bytes
Versions: 159
Compression:
Stored size: 950 Bytes
Contents
.bordered-field { display: inline-block; border: 1px solid gray; border-radius: 6px; padding: 6px 12px; label { margin-bottom: 0; } select { padding: 6px; } } .input-field.input-outlined { > input, > .select-wrapper > input { border: 2px solid #999; padding: 12px 16px 14px; width: calc(100% - 2.5rem); float: none; display: block; border-radius: 4px; transition: box-shadow, border-color 0.15s; &:focus:not([readonly]) { border-color: #26A69B; box-shadow: 0 1px 0 0px #26A69B; } } > label { left: 27px; display: inline-flex; width: auto !important; &.active { background: white; border-left: 4px solid white; border-right: 4px solid white; transform: translateY(-1.75rem); top: 1rem; } } } .inline { display: inline-block; } .office-actions--form { textarea { width: 400px; height: 200px; } }
Version data entries
159 entries across 159 versions & 1 rubygems