_sass/layouts/get-started.scss (39 lines of code) (raw):
.get-started {
.content {
padding: 0rem 13rem 1rem 13rem;
}
.gs-item {
display: grid;
grid-template-columns: 50px 1fr;
grid-gap: 1em;
clear: both;
}
.step {
font-size: 3rem;
color: $white;
background-color: $orange;
text-align: center;
border-radius: 25px;
height: 50px;
}
.step-desc {
color: $blue;
text-transform: uppercase;
font-weight: 600;
a {
color: $orange;
font-weight: 600;
}
}
.toc ul {
list-style: none;
padding-left: 0;
margin-top: 0;
}
li > p, li {
margin: 0.5em 0;
}
hr {
margin: 2rem 0 1rem 0;
}
}