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.
170 lines
4.9 KiB
170 lines
4.9 KiB
.flex_box_center___2dRkv {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___3FNiD {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___nNDAD {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1oalm {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___TE2p- {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0px 20px 15px 20px;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .select___FRDFa {
|
|
display: flex;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .select___FRDFa > div {
|
|
margin-right: 20px;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .select___FRDFa > div:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en > button {
|
|
margin-right: 10px;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en > button i {
|
|
margin-right: 7px;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en > button:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en .ant-btn {
|
|
height: 30px;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en .ant-btn.ant-btn-primary:not(:disabled) {
|
|
background: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en .ant-btn.ant-btn-primary:not(:disabled):hover {
|
|
color: #fff;
|
|
}
|
|
.evaluateContainer___3egtI .header___vWJN6 .button___1R2en .ant-btn:hover {
|
|
color: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.panelTitleContainer___tHoLi {
|
|
padding: 16px 20px 16px 20px;
|
|
}
|
|
.panelTitleContainer___tHoLi > div {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
position: relative;
|
|
padding-left: 12px;
|
|
}
|
|
.panelTitleContainer___tHoLi > div::after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 4px;
|
|
height: 12px;
|
|
background-color: #242f49;
|
|
top: 50%;
|
|
left: 0;
|
|
transform: translateY(-50%);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.selectWrapContainer___M4-WR {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-radius: 2px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
.selectWrapContainer___M4-WR > span {
|
|
background-color: #f5f5f5;
|
|
color: #464f66;
|
|
padding: 10px 12px;
|
|
border-right: 1px solid #ddd;
|
|
font-size: 14px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.evaluateContainer___1vGpd {
|
|
background: #fff;
|
|
box-shadow: 0px 2px 11px 0px rgba(218, 218, 218, 0.5);
|
|
border-radius: 4px;
|
|
}
|
|
.evaluateContainer___1vGpd .red___3wqMT {
|
|
color: #e30000;
|
|
}
|
|
.evaluateContainer___1vGpd .green___Db0dK {
|
|
color: #07c160;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-table-thead > tr > th {
|
|
padding: 7px 8px;
|
|
background: #f5f5f5;
|
|
color: #464f66;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-table-thead > tr > th:nth-child(4) {
|
|
text-align: center;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-table-tbody > tr > td {
|
|
padding: 9px 8px;
|
|
color: #464f66;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link,
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link {
|
|
color: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-item:hover {
|
|
border-color: #0152d9;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-item:hover a {
|
|
color: #0152d9;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-item.ant-pagination-item-active {
|
|
background: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
|
|
color: #fff;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-item.ant-pagination-item-active:hover a {
|
|
color: #fff;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-options .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
border-color: #0152d9;
|
|
}
|
|
.evaluateContainer___1vGpd .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input:hover {
|
|
border-color: #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|