aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/settings-form/ackee-toggle/ackee-toggle.module.scss
blob: 513c95c48cd3f6c4bb61a5e2b3ba56b829bfe855 (plain)
1
2
3
4
5
6
7
8
9
10
@use "../../../../../styles/abstracts/mixins" as mix;

.tooltip {
  @include mix.media("screen") {
    @include mix.dimensions("sm") {
      inset-inline: 0;
      max-width: 100%;
    }
  }
}