diff options
Diffstat (limited to 'src/components/Config.module.css')
| -rw-r--r-- | src/components/Config.module.css | 34 |
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; -} |
