diff options
| author | Ben Woodward <ben@bdw.to> | 2021-08-05 12:12:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 12:12:17 -0700 |
| commit | 093f025de3e97339750dc3df5be626a0315507dc (patch) | |
| tree | 9b740790ae1f4fb6f5ad2b675c01f37acd2f0914 /src/style.css | |
| parent | 5a03a61de7ac4e8f58060ae19a309dd40eea13bc (diff) | |
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
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ | |||
| 1 | body { | 1 | body { |
| 2 | max-width: 680px; | 2 | margin: 0 auto; |
| 3 | } | 3 | max-width: 500px; |
| 4 | .tag { | 4 | padding: 1em; |
| 5 | line-height: 1.6; | ||
| 6 | } | 5 | } |
