aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/style.css b/style.css
index 84425d5..3d00049 100644
--- a/style.css
+++ b/style.css
@@ -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;