aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons/help-button.module.scss
blob: 42d49f664b62a30901663130a64816bbb0b28e49 (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/functions" as fun;
@use "@styles/abstracts/mixins" as mix;

.btn {
  padding: var(--spacing-xs);

  &:not(:disabled) {
    &:focus {
      text-decoration: none;
    }
  }

  @include mix.pointer("fine") {
    padding: var(--spacing-2xs);
  }
}

.icon {
  color: var(--color-primary-dark);
  font-weight: 600;
}
ss="err">$string, $search, $replace: "") { $index: string.index($string, $search); @if $index { @return string.slice($string, 1, $index - 1) + $replace + str-replace( string.slice($string, $index + string.length($search)), $search, $replace ); } @return $string; }