mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
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;
|
||
|
}
|
||
|
}
|