diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-28 21:25:07 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-28 21:25:07 +0200 |
| commit | ce9ced5c8beb4590b95051930a9bacf83b21762a (patch) | |
| tree | db0f67d633eb9e2c52b8e52e4e2f04029ef7f8bd /webAO/styles/client.css | |
| parent | 053898d659137d59639b8af881b6958dabda0bb4 (diff) | |
add button (it's ugly)
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 4e0712e..3bcc493 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -68,6 +68,10 @@ animation: error_blink 3s ease-in-out infinite; } +#client_secondfactor { + display: block; +} + #client_loading { display: block; flex-direction: column; @@ -703,4 +707,4 @@ .hrtext:after { left: 0.5em; margin-right: -50%; -}
\ No newline at end of file +} |
