aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/modals/settings-modal.module.scss
blob: f17c9b3a312d3bbf5beb6fd7cf464ba7e83b2284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.wrapper {
  max-width: 30ch;

  .label {
    margin-right: auto;
  }
}

.tooltip {
  width: 120%;
  top: calc(100% + var(--spacing-sm));
  right: -10%;
  transform-origin: top right;
}