summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/modals/settings-modal.module.scss
blob: ebae3dafb298180debbed47d30252f6dfee79caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@use "@styles/abstracts/mixins" as mix;

.wrapper {
  .label {
    margin-right: auto;
  }

  @include mix.media("screen") {
    @include mix.dimensions(null, "2xs", "height") {
      font-size: var(--font-size-sm);

      .heading {
        font-size: var(--font-size-lg);
      }

      .label {
        font-size: var(--font-size-sm);
      }
    }
  }
}