From a18efa9723a0b181e7f90206bc0bd13d6c4a30fd Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 5 Jun 2021 16:40:07 +0800 Subject: Update config page style --- src/components/Config.module.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/components/Config.module.css (limited to 'src/components/Config.module.css') diff --git a/src/components/Config.module.css b/src/components/Config.module.css deleted file mode 100644 index 1f71765..0000000 --- a/src/components/Config.module.css +++ /dev/null @@ -1,34 +0,0 @@ -.root { - > div { - min-width: 345px; - @media (--breakpoint-not-small) { - width: 360px; - } - } -} - -.root, -.section { - padding: 6px 15px 15px; - @media (--breakpoint-not-small) { - padding: 0 40px 40px; - } -} - -.sep { - padding: 0 15px; - @media (--breakpoint-not-small) { - padding: 0 40px; - } - > div { - border-top: 1px dashed #373737; - } -} - -.label { - padding: 16px 0; -} - -.narrow { - width: 360px; -} -- cgit v1.3.1