Files
plyr/demo/src/sass/components/icons.scss
2017-12-20 15:14:05 +00:00

24 lines
446 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: floor($spacing-base / 3);
}