72 lines
1.2 KiB
SCSS
72 lines
1.2 KiB
SCSS
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.currentClient {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
}
|
|
.clientDataWrapper {
|
|
padding: 12px 4px 30px;
|
|
display: flex;
|
|
overflow-y: auto;
|
|
.clientData {
|
|
display: flex;
|
|
column-gap: 10px;
|
|
.clientDataItem {
|
|
position: relative;
|
|
flex-shrink: 0;
|
|
width: 145px;
|
|
height: 129px;
|
|
padding: 14px 16px 5px;
|
|
box-shadow: -1px 0px 5px 1px rgba(0, 0, 0, 0.1);
|
|
.title {
|
|
display: flex;
|
|
flex-direction: column;
|
|
.label {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
font-weight: 700;
|
|
color: #333333;
|
|
}
|
|
.value {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.bgIcon {
|
|
position: absolute;
|
|
right: 16px;
|
|
bottom: 5px;
|
|
width: 114px;
|
|
height: 65px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.searchWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
column-gap: 8px;
|
|
height: 34px;
|
|
.filterButton {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 80px;
|
|
height: 34px;
|
|
color: #fff;
|
|
background-color: rgba(41, 187, 228, 1);
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.rebate-setting-btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 34px;
|
|
color: #fff;
|
|
background-color: rgba(15, 54, 117, 1);
|
|
white-space: nowrap;
|
|
} |