@use 'sass:math'; $switch-width: 36px; $switch-height: 18px; $switch-border: 2px; $switch-outline: 3px; $switch-border-radius: math.div(($switch-height + $switch-border * 2), 2); .switch { display: inline-flex; align-items: center; margin: 5px 0; position: relative; // Disable forms styling that's applied to the