mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-08 00:21:23 +01:00
11 lines
213 B
SCSS
11 lines
213 B
SCSS
.button {
|
|
color: black;
|
|
background-color: var(--accent-color);
|
|
flex: 0 0 fit-content;
|
|
line-height: unset !important;
|
|
padding: 0 6px;
|
|
&:disabled {
|
|
opacity: unset !important;
|
|
}
|
|
}
|