fix getstarted window padding
This commit is contained in:
parent
709a5666cd
commit
d08061a05c
1 changed files with 15 additions and 26 deletions
|
@ -656,7 +656,7 @@ textarea,
|
||||||
|
|
||||||
select.form-control {
|
select.form-control {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control + .select-arrow {
|
.form-control + .select-arrow {
|
||||||
|
@ -808,6 +808,14 @@ textarea,
|
||||||
background: hsl(234,10%,19%);
|
background: hsl(234,10%,19%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content.getstarted {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
.main {
|
||||||
|
padding: 20px 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.login {
|
.login {
|
||||||
@extend .fit;
|
@extend .fit;
|
||||||
@extend .vertical;
|
@extend .vertical;
|
||||||
|
@ -3471,7 +3479,7 @@ footer {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabsSidebar-close {
|
.tabsSidebar-close {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: -15px;
|
margin: -15px;
|
||||||
|
@ -4196,6 +4204,7 @@ footer {
|
||||||
@extend .hero-unit;
|
@extend .hero-unit;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
padding-bottom: 18px;
|
padding-bottom: 18px;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard h2 {
|
.wizard h2 {
|
||||||
|
@ -4254,30 +4263,6 @@ label + .wizard-buttonList {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup.wizard .wizard-slide {
|
|
||||||
h2 .provider_icon {
|
|
||||||
margin-right: 8px;
|
|
||||||
margin-left: -10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&[data-slide=twitter],
|
|
||||||
&[data-slide=email] {
|
|
||||||
h2 {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&[data-slide=twitter] {
|
|
||||||
background: hsl(197, 75%, 53%);
|
|
||||||
border-color: hsl(197, 75%, 48%);
|
|
||||||
}
|
|
||||||
|
|
||||||
&[data-slide=email] {
|
|
||||||
background: hsl(47, 100%, 59%);
|
|
||||||
border-color: hsl(47, 100%, 54%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.setup.wizard .logo-preview {
|
.setup.wizard .logo-preview {
|
||||||
display: block;
|
display: block;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
@ -4302,6 +4287,10 @@ label + .wizard-buttonList {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.setup.wizard .base-outbound-settings {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.import.wizard .wizard-slide {
|
.import.wizard .wizard-slide {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue