16 lines
223 B
SCSS
16 lines
223 B
SCSS
.container--shelf-title {
|
|
justify-content: center;
|
|
margin: 0 0 32px;
|
|
|
|
.headingLevel3 {
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 38px;
|
|
color: $color-gray7;
|
|
}
|
|
|
|
.heading {
|
|
margin: 0;
|
|
}
|
|
}
|