aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-19 13:22:52 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-19 13:22:52 +0200
commit2fc2a8c76722f801c29e8a314f8de22ae9572a04 (patch)
treeea7bc49329e574a303cf85eab07afdb52cc46963 /styles
parent57246e885544bd76c4ec2cafbb1adc530e382fa6 (diff)
button styling
Diffstat (limited to 'styles')
-rw-r--r--styles/editor.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/styles/editor.css b/styles/editor.css
index 881f82c..210ffbc 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -22,6 +22,33 @@
background-color: var(--c400);
}
+.appGrid .settings .inner {
+ margin: 16px;
+}
+
+.settings .inner .title {
+ font-size: 1em;
+ font-weight: 500;
+ color: var(--mint);
+}
+
+.settings .inner .section {
+ margin-top: 16px;
+}
+
+.settings .inner .section .title {
+ color: var(--c800);
+ display: block;
+}
+
+.settings .inner .section > * { margin-bottom: 8px; }
+.settings .inner .scroll { top: 32px; }
+.settings .inner button {
+ width: 100%;
+ background-color: var(--piss);
+ color: var(--bg);
+}
+
.appGrid .viewer {
grid-column: 2;
grid-row: 2;