2015-11-03 15:27:49 +01:00
|
|
|
@import "bootstrap";
|
|
|
|
@import "bootstrap-datepicker3";
|
|
|
|
|
|
|
|
#description_page #liste_champs{
|
|
|
|
h4{
|
2015-11-03 16:52:58 +01:00
|
|
|
margin-top: 35px;
|
2015-11-03 15:27:49 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.type_champs-text {
|
|
|
|
@extend .col-md-6;
|
|
|
|
@extend .col-lg-6;
|
|
|
|
|
|
|
|
input[type='text'] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.type_champs-textarea {
|
2015-11-03 16:52:58 +01:00
|
|
|
@extend .col-md-8;
|
|
|
|
@extend .col-lg-8;
|
2015-11-03 15:27:49 +01:00
|
|
|
|
|
|
|
textarea.form-control {
|
|
|
|
width:100%;
|
2015-11-03 16:52:58 +01:00
|
|
|
height: 133px;
|
2015-11-03 15:27:49 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.type_champs-number {
|
|
|
|
@extend .col-md-3;
|
|
|
|
@extend .col-lg-3;
|
|
|
|
|
|
|
|
input[type='number']{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.type_champs-datetime {
|
|
|
|
@extend .col-md-2;
|
|
|
|
@extend .col-lg-2;
|
|
|
|
|
|
|
|
input[type='number']{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|