Nudge the Apple icon over a bit to line up everything (#1428)

This commit is contained in:
Kyle Knight 2017-04-07 07:50:03 -07:00 committed by GitHub
parent 0d11c8a995
commit 54bd9a8f66

View file

@ -112,6 +112,13 @@ $base-class: 'panel-group-item';
.#{$base-class}__icon {
color: $text-light;
}
&--macos {
.#{$base-class}__icon {
margin-right: 24px;
margin-left: 2px;
}
}
}
&__custom {