chore: style improvements

This commit is contained in:
Juan Picado @jotadeveloper 2018-02-03 19:27:55 +01:00
parent 3f3c789e21
commit 3bb374c84a
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
3 changed files with 5 additions and 3 deletions

View File

@ -2,12 +2,12 @@
.pkgDetail { .pkgDetail {
.title { .title {
font-size: 38px; font-size: 28px;
color: $primary-color; color: $primary-color;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
text-transform: capitalize; text-transform: capitalize;
font-weight: 600; font-weight: 600;
margin: 0 0 10px; margin: 0 0 40px;
padding-bottom: 5px; padding-bottom: 5px;
} }

View File

@ -4,7 +4,7 @@
.moduleTitle { .moduleTitle {
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
font-size: 24px; font-size: 21px;
color: $primary-color; color: $primary-color;
margin: 0 0 10px; margin: 0 0 10px;
padding: 5px 0; padding: 5px 0;

View File

@ -7,6 +7,7 @@
&:not(:last-child) { &:not(:last-child) {
margin-bottom: 10px; margin-bottom: 10px;
} }
img { img {
width: $mine-height; width: $mine-height;
height: $mine-height; height: $mine-height;
@ -14,6 +15,7 @@
border-radius: 100%; border-radius: 100%;
flex-shrink: 0; flex-shrink: 0;
} }
span { span {
font-size: 14px; font-size: 14px;
flex-shrink: 1; flex-shrink: 1;