Sha256: 9b3534ffe8a77c77553e87a5fa03d354650e758b40015d716ee93fbe7516eaea
Contents?: true
Size: 1.43 KB
Versions: 17
Compression:
Stored size: 1.43 KB
Contents
// .long-or-short::before { // // content: '[LONG]'; // } .long-or-short-item, .long-or-short-container .is_long, .long-or-short-container .is_short { display: flex; flex-direction: column; } .long-or-short-container .is_long, .is_long .long-or-short-item { border-left: 3px solid var(--iro-color-long); padding-left: 5px; } .long-or-short-container .is_short, .is_short .long-or-short-item { border-left: 3px solid var(--iro-color-short); padding-left: 5px; } .is_short .long-or-short-item::before { // content: '[SHORT]'; } .is_short .long-or-short-item, .long-or-short-container .is_short { flex-direction: column-reverse; } /* F */ .field { min-width: 100px; margin-right: 1em; } .flex-row { display: flex; margin-bottom: 0.4em; } .floaty-collapse { float: left; z-index: 5; position: relative; background: white; } /** * 2024-05-09 * label tightly above input **/ .formrow-v1 { display: flex; align-items: flex-end; label { margin-bottom: 0; } > * { margin-right: 0.3em; } } /* H */ /* M */ .mini-inputs { background: rgba(255,255,255, 0.25); } .modal-absolute { border: 1px solid green; border-radius: 5px; box-shadow: 2px 2px; padding: 0.5em; position: absolute; min-width: 200px; width: 400px; min-height: 200px; height: 300px; /* overflow: auto; */ background: white; z-index: 2; } /* P */ table.padded { td { padding: 0.5em; } } /* W */
Version data entries
17 entries across 17 versions & 1 rubygems