mirror of
https://github.com/seigler/dash-website
synced 2025-07-28 15:36:09 +00:00
[Update] Merchants/Team: Style Sections / Add more rows for merchant member list
This commit is contained in:
parent
ec2c4d6c29
commit
c00f8c6aee
4 changed files with 61 additions and 14 deletions
|
@ -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} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue