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