Files
lingji-work-fe/src/views/property-marketing/media-account/account-dashboard/style.scss

51 lines
1.1 KiB
SCSS

.account-dashboard-wrap {
display: flex;
flex-direction: column;
.filter-wrap {
border-radius: 8px;
// border: 1px solid #e6e6e8;
.top {
.title {
font-family: $font-family-medium;
font-style: normal;
}
:deep(.arco-btn) {
.arco-btn-icon {
line-height: 14px;
}
}
}
.overview-row {
.overview-item {
height: 88px;
border-radius: 8px;
background: var(--BG-100, #f7f8fa);
padding: 16px;
&:not(:last-child) {
margin-right: 12px;
}
.label {
color: var(--Text-3, #737478);
font-family: $font-family-medium;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.value {
color: var(--Text-1, #211f24);
font-family: $font-family-manrope-regular;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
}
}
}
.table-wrap {
width: 100%;
}
}