refactor: migrate edit to custom component

This commit is contained in:
Carlos Valente
2025-06-21 11:04:16 +02:00
committed by Carlos Valente
parent 629204810f
commit e090bde8bb
5 changed files with 105 additions and 47 deletions
@@ -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%);