diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-08 15:15:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-08 15:15:53 +0200 |
commit | c80a8b2615f2b576c1a022b16141d54f2c24f6a2 (patch) | |
tree | 21eec8bc7486401ceb97e78ec498057090255579 /styles | |
parent | 57b0a48a6b6b999161bdbd83267a59ac4c2fb430 (diff) |
buttons
Diffstat (limited to 'styles')
-rw-r--r-- | styles/mobile.css | 21 |
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 { |