Adjust font size on upload page on mobile
This commit is contained in:
parent
b3020b6cfb
commit
b5a6a35f64
2 changed files with 12 additions and 2 deletions
|
@ -1639,8 +1639,8 @@ export const icons = {
|
||||||
width={props.size || '500'}
|
width={props.size || '500'}
|
||||||
height={props.size || '500'}
|
height={props.size || '500'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
stroke="black"
|
||||||
strokeWidth="0"
|
strokeWidth="3"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
|
|
@ -728,6 +728,16 @@ img {
|
||||||
textarea#content_description:focus-visible {
|
textarea#content_description:focus-visible {
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section__actions {
|
||||||
|
.button {
|
||||||
|
.button__content {
|
||||||
|
.button__label {
|
||||||
|
font-size: var(--font-s);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue