This commit is contained in:
luisa.bellitto 2025-06-21 20:18:13 +02:00 committed by Rudi Regentonne
parent d7852067ff
commit c88c81adf3
3 changed files with 31 additions and 42 deletions

View file

@ -2,6 +2,10 @@
margin: 0.5rem;
}
.css-53g0n7-MuiButtonBase-root-MuiIconButton-root {
justify-content: end;
}
/* Root class for the input field */
.bio-input .MuiOutlinedInput-root {
color: var(--Rotkehlchen-gray);
@ -28,10 +32,10 @@
border-color: transparent;
}
@media screen and (min-width: 768px) {
@media only screen and (min-width: 768px) {
.bio-input {
width: 100%;
margin: 1rem;
margin-bottom: 1rem;
}
.bio-input .MuiInputLabel-outlined {
font-size: 18px;