diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -33,6 +33,16 @@ aside.pattern { top: 0; } +aside.pattern .steps { + display: flex; + justify-content: space-between; +} + +aside.pattern .steps input { + margin: 0.04rem; +} + + aside.layout { bottom: 0; @@ -66,7 +76,6 @@ aside.layout > svg { width: 6rem; } - .control--preset { padding-bottom: 0.5rem; border-bottom: 1px solid #b9bdc1; @@ -77,6 +86,9 @@ aside.layout > svg { flex: 1; } +.control--preset label:first-child { + font-weight: bold; +} .control--axis label:first-child { flex: 1; |
