summaryrefslogtreecommitdiff
path: root/src/components/Config.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-06-05 16:40:07 +0800
committerHaishan <[email protected]>2021-06-05 16:40:07 +0800
commita18efa9723a0b181e7f90206bc0bd13d6c4a30fd (patch)
tree80626c12adf0c6577d6c419a1f03936f23339eee /src/components/Config.module.css
parentfcab7cad4f4cc65a7f30427be35c12a909633e2e (diff)
Update config page style
Diffstat (limited to 'src/components/Config.module.css')
-rw-r--r--src/components/Config.module.css34
1 files changed, 0 insertions, 34 deletions
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;
-}