35 lines
717 B
SCSS
35 lines
717 B
SCSS
.input-content{
|
|
max-width: 1600px;
|
|
margin: 0 auto;
|
|
padding-bottom: 100px;
|
|
.input-wrap{
|
|
padding: 50px 50px 0;
|
|
h1{
|
|
margin-bottom: 20px;
|
|
}
|
|
.form-btn{
|
|
button{
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.form-select{
|
|
width: 168px;
|
|
> div{
|
|
width: 100%;
|
|
}
|
|
}
|
|
.form-datepicker{
|
|
div{
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
.form-Arrow-btn,
|
|
.form-Check-btn{
|
|
padding: 10px;
|
|
background-color: #272727;
|
|
> button{
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
}
|
|
} |