owncast/web/components/action-buttons/ActionButton.module.scss
2022-09-01 22:00:16 -07:00

10 lines
155 B
SCSS

.button {
margin: 3px;
font-weight: 400;
font-family: var(--theme-text-display-font-family);
.icon {
width: 20px;
margin-right: 3px;
}
}