busqueda functionality amend

This commit is contained in:
María
2025-08-27 14:14:49 +02:00
parent 5577628c56
commit 49855b11fd
4 changed files with 79 additions and 51 deletions

View File

@@ -42,7 +42,7 @@ export default {
text-align: center;
padding: 20px 20px;
a {
a, button {
font-size: $m;
font-weight: $bold;
color: $color-navy;
@@ -50,7 +50,11 @@ export default {
}
a:nth-child(1):after,
a:nth-child(2):after,
a:nth-child(3):after {
a:nth-child(3):after,
button:nth-child(1):after,
button:nth-child(2):after,
button:nth-child(3):after,
button:nth-child(4):after {
color: $color-navy;
content: '\22EE';
margin: 0.5rem;