Adds faq page

This commit is contained in:
Alberto Garcia Cabeza
2015-10-22 02:14:52 +02:00
parent 257398f872
commit 05be2f55e8
4 changed files with 118 additions and 8 deletions

View File

@@ -1580,6 +1580,10 @@ table {
}
}
.icon-check {
color: $check;
}
.text {
margin-top: rem-calc(24);
@@ -1610,12 +1614,6 @@ table {
list-style-type: none;
margin-left: 0;
a:first-child {
border-top: 1px solid $border;
display: block;
padding-top: rem-calc(12);
}
li {
border-bottom: 1px solid $border;
font-size: rem-calc(16);