2022-06-06 00:08:12 +00:00
|
|
|
.form-monorow {
|
|
|
|
max-width: 600px;
|
|
|
|
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 4px;
|
|
|
|
justify-content: center;
|
2022-06-08 00:12:03 +00:00
|
|
|
align-items: stretch;
|
2022-06-06 00:08:12 +00:00
|
|
|
}
|
|
|
|
|
2022-06-08 00:12:03 +00:00
|
|
|
.form-monorow > input {
|
2022-06-06 00:08:12 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2022-06-08 00:12:03 +00:00
|
|
|
.form-monorow > button, .form-monorow > input[type="submit"] {
|
2022-06-06 00:08:12 +00:00
|
|
|
flex-grow: 0;
|
2022-06-08 00:12:03 +00:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2022-06-06 00:08:12 +00:00
|
|
|
}
|