Display & Delete in love list

This commit is contained in:
2024-10-11 19:08:52 +02:00
parent b702bc629c
commit 1077400260
23 changed files with 644 additions and 523 deletions
+11 -5
View File
@@ -5,15 +5,21 @@
& > .input {
padding: 7px 14px;
width: 100%;
border: 1px solid #d94253;
border: 1px solid #e1e1e1;
border-radius: 5px;
background-color: #f5cfd3;
font-size: 0.9rem;
background-color: #ffffff;
font-size: 0.95rem;
font-weight: 300;
color: #d94253;
outline: none;
transition: border-color 0.3s ease;
&::placeholder {
color: #d94253;
color: #eca0a9;
}
&:focus {
border-color: #d94253;
}
}
@@ -29,6 +35,6 @@
height: 100%;
border: none;
background-color: transparent;
color: #d94253;
color: #eca0a9;
}
}