fix getstarted window padding

This commit is contained in:
Felix Niklas 2014-11-17 16:08:24 +01:00
parent 709a5666cd
commit d08061a05c

View file

@ -656,7 +656,7 @@ textarea,
select.form-control {
padding-left: 10px;
padding-right: 10px;
padding-right: 34px;
}
.form-control + .select-arrow {
@ -808,6 +808,14 @@ textarea,
background: hsl(234,10%,19%);
}
.content.getstarted {
padding: 0;
.main {
padding: 20px 10px;
}
}
.login {
@extend .fit;
@extend .vertical;
@ -4196,6 +4204,7 @@ footer {
@extend .hero-unit;
width: 400px;
padding-bottom: 18px;
margin-bottom: 20px;
}
.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 {
display: block;
height: 0;
@ -4302,6 +4287,10 @@ label + .wizard-buttonList {
}
}
.setup.wizard .base-outbound-settings {
margin-top: 15px;
}
.import.wizard .wizard-slide {
height: 300px;
}