Merge import (#1164)

---------

Co-authored-by: Carlos Valente <carlosvalente@pm.me>
This commit is contained in:
Alex Christoffer Rasmussen
2024-09-01 20:38:59 +02:00
committed by GitHub
parent 0abaf7724d
commit aa4ee546ec
7 changed files with 181 additions and 12 deletions
@@ -2,6 +2,10 @@
background-color: $blue-1100;
}
.isEditing {
color: $blue-500;
}
.actionButton {
flex: 1;
text-align: right;
@@ -49,4 +53,9 @@
display: flex;
flex-direction: column;
gap: 1em;
label {
display: flex;
gap: 1em;
}
}