Working on default layout.

This commit is contained in:
Taylor Otwell
2014-11-25 14:31:22 -06:00
parent d4c2ecc418
commit 75e2aca9af
9 changed files with 106 additions and 106 deletions

View File

@@ -1,11 +1,8 @@
@import "partials/variables";
@import "variables";
@import "bootstrap";
@import "partials/auth";
@import "partials/buttons";
@import "partials/navigation";
@import "partials/banner";
@import "pages/auth";
@import "pages/welcome";
.fa-btn {
margin-right: 10px;
}

View File

@@ -1,11 +1,35 @@
.steps {
#welcome .jumbotron {
background: $primary;
color: lighten($primary, 35%);
margin-top: -20px;
}
#welcome .jumbotron__header,
.jumbotron h1 {
font-weight: bold;
color: white;
margin-top: 0;
}
#welcome .jumbotron__body {
max-width: 80%;
margin-bottom: 0;
line-height: 1.6em;
}
#welcome .jumbotron__header, .jumbotron h1 {
font-weight: lighter;
}
#welcome .steps {
max-width: 80%;
padding-left: 0;
list-style: none;
counter-reset: welcome-steps;
}
.steps > .steps__item {
#welcome .steps > .steps__item {
margin-bottom: 2.5em;
padding: 19px;
border: 1px solid $gray-lighter;

View File

@@ -1,18 +0,0 @@
.jumbotron {
background: $primary;
color: lighten($primary, 35%);
margin-top: -20px;
}
.jumbotron__header,
.jumbotron h1 {
font-weight: bold;
color: white;
margin-top: 0;
}
.jumbotron__body {
max-width: 80%;
margin-bottom: 0;
line-height: 1.6em;
}

View File

@@ -0,0 +1,3 @@
.fa-btn {
margin-right: 10px;
}