11 lines
184 B
SCSS
11 lines
184 B
SCSS
.paragraph--shelfTitleText {
|
|
font-family: $font-family;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
color: #575757;
|
|
|
|
margin-bottom: 32px;
|
|
}
|