mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 20:33:47 +00:00
refactor: migrate edit to custom component
This commit is contained in:
committed by
Carlos Valente
parent
629204810f
commit
e090bde8bb
@@ -3,6 +3,7 @@
|
||||
.baseButton {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.5em;
|
||||
|
||||
width: fit-content;
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
border-radius: 3px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.4;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.subtle {
|
||||
|
||||
Reference in New Issue
Block a user