summaryrefslogtreecommitdiff
path: root/src/components/shared/Basic.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shared/Basic.module.scss')
-rw-r--r--src/components/shared/Basic.module.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/components/shared/Basic.module.scss b/src/components/shared/Basic.module.scss
index df412e5..cb50df0 100644
--- a/src/components/shared/Basic.module.scss
+++ b/src/components/shared/Basic.module.scss
@@ -1,20 +1,5 @@
@use '~/styles/utils/custom-media' as *;
-h2.sectionNameType {
- margin: 0;
- font-size: 1em;
- @media (--breakpoint-not-small) {
- font-size: 1.3em;
- }
-
- span:nth-child(2) {
- font-size: 12px;
- color: #777;
- font-weight: normal;
- margin: 0 0.3em;
- }
-}
-
@mixin light {
--loading-dot-1-1: rgba(0, 0, 0, 0.1);
--loading-dot-1-2: rgba(0, 0, 0, 0.5);