(Fix) info-grid: only add offset to second row in wide variation

This commit is contained in:
0xfff 2016-09-28 01:21:41 +02:00
parent 50cd9687f3
commit 2e0769b04f

View file

@ -60,9 +60,11 @@ $m: 'info-grid';
&--wide { &--wide {
.#{$m}__item { .#{$m}__item {
@extend .col-sm-5; @extend .col-sm-5;
&:nth-child(2n) {
@extend .col-sm-offset-1; @extend .col-sm-offset-1;
} }
} }
}
&--on-white { &--on-white {
.#{$m}__item-icon { .#{$m}__item-icon {