Subtitles for coins on home screen.

This commit is contained in:
Brendon Duncan 2018-06-17 17:56:50 +12:00
commit 585775e88b
3 changed files with 16 additions and 8 deletions

View file

@ -37,6 +37,9 @@
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
&.compact-subtitle {
padding-bottom: 0;
}
}
.item-sub {
&:first-child:before {

View file

@ -43,6 +43,11 @@
.icon {
color: $v-mid-gray;
}
.subtitle {
color: $v-mid-gray;
font-size: $font-size-small;
font-weight: 300;
}
}
}
}
}