Reduced size of overlay text
This commit is contained in:
parent
0cf1bf17e5
commit
e300683eb3
@ -400,6 +400,13 @@ input {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.number-field,
|
||||||
|
.email-field,
|
||||||
|
.telephone-field,
|
||||||
|
.text-field,
|
||||||
|
.text-area-field {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.telephone-field {
|
.telephone-field {
|
||||||
max-width: 15em;
|
max-width: 15em;
|
||||||
@ -2134,6 +2141,7 @@ body {
|
|||||||
left: 0;
|
left: 0;
|
||||||
max-width: 50rem;
|
max-width: 50rem;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
font-size: 0.9em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user