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.
 
 
 
 
 
 

68 lines
1.1 KiB

.modal-consultation {
img {
float: left;
width: 30%; }
.forms {
padding-left: 35%;
h3 {
margin-top: 18px;
}
.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, .consultation-person, .people-detail {
.btn-consultation:extend(.btn-primary) {
@media (min-width: 0) {
.btn-xs;
}
@media (min-width: 530px) {
.button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);
}
}
}
.consultation-person {
.modal-form {
text-align: right;
}
.btn-consultation {
margin-bottom: 10px;
margin-right: -13px;
}
.plugin-people {
margin-left: -36px;
}
}
.people-detail {
.btn-consultation {
margin-bottom: 15px;
}
}