owncast/web/components/action-buttons/ActionButton/ActionButton.module.scss

10 lines
155 B
SCSS
Raw Normal View History

2022-05-08 02:13:06 +03:00
.button {
margin: 3px;
2022-09-02 07:59:47 +03:00
font-weight: 400;
font-family: var(--theme-text-display-font-family);
2022-05-08 02:13:06 +03:00
.icon {
width: 20px;
margin-right: 3px;
}
2022-05-12 09:31:31 +03:00
}