28 lines
369 B
SCSS
28 lines
369 B
SCSS
.order-status {
|
|
color: #fff;
|
|
padding: 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.status-header {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.status-icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.status-text {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.status-description {
|
|
font-size: 12px;
|
|
} |