You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
potato-launcher/src/scss/components/_buttons.scss

18 lines
205 B

/**
*
*
*/
.button {
&--icon {
padding: 0.5rem 0.6rem;
}
&--hover-icon-contrast {
&:hover {
.icon {
fill: white;
}
}
}
}