@mixin style-template-fieldset($name: 'default') { template-legend-#{$name} { border-bottom: 1px solid $color-221-51-90; color: $color-233-18-29; font-size: 1.8rem; font-weight: 600; padding-bottom: 1rem; } } @mixin window-style-modal($background: $color-0-0-100, $shadow: hsla(212, 7%, 55%, 0.19)) { box-shadow: 0 0 8px 0 $shadow; background-color: $background; } %user-role { border: 1px solid $color-45-95-54; border-radius: 3px; color: $color-210-4-50; font-size: 1.4rem; font-weight: 400; margin-right: 0.4rem; padding: calc(1.6rem - 0.8em) 0.7em; }