waveterm/frontend/app/tab/updatebanner.less
2024-09-20 13:29:37 -07:00

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;
}
}