10 lines
155 B
SCSS
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;
|
|
}
|
|
}
|