UI polish for Home page

- improve feature list UI (remove bullet styles, improve icon and text
positioning)
- improve card headers (icons and text positioning)
This commit is contained in:
Denys Vuika
2016-12-13 10:47:00 +00:00
parent b34a38fcff
commit 5b886d4e60
2 changed files with 90 additions and 30 deletions

View File

@@ -23,3 +23,26 @@
cursor: pointer;
height: 70px;
}
.home--card__icon {
padding-top: 2px;
margin-right: 4px;
}
.home--feature-list {
list-style: none;
padding-left: 0;
}
.home--feature-list__icon {
float: left;
}
.home--feature-list__text {
padding-top: 2px;
}
span.home--feature-list__text:before {
content: '';
padding-left: 4px;
}