You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
614 B
40 lines
614 B
.modal-consultation {
|
|
img {
|
|
float: left;
|
|
width: 30%; }
|
|
|
|
.forms {
|
|
padding-left: 35%;
|
|
|
|
h3 {
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
label {
|
|
width: 25%;
|
|
}
|
|
|
|
.help-text {
|
|
margin-top: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
button {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.form-success {
|
|
margin-top: 20px;
|
|
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.consultation {
|
|
.btn-consultation:extend(.btn-default, .btn-xs) {}
|
|
}
|
|
|
|
.content {
|
|
.btn-consultation:extend(.btn-primary) {}
|
|
} |