[Update] Sections: Increase fontsize / use btns for infogrid

This commit is contained in:
0xfff 2016-10-30 14:28:13 +01:00
parent e11447cdb7
commit 549eeab593
3 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -48,7 +48,7 @@ $m: 'info-grid';
margin-bottom: 0.5em;
}
&-link {
display: block;
@extend .btn-blue;
margin-bottom: 0.25em;
&::after {
content: '';

View file

@ -8,15 +8,14 @@ $m: 'section';
.#{$m} {
&__icon {
display: inline-block;
margin-bottom: 50px;
}
&__title {
@include font-claim();
@include font-title-xxlarge();
margin-bottom: 17px;
}
&__lead {
@include font-lead();
@include font-title-xlarge-subline();
color: $color-gray-dark;
}
}