You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
970 B
56 lines
970 B
.card-container {
|
|
margin: 18px;
|
|
border-radius: 3px;
|
|
padding: 4px 0;
|
|
box-shadow: 0px 3px 1.2px 1.2px rgba(#000, 0.18);
|
|
|
|
.card-header {
|
|
margin: 5px 20px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.card-divider {
|
|
border-bottom: gray solid 1px;
|
|
margin: 0 20px;
|
|
}
|
|
|
|
.card-content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 5px 20px;
|
|
|
|
.card-content-left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.text-2 {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.card-status {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin: 5px;
|
|
|
|
.sys-image {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
|
|
.sys-text {
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
line-height: 30px;
|
|
display: block;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-shadow: 0px 3px 1.2px 1.2px rgba(#000, 0.18);
|
|
border-radius: 3px;
|
|
min-height: 60px;
|
|
}
|
|
}
|
|
} |