refactor(create): add counterpart design update

This commit is contained in:
enes 2024-09-05 09:05:25 +02:00
parent 81f40c345a
commit c6010a5bef

View File

@ -97,9 +97,6 @@
align-items: center; align-items: center;
justify-content: start; justify-content: start;
gap: 10px; gap: 10px;
background: white;
border-radius: 0 0 4px 4px;
padding: 15px;
> .inputWrapper { > .inputWrapper {
flex-shrink: 1; flex-shrink: 1;
@ -109,10 +106,6 @@
.users { .users {
flex-shrink: 0; flex-shrink: 0;
max-height: 33vh; max-height: 33vh;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin-bottom: -15px;
} }
.user { .user {