18 lines
381 B
SCSS
18 lines
381 B
SCSS
.summarySmallDisclaimer{
|
|
font-family: "Roboto", sans-serif;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
color: #7D7D7D;
|
|
}
|
|
.summaryItemContainer{
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
}
|
|
.summarySmallContent .summaryItemContainer:last-child{
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
line-height: 21px;
|
|
color: #7D7D7D;
|
|
} |