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 {
.title {
font-size: 38px;
font-size: 28px;
color: $primary-color;
border-bottom: 1px solid $border-color;
text-transform: capitalize;
font-weight: 600;
margin: 0 0 10px;
margin: 0 0 40px;
padding-bottom: 5px;
}

View File

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

View File

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