From 47ff32fc9f0e3eaf0ddeb9af31df4d1da85abafe Mon Sep 17 00:00:00 2001 From: AaronDewes Date: Tue, 26 Jul 2022 16:52:29 +0000 Subject: [PATCH] Modernize CSS --- app/main.css | 6 +- app/ui/account.js | 2 +- app/ui/downloadPassword.js | 2 +- package-lock.json | 5756 ++++++++++++++++++------------------ package.json | 13 +- postcss.config.js | 8 +- tailwind.config.js | 1 + webpack.config.js | 3 +- 8 files changed, 2833 insertions(+), 2958 deletions(-) diff --git a/app/main.css b/app/main.css index d5306936..4082c67a 100644 --- a/app/main.css +++ b/app/main.css @@ -71,7 +71,8 @@ body { .checkbox > label::before { /* @apply bg-grey-10; */ - @apply border; + border-width: 1px; + @apply rounded-sm; content: ''; @@ -313,7 +314,8 @@ select { @screen md { .main > section { - @apply border; + border-width: 1px; + @apply border-grey-80; } } diff --git a/app/ui/account.js b/app/ui/account.js index 7d200049..3ceaf536 100644 --- a/app/ui/account.js +++ b/app/ui/account.js @@ -89,7 +89,7 @@ class Account extends Component { />