forked from tykayn/funky-framadate-front
42 lines
510 B
SCSS
42 lines
510 B
SCSS
form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 340px;
|
|
margin: auto;
|
|
}
|
|
.row {
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
padding-bottom: 65px;
|
|
}
|
|
textarea {
|
|
height: 115px;
|
|
margin-bottom: 50px;
|
|
}
|
|
label {
|
|
padding-bottom: 10px;
|
|
flex-wrap: wrap;
|
|
}
|
|
h2,
|
|
h1 {
|
|
margin-bottom: 40px;
|
|
}
|
|
h2 {
|
|
margin-top: 40px;
|
|
padding-left: 16px;
|
|
}
|
|
.btn--alert {
|
|
font-weight: 600;
|
|
}
|
|
h3 {
|
|
padding-left: 28px;
|
|
padding-bottom: 15px;
|
|
}
|
|
select,
|
|
input[type='date'] {
|
|
max-width: 130px;
|
|
}
|
|
.btn--outline {
|
|
margin-bottom: 70px;
|
|
}
|