Adjust textarea in upload form on mobile
This commit is contained in:
parent
90c2a60799
commit
3140c103ad
1 changed files with 13 additions and 0 deletions
|
@ -713,6 +713,19 @@ img {
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
height: var(--height-input-slim);
|
height: var(--height-input-slim);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
.MuiTextField-root {
|
||||||
|
background-color: var(--color-header-background);
|
||||||
|
}
|
||||||
|
.css-3i94e7-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
|
||||||
|
border: unset;
|
||||||
|
border: 2px solid var(--color-primary);
|
||||||
|
}
|
||||||
|
textarea#content_description:focus-visible {
|
||||||
|
box-shadow: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.transactionsPage-wrapper {
|
.transactionsPage-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue