Sha256: 254317a8d16e610b36d3333b2befadfbb171f1b5a1b0c0780d237c0279f8cf24
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 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 */ .flex-row { display: flex; margin-bottom: 0.4em; } .floaty-collapse { float: left; z-index: 5; position: relative; background: white; } .field { min-width: 100px; margin-right: 1em; } /* 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; } /* W */
Version data entries
4 entries across 4 versions & 1 rubygems