mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
d8edea9fbc
forgot to update .editorconfig to include scss...
12 lines
215 B
SCSS
12 lines
215 B
SCSS
.update-available-button {
|
|
height: 80%;
|
|
margin: auto 4px;
|
|
color: black;
|
|
background-color: var(--accent-color);
|
|
flex: 0 0 fit-content;
|
|
|
|
&:disabled {
|
|
opacity: unset !important;
|
|
}
|
|
}
|