2020-04-14 11:28:33 +02:00
|
|
|
form {
|
2020-04-21 10:50:26 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 340px;
|
|
|
|
margin: auto;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
.row {
|
2020-04-21 10:50:26 +02:00
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding-bottom: 65px;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
textarea {
|
2020-04-21 10:50:26 +02:00
|
|
|
height: 115px;
|
|
|
|
margin-bottom: 50px;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
label {
|
2020-04-21 10:50:26 +02:00
|
|
|
padding-bottom: 10px;
|
|
|
|
flex-wrap: wrap;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
h2,
|
|
|
|
h1 {
|
2020-04-21 10:50:26 +02:00
|
|
|
margin-bottom: 40px;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
h2 {
|
2020-04-21 10:50:26 +02:00
|
|
|
margin-top: 40px;
|
|
|
|
padding-left: 16px;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
.btn--alert {
|
2020-04-21 10:50:26 +02:00
|
|
|
font-weight: 600;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
h3 {
|
2020-04-21 10:50:26 +02:00
|
|
|
padding-left: 28px;
|
|
|
|
padding-bottom: 15px;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
select,
|
|
|
|
input[type='date'] {
|
2020-04-21 10:50:26 +02:00
|
|
|
max-width: 130px;
|
2020-04-14 11:28:33 +02:00
|
|
|
}
|
|
|
|
.btn--outline {
|
2020-04-21 10:50:26 +02:00
|
|
|
margin-bottom: 70px;
|
2019-11-20 19:31:11 +01:00
|
|
|
}
|