[Update] Merchants/Team: Style Sections / Add more rows for merchant member list

This commit is contained in:
0xfff 2016-11-06 20:21:52 +01:00
parent ec2c4d6c29
commit c00f8c6aee
4 changed files with 61 additions and 14 deletions

View file

@ -11,6 +11,31 @@ $m: 'section';
margin: 0 auto;
}
&--intro-lead {
text-align: center;
.#{$m} {
&__icon {
display: inline-block;
}
&__title {
@include font-title-xlarge();
margin-bottom: 10px;
}
&__lead {
display: inline-block;
@include font-lead();
max-width: 500px;
color: $color-gray-dark;
}
&__intro {
margin-bottom: 50px;
}
}
.member-list {
margin-top: 40px;
}
}
&--claim {
text-align: center;
.#{$m} {