mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
I have no idea why this was its own file in layouts/modals.scss
This commit is contained in:
parent
1554248284
commit
231d1065a8
1 changed files with 48 additions and 1 deletions
|
@ -176,4 +176,51 @@ a.object-list-item {
|
|||
background: $blue;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Invite User Modal
|
||||
// --------------------------------------------------
|
||||
|
||||
.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: left;
|
||||
width: 35%;
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
} // .form-group
|
||||
|
||||
.button-add {
|
||||
width: 100%;
|
||||
padding: 0.85rem 1.9rem;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
} // .invite-new-user
|
Loading…
Reference in a new issue