58 lines
859 B
Sass
58 lines
859 B
Sass
#getting-started
|
|
min-width: 600px
|
|
max-width: 800px
|
|
margin: 0 auto
|
|
padding-top: 30px
|
|
font-family: 'Source Sans Pro'
|
|
text-align: center
|
|
|
|
h2
|
|
color: #919191
|
|
font-weight: 400
|
|
line-height: 30px
|
|
|
|
h3
|
|
font-size: 35px
|
|
color: #337389
|
|
|
|
span
|
|
display: inline-block
|
|
margin-top: 50px
|
|
|
|
.steps
|
|
font-size: 20px
|
|
font-weight: 600
|
|
color: #939386
|
|
|
|
p
|
|
font-size: 15px
|
|
|
|
.end-of-steps
|
|
padding-bottom: 50px
|
|
border-bottom : 1px solid #AAAAAA
|
|
|
|
.after-steps
|
|
padding-top: 50px
|
|
|
|
a
|
|
color: #a53230
|
|
text-decoration: none
|
|
|
|
&:hover
|
|
color: #607a84
|
|
text-decoration: underline
|
|
|
|
img
|
|
padding: 0
|
|
float: none
|
|
margin: 15px 0 0 0
|
|
max-width: 800px
|
|
min-width: 600px
|
|
|
|
&.spinner
|
|
border: 0px
|
|
padding: 0px
|
|
float: none
|
|
margin: 0px
|
|
margin-left: 5px
|