diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.ts | 2 | ||||
| -rw-r--r-- | webAO/styles/client.css | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index f3711e9..6d1483b 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -295,4 +295,4 @@ class Client extends EventEmitter { } -export default Client;
\ No newline at end of file +export default Client; diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 8c7898b..31bc64b 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -75,6 +75,17 @@ animation: error_blink 3s ease-in-out infinite; } +#client_secondfactor { + display: block; + flex-direction: column; + justify-content: center; + text-align: center; + align-items: center; + background: black; + color: lightgreen; + font-size: large; +} + #client_waiting { display: block; flex-direction: column; |
