Sha256: 02358851d7408dc606e149928563b4be3d952f2886bf0d52cb19a00b375b3ec1
Contents?: true
Size: 699 Bytes
Versions: 7
Compression:
Stored size: 699 Bytes
Contents
.info_box { p { margin-bottom: 1em; } &.error { color: var(--ui-on-error-surface-color); background-color: var(--ui-error-surface-color); border-radius: rounded(); padding: space(3); } .shortcuts { dt { display: block; margin: space(3) 0 space(2.5); position: relative; } dd { margin: 0.5em 0 0.5em 6px; } kbd { border: solid 1px currentColor; border-radius: 4px; padding: 3px 5px; font-size: 11px; } } .inline_help { padding-top: 36px; } // Make sure the label is on top when an inline help text is displayed dt:hover .shortcut { z-index: 4; position: relative; } }
Version data entries
7 entries across 7 versions & 1 rubygems