2024-12-12 03:25:36 +01:00
|
|
|
.button {
|
|
|
|
color: black;
|
|
|
|
background-color: var(--accent-color);
|
|
|
|
flex: 0 0 fit-content;
|
|
|
|
line-height: unset !important;
|
|
|
|
padding: 0 6px;
|
|
|
|
&:disabled {
|
|
|
|
opacity: unset !important;
|
2024-12-04 22:49:14 +01:00
|
|
|
}
|
2024-09-18 23:25:52 +02:00
|
|
|
}
|