diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/loginregister.css | 8 | ||||
-rw-r--r-- | styles/utility.css | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/styles/loginregister.css b/styles/loginregister.css index 854aeb2..e274b5e 100644 --- a/styles/loginregister.css +++ b/styles/loginregister.css @@ -11,3 +11,11 @@ .centeredForm .input:nth-last-of-type(2) { margin-bottom: var(--spacing-large); } + +.logout .sidebyside { + width: fit-content; +} + +.logout .sidebyside .button { + margin: 0; +} diff --git a/styles/utility.css b/styles/utility.css index cc358e6..beec066 100644 --- a/styles/utility.css +++ b/styles/utility.css @@ -50,6 +50,7 @@ .floatr { float: right; } .floatl { float: left; } +.floatn { float: none; } .w100m2m { width: calc(100% - var(--spacing-medium)); } |