2014-07-06 18:37:58 +01:00
|
|
|
.invite-new-user {
|
|
|
|
.modal-body {
|
|
|
|
@include clearfix;
|
2014-07-07 17:14:31 +01:00
|
|
|
fieldset {
|
|
|
|
margin: 1em 0 0 0;
|
|
|
|
}
|
2014-07-06 18:37:58 +01:00
|
|
|
}
|
|
|
|
.form-group {
|
|
|
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
label {
|
|
|
|
position: static;
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
float: left;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
float: right;
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
margin-top: 1px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
} // .form-group
|
|
|
|
.button-add {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0.85rem 1.9rem;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
2014-07-14 18:34:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
.reject-button-class {
|
|
|
|
@extend .button;
|
|
|
|
}
|
2014-07-06 18:37:58 +01:00
|
|
|
}
|