mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07: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;
|
|
}
|
|
}
|