mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 19:19:06 +03:00
10 lines
178 B
SCSS
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%;
|
|
}
|
|
}
|