From 093f025de3e97339750dc3df5be626a0315507dc Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Thu, 5 Aug 2021 12:12:17 -0700 Subject: Style and code refactor (#166) * Move all settings below card * refactor components; lifting state up * background color * Evergreen components for everything * password error * Tighten card size * Simply hide password to basic toggle, never disable * Hide password label, too * Maximize mobile portrait width * Make wifi tip smaller * Small style tweaks * Copy: update password length error text to include helpful instructions This will need a backfill for other translations * Remove unused css * Use empty string for EncryptionMode=None value * Remove light.min.css * Include logo on wificard * Cleanup after rebase * Clean-up comments on state * Padding for mobile --- src/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index f29d097..cc43310 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,5 @@ body { - max-width: 680px; -} -.tag { - line-height: 1.6; + margin: 0 auto; + max-width: 500px; + padding: 1em; } -- cgit v1.2.3