Sha256: 9539402e639a6d1e8aa0071bd93f3f826e3a495bba09a20f28f6ab57c5843f82
Contents?: true
Size: 333 Bytes
Versions: 34
Compression:
Stored size: 333 Bytes
Contents
@mixin form-label() { // Positioning position: absolute; top: 0; // Display display: block; width: 100%; // Other color: $mui-label-font-color; font-size: $mui-label-font-size; font-weight: 400; line-height: $xFormLabelLineHeight; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; }
Version data entries
34 entries across 34 versions & 1 rubygems