Added translations switch button

This commit is contained in:
Alexis
2025-03-23 16:53:09 +01:00
parent 4c34f8e644
commit fe1a657c04
14 changed files with 278 additions and 1473 deletions

View File

@@ -3,9 +3,16 @@
padding-inline: .75rem;
border-radius: 8px;
background-color: var(--white);
border: 1px solid var(--slate-100);
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
min-width: 15rem;
.card-arrow {
fill: var(--white);
}
&.p-sm {
min-width: fit-content;
padding: .5rem .25rem;
}
}