22 lines
356 B
SCSS
22 lines
356 B
SCSS
.container {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
color: #575757;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.m3-richText {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
color: #575757;
|
|
}
|
|
|