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.
NewEduCoderBuild/p__Engineering__Lists__Trai...

129 lines
3.1 KiB

.flex_box_center___2F5Cv {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3nkkm {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1Olas {
align-items: center;
box-align: center;
}
.flex_box_center_end___3qXSu {
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___3y0nS {
flex-direction: column;
box-orient: block-axis;
}
.wrap___3zAzU {
background: #ffffff;
border-radius: 4px;
}
.wrap___3zAzU .title___2-USl {
font-size: 16px;
font-weight: 500;
color: #464f66;
padding-left: 20px;
line-height: 48px;
}
.wrap___3zAzU .control___1F5sc {
display: flex;
align-items: center;
padding: 10px 20px 20px 20px;
background: #ffffff;
}
.wrap___3zAzU .control___1F5sc .label___1mMWh {
width: 80px;
height: 38px;
background: #f5f5f5;
border-radius: 2px 0px 0px 2px;
border: 1px solid #dddddd;
line-height: 38px;
text-align: center;
font-size: 14px;
margin-right: -1px;
}
.wrap___3zAzU .control___1F5sc .ant-select {
width: 110px;
margin-right: 20px;
}
.wrap___3zAzU .control___1F5sc .ant-select .ant-select-selector {
height: 38px !important;
padding: 0 10px;
}
.wrap___3zAzU .control___1F5sc .ant-select .ant-select-selection-item,
.wrap___3zAzU .control___1F5sc .ant-select .ant-select-selection-placeholder {
line-height: 38px !important;
}
.wrap___3zAzU .control___1F5sc .ant-input-search {
height: 38px;
width: 300px;
margin-left: auto;
}
.wrap___3zAzU .control___1F5sc .ant-input-search input {
color: #333;
}
.wrap___3zAzU .control___1F5sc .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.wrap___3zAzU .customTable___3K7s1 {
padding: 0 20px;
}
/* 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 */