owncast/web/components/action-buttons/ActionButton/ActionButton.module.scss
2022-11-19 11:00:45 -08:00

10 lines
178 B
SCSS

.button {
margin: 3px;
font-weight: 400;
font-family: var(--theme-text-display-font-family);
.icon {
height: 90%;
margin-right: 5px;
margin-bottom: 1%;
}
}