mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
Spacing for invited users list class & fixes
- Fix disappearing right border on invite user modal - Refactor rounded corners on login form - Remove commented-out code from modals
This commit is contained in:
parent
819370b815
commit
fff19ec0d5
@ -95,7 +95,7 @@
|
||||
@include transition(background ease 0.25s);
|
||||
|
||||
@media (max-width: 630px) {
|
||||
width:264px;
|
||||
width: 264px;
|
||||
@include transition(none);
|
||||
}
|
||||
|
||||
@ -115,13 +115,10 @@
|
||||
z-index: 100;
|
||||
}
|
||||
margin-right: 3px;
|
||||
border-radius: 2px 0 0 2px;
|
||||
|
||||
@media (max-width: 630px) {
|
||||
margin-right: 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
}
|
||||
.email {
|
||||
padding-left: 28px;
|
||||
border-radius: 2px 0 0 2px;
|
||||
@ -136,19 +133,34 @@
|
||||
left: 11px;
|
||||
z-index: 100;
|
||||
}
|
||||
border-radius: 0 2px 2px 0;
|
||||
|
||||
@media (max-width: 630px) {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.password {
|
||||
padding-left: 28px;
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 631px) {
|
||||
.email-wrap,
|
||||
.email-wrap .email {
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
.password-wrap,
|
||||
.password-wrap .password {
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 630px) {
|
||||
.email-wrap,
|
||||
.email-wrap .email,
|
||||
.password-wrap,
|
||||
.password-wrap .password {
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
button {
|
||||
width: 85px;
|
||||
height: 36px;
|
||||
|
@ -21,21 +21,17 @@
|
||||
width: 60%;
|
||||
}
|
||||
&:nth-of-type(2) {
|
||||
float: right;
|
||||
float: left;
|
||||
width: 35%;
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
input,
|
||||
select {
|
||||
margin-top: 1px;
|
||||
input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gh-select {
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
} // .form-group
|
||||
|
||||
.button-add {
|
||||
width: 100%;
|
||||
padding: 0.85rem 1.9rem;
|
||||
@ -43,10 +39,4 @@
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
.reject-button-class {
|
||||
@extend .button;
|
||||
}
|
||||
}
|
||||
} // .invite-new-user
|
@ -23,12 +23,6 @@
|
||||
z-index: 1040;
|
||||
@include transition(all 0.15s linear 0s);
|
||||
@include transform(translateZ(0));
|
||||
|
||||
// @include display(flex);
|
||||
// @include align-items(center);
|
||||
// @include justify-content(center);
|
||||
// @include flex-direction(column);
|
||||
|
||||
}
|
||||
|
||||
.fade {
|
||||
@ -121,8 +115,6 @@
|
||||
}
|
||||
.modal-header {
|
||||
position: relative;
|
||||
// padding: 20px;
|
||||
// border-bottom: 1px solid $lightbrown;
|
||||
|
||||
h1 {
|
||||
display: inline-block;
|
||||
@ -134,12 +126,14 @@
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
// min-height: 100px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
margin-top: 20px;
|
||||
.reject-button-class {
|
||||
@extend .button;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-style-wide {
|
||||
|
@ -11,8 +11,8 @@
|
||||
Object List
|
||||
========================================================================== */
|
||||
|
||||
.object-list:not(:first-of-type) {
|
||||
margin-top: 34px;
|
||||
.invited-users {
|
||||
margin-bottom: 34px;
|
||||
}
|
||||
|
||||
.object-list-title {
|
||||
|
6
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
6
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user