27 lines
421 B
SCSS

.result-wrapper {
text-align: center;
padding: 48px 32px;
.icon {
margin-bottom: 24px;
color:#52c41a;
font-size: 72px;
}
.title {
color: rgba(0, 0, 0, 0.88);
font-size: 24px;
line-height: 1.3333333333333333;
margin-block: 8px;
}
.sub-title{
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 1.5714285714285714;
}
.extra {
margin: 24px 0 0 0;
}
}