mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
b070d618c3
Refs #3101 & #916
47 lines
No EOL
811 B
SCSS
47 lines
No EOL
811 B
SCSS
.invite-new-user {
|
|
.modal-body {
|
|
@include clearfix;
|
|
fieldset {
|
|
margin: 1em 0 0 0;
|
|
}
|
|
}
|
|
.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;
|
|
}
|
|
|
|
}
|
|
|
|
.modal-footer {
|
|
.reject-button-class {
|
|
@extend .button;
|
|
}
|
|
} |