.content { --background: #fafafa; } .status-view { background-color: white; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; img { width: 50px; margin-bottom: 20px; } .text { font-size: 16px; margin: 10px 0; } .desc { color: #8b8b8b; font-size: 12px; } } .h3 { padding: 10px; } .card-container { background: white; padding: 10px; .row { display: flex; margin-bottom: 10px; font-size: 12px; .label { width: 120px; color: #8b8b8b; } } }