[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; margin-bottom: 0.5em;
} }
&-link { &-link {
display: block; @extend .btn-blue;
margin-bottom: 0.25em; margin-bottom: 0.25em;
&::after { &::after {
content: ''; content: '';

View file

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