Improve profile bar design hyerarchy

stable
Xavier Julián 2015-05-12 14:25:27 +02:00 committed by Juanfran
parent 41d4625a44
commit bdf9be9b46
1 changed files with 4 additions and 7 deletions

View File

@ -79,20 +79,17 @@
}
}
}
h1,
h2 {
@extend %bold;
@extend %small;
}
h1 {
@extend %bold;
@extend %xlarge;
line-height: 1;
margin-bottom: 0;
text-transform: none;
}
h2 {
@extend %large;
color: $gray-light;
@extend %light;
@extend %larger;
color: $gray;
line-height: 1.2;
margin-bottom: 1rem;
}