summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/label.module.scss
Commit message (Expand)AuthorAgeFilesLines
* chore: add a Settings modal component<
@use "@styles/abstracts/functions" as fun;

.icon {
  fill: var(--color-primary-lighter);
  stroke: var(--color-primary-darker);
  stroke-width: 4;
  width: var(--icon-size, #{fun.convert-px(25)});
}