input fix
parent
eed159e4ab
commit
f88fd41192
|
|
@ -37,14 +37,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal input {
|
.modal input {
|
||||||
width: 100%;
|
width: 94%;
|
||||||
/* padding: 8px; */
|
/* max-width: fit-content; */
|
||||||
|
padding: 3%;
|
||||||
padding-top: 3%;
|
padding-top: 3%;
|
||||||
padding-bottom: 3%;
|
padding-bottom: 3%;
|
||||||
/* margin-left: 3%; */
|
|
||||||
/* margin-right: 10%; */
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
/* text-align: start; */
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
background-color: var(--modal-background);
|
background-color: var(--modal-background);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue