Work on welcome page
This commit is contained in:
@@ -4614,5 +4614,53 @@ button.close {
|
||||
margin: -11px 10px -10px 0;
|
||||
padding: 0; }
|
||||
|
||||
.jumbotron {
|
||||
background: #F55430;
|
||||
color: #fde0da;
|
||||
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; }
|
||||
|
||||
.steps {
|
||||
max-width: 80%;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
counter-reset: welcome-steps; }
|
||||
|
||||
.steps > .steps__item {
|
||||
margin-bottom: 2.5em;
|
||||
padding: 19px;
|
||||
border: 1px solid #eeeeee;
|
||||
border-radius: 4px;
|
||||
overflow: hidden; }
|
||||
.steps > .steps__item:before {
|
||||
content: counter(welcome-steps);
|
||||
counter-increment: welcome-steps;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
background: #eeeeee;
|
||||
border: 1px solid #d5d5d5;
|
||||
border-radius: 50%;
|
||||
font: bold 2em monospace;
|
||||
text-align: center;
|
||||
line-height: 49px; }
|
||||
.steps > .steps__item .body {
|
||||
float: left; }
|
||||
.steps > .steps__item h2 {
|
||||
font-weight: bold;
|
||||
margin-top: 0; }
|
||||
.steps > .steps__item p:last-child {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.fa-btn {
|
||||
margin-right: 10px; }
|
||||
|
||||
Reference in New Issue
Block a user