diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-21 09:17:48 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-21 09:17:48 +0200 |
commit | 93f24011f9613b7785b37dc4b0c963d9be22ba30 (patch) | |
tree | 26e1a867623cc68e2b8293327572282e461568a6 /styles/ui.css | |
parent | 7e7bf87896b6494886b3457a72864a498906f5b3 (diff) |
more components without inline css
Diffstat (limited to 'styles/ui.css')
-rw-r--r-- | styles/ui.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/styles/ui.css b/styles/ui.css index 6dbc388..cb95b36 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -89,3 +89,22 @@ html.dark .dialogbox { background-color: var(--gray-700); } box-sizing: border-box; } +.checkbox { + cursor: pointer; +} + +.CenteredPageOuter { + margin: 0 auto; +} + +.CenteredPageInner { + margin: 0 var(--spacing-small); + line-height: 0; +} + +.pageTitle { + margin-left: var(--spacing-small); + margin-top: 32px; + margin-bottom: 64px; +} + |