2021-06-21 02:55:31 +00:00
|
|
|
.input-field {
|
|
|
|
width: auto;
|
|
|
|
}
|
2021-06-21 03:48:01 +00:00
|
|
|
|
|
|
|
.input-field p{
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
2021-06-21 02:55:31 +00:00
|
|
|
.input-field input {
|
2021-06-21 03:48:01 +00:00
|
|
|
width: 100%;
|
2021-06-21 02:55:31 +00:00
|
|
|
border-color: var(--primary);
|
|
|
|
}
|