TIF_E41201448/sources/scss/components/_summary.scss

22 lines
369 B
SCSS

.summary {
display: inline-block;
width: 100%;
.summary-info {
background-color: #eaf2f4;
padding: 50px 0;
text-align: center;
border-radius: 3px;
h4 {
font-weight: 600;
}
}
.summary-item {
margin-top: 20px;
h6 {
font-size: 12px;
font-weight: 600;
margin-top: 5px;
margin-bottom: 20px;
}
}
}