mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +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 {
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
|
||||
background-color: $gray-1250;
|
||||
color: $ui-white;
|
||||
border-left: 1px solid $gray-1200;
|
||||
|
||||
&[data-open] {
|
||||
transform: translateX(0%);
|
||||
|
||||
Reference in New Issue
Block a user