plyr/demo/src/sass/components/icons.scss
2021-09-29 21:42:41 +10:00

24 lines
431 B
SCSS

// ==========================================================================
// Icons
// ==========================================================================
// Base size icon styles
.icon {
fill: currentColor;
height: $icon-size;
vertical-align: -3px;
width: $icon-size;
}
// Within elements
a svg,
button svg,
label svg {
pointer-events: none;
}
a .icon,
.btn .icon {
margin-right: div($spacing-base, 2);
}