2015-11-29 13:42:26 -05:00
|
|
|
@import "../../colors";
|
|
|
|
|
|
|
|
#view {
|
2016-01-31 13:02:10 -05:00
|
|
|
h1 {
|
2016-03-02 09:42:51 -05:00
|
|
|
line-height: 2.6rem;
|
2016-01-31 13:02:10 -05:00
|
|
|
font-size: 2.3rem;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
2015-11-29 13:42:26 -05:00
|
|
|
|
2016-01-31 13:02:10 -05:00
|
|
|
.top {
|
|
|
|
img {
|
|
|
|
margin-bottom: 10px;
|
2015-11-29 13:42:26 -05:00
|
|
|
}
|
2016-01-31 13:02:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.middle {
|
2016-03-02 09:42:51 -05:00
|
|
|
margin: 20px 0;
|
2016-01-31 13:02:10 -05:00
|
|
|
background-color: $ui-gray;
|
|
|
|
padding: 40px 0;
|
2016-03-02 09:42:51 -05:00
|
|
|
width: 100%;
|
2016-01-31 13:02:10 -05:00
|
|
|
}
|
2015-11-29 13:42:26 -05:00
|
|
|
|
2016-01-31 13:02:10 -05:00
|
|
|
.bottom {
|
|
|
|
width: 100%;
|
|
|
|
line-height: 200%;
|
2016-03-02 09:42:51 -05:00
|
|
|
|
2015-11-29 13:42:26 -05:00
|
|
|
.thin-heading {
|
2016-01-31 13:02:10 -05:00
|
|
|
padding: 20px 0;
|
2015-11-29 13:42:26 -05:00
|
|
|
}
|
2016-03-02 09:42:51 -05:00
|
|
|
|
2016-01-31 13:02:10 -05:00
|
|
|
p {
|
|
|
|
margin: auto;
|
|
|
|
width: 70%;
|
2015-11-29 13:42:26 -05:00
|
|
|
}
|
2016-03-02 09:42:51 -05:00
|
|
|
|
|
|
|
ul {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-11-29 13:42:26 -05:00
|
|
|
}
|
|
|
|
}
|