Working on default layout.
This commit is contained in:
4
resources/assets/sass/pages/_auth.scss
Normal file
4
resources/assets/sass/pages/_auth.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
.forgot-password {
|
||||
padding-top: 7px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user