mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Refined login form sizes and colors
no refs.
This commit is contained in:
parent
775c16eccc
commit
e8cdec28ae
2 changed files with 14 additions and 4 deletions
|
@ -235,6 +235,16 @@
|
|||
max-width: 400px;
|
||||
}
|
||||
|
||||
.gh-flow-content .login span {
|
||||
height: 37px !important;
|
||||
line-height: 37px !important;
|
||||
}
|
||||
|
||||
.gh-flow-content .gh-input:focus {
|
||||
box-shadow: none;
|
||||
border-color: color-mod(var(--midlightgrey) l(+10%));
|
||||
}
|
||||
|
||||
.gh-flow-content .gh-flow-skip {
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
|
@ -343,7 +353,7 @@
|
|||
}
|
||||
|
||||
.gh-flow-content .form-group {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
.gh-flow-content .form-group label {
|
||||
|
@ -358,7 +368,7 @@
|
|||
|
||||
.gh-flow-content input {
|
||||
padding: 10px 10px 10px 30px;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.4em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
|
@ -103,12 +103,12 @@ input {
|
|||
z-index: 2;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
fill: color-mod(var(--midgrey) l(+15%));
|
||||
fill: color-mod(var(--lightgrey) l(-15%) s(-10%));
|
||||
transform: translateY(-7px);
|
||||
}
|
||||
|
||||
.gh-input-icon.gh-icon-link svg path {
|
||||
stroke: color-mod(var(--midgrey) l(+15%));
|
||||
stroke: color-mod(var(--lightgrey) l(-15%) s(-10%));
|
||||
}
|
||||
|
||||
.gh-input-icon input {
|
||||
|
|
Loading…
Add table
Reference in a new issue