diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-23 22:13:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-23 22:13:53 +0200 |
commit | 79cfddd245d1703921e08185511bcfbf032a149e (patch) | |
tree | b01288ed369d557e0ee8cee93fb783147d85816f /styles | |
parent | 5e57c1d5d174a47502eb73d3dc2391d26dc42e84 (diff) |
logout page
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)); } |