aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/mobile.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/styles/mobile.css b/styles/mobile.css
index 86f1372..e9f8db4 100644
--- a/styles/mobile.css
+++ b/styles/mobile.css
@@ -17,8 +17,25 @@
min-height: 100vh;
}
-.mobile .inner {
- padding: 16px;
+.mobile .inner { padding: 16px; }
+.mobile .inner > * { margin-top: 12px; }
+.mobile .inner > *:first-child { margin-top: 8px; }
+
+.mobile .inner .MuiButton-root {
+ width: 100%;
+ color: var(--bg);
+ background-color: var(--piss);
+}
+
+.mobile .inner .MuiButton-root .MuiButton-label {
+ font-size: 1rem;
+}
+
+.mobile .inner .MuiButton-root.MuiButton-outlined {
+ color: var(--piss);
+ background-color: var(--bg);
+ border-width: 2px;
+ border-color: var(--c400);
}
.MuiDrawer-paper {