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__Docu...

358 lines
8.5 KiB

.flex_box_center___3BLpD {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1W87h {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2lTqF {
align-items: center;
box-align: center;
}
.flex_box_center_end___3gqgk {
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___uIqmY {
flex-direction: column;
box-orient: block-axis;
}
.wrap___3b7Ym {
background: #ffffff;
border-radius: 4px;
}
.wrap___3b7Ym .title___2f5dF {
height: 28px;
font-size: 16px;
font-weight: 500;
color: #464f66;
padding-left: 20px;
line-height: 48px;
}
.wrap___3b7Ym .control___13VAo {
display: flex;
align-items: center;
padding: 10px 20px 20px 20px;
background: #ffffff;
}
.wrap___3b7Ym .control___13VAo .label___2LPaN {
width: 82px;
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___3b7Ym .control___13VAo .ant-select {
width: 110px;
margin-right: 20px;
}
.wrap___3b7Ym .control___13VAo .ant-select .ant-select-selector {
height: 38px !important;
padding: 0 10px;
}
.wrap___3b7Ym .control___13VAo .ant-select .ant-select-selection-item,
.wrap___3b7Ym .control___13VAo .ant-select .ant-select-selection-placeholder {
line-height: 38px !important;
}
.wrap___3b7Ym .control___13VAo .ant-input-search {
height: 38px;
width: 300px;
}
.wrap___3b7Ym .control___13VAo .ant-input-search input {
color: #333;
}
.wrap___3b7Ym .control___13VAo .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.tagWrap___2s4jK {
display: flex;
align-items: center;
justify-content: end;
}
.tagWrap___2s4jK .tag___2QU1K {
height: 24px;
line-height: 24px;
font-size: 14px;
padding: 0 10px;
color: #0152d9;
background: #eaf0fc;
margin-right: 5px;
border-radius: 2px;
display: flex;
}
.tagWrap___2s4jK .tag___2QU1K span:first-child {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 70px;
}
.tagWrap___2s4jK .tag___2QU1K span:last-child {
cursor: pointer;
color: #0152d9;
margin-left: 5px;
}
.tagWrap___2s4jK .tag___2QU1K span:last-child i {
font-size: 12px;
display: inline-block;
transform: scale(0.8);
}
.button___3swZT {
margin-left: auto;
}
.button___3swZT button {
margin-right: 10px;
}
.button___3swZT button i {
margin-right: 7px;
}
.button___3swZT button:last-child {
margin-right: 0;
}
.button___3swZT .ant-btn {
height: 30px;
transition: 0s;
}
.button___3swZT .ant-btn.ant-btn-primary:not(:disabled) {
background: #0152d9;
border-color: #0152d9;
}
.customTable___2PJ6k .ant-table-thead > tr > th {
padding: 7px 8px;
}
.customTable___2PJ6k .ant-table-thead > tr > th .ant-table-column-sorter-up.active,
.customTable___2PJ6k .ant-table-thead > tr > th .ant-table-column-sorter-down.active {
color: #0152d9;
}
.customTable___2PJ6k .ant-table-thead > tr > th .ant-table-column-sorters {
padding: 0;
}
.customTable___2PJ6k .ant-table-tbody > tr > td {
padding: 9px 8px;
}
.customTable___2PJ6k .ant-table-container table tr:first-child th:first-child {
padding-left: 20px;
}
.customTable___2PJ6k .ant-checkbox-checked .ant-checkbox-inner {
background-color: #0152d9;
border-color: #0152d9;
}
.customTable___2PJ6k .ant-checkbox-indeterminate .ant-checkbox-inner::after {
background-color: #0152d9;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link,
.customTable___2PJ6k .ant-pagination .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link {
color: #0152d9;
border-color: #0152d9;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-item:hover {
border-color: #0152d9;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-item:hover a {
color: #0152d9;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-item.ant-pagination-item-active {
background: #0152d9;
border-color: #0152d9;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
color: #fff;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-item.ant-pagination-item-active:hover a {
color: #fff;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-options .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: #0152d9;
}
.customTable___2PJ6k .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input:hover {
border-color: #0152d9;
}
.form___2NPE4 {
margin-top: 20px !important;
margin-left: 110px !important;
}
.form___2NPE4 .ant-form-item {
padding-bottom: 8px;
}
.form___2NPE4 .ant-form-item .ant-form-item-label > label {
font-size: 14px;
color: #464f66;
height: 38px;
}
.form___2NPE4 .ant-form-item .ant-input {
width: 358px;
height: 38px;
border-radius: 2px;
border: 1px solid #e0e2ec;
}
.form___2NPE4 .ant-form-item .ant-form-item-control-input {
height: 38px;
}
.form___2NPE4 .ant-select .ant-select-selector {
height: 38px !important;
padding: 0 10px;
}
.form___2NPE4 .ant-select .ant-select-selection-item,
.form___2NPE4 .ant-select .ant-select-selection-placeholder {
line-height: 38px !important;
}
.customModal___101lt .ant-modal-close-x {
margin-top: 6px;
margin-right: 11px;
font-size: 16px;
}
.customModal___101lt .ant-modal-header {
border-bottom: 0;
padding: 20px 40px;
}
.customModal___101lt .ant-modal-header .ant-modal-title {
font-size: 18px;
font-weight: 500;
color: #464f66;
}
.customModal___101lt .ant-modal-body {
padding: 0;
}
/* 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 */
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.wrp___z2l1F img,
.wrp___z2l1F video {
max-width: 100%;
max-height: 80%;
text-align: center;
}
.wrp___z2l1F iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #fff;
}
.monaco___1ypjT {
position: absolute;
height: 100%;
width: 100%;
}
.darkBlue___2ViJc * {
font-size: 14px;
}
.darkBlue___2ViJc [class~='margin'],
.darkBlue___2ViJc [class~='monaco-editor-background'] {
background: #0a0e2d !important;
}
.darkBlue___2ViJc [class~='line-numbers'] {
color: white !important;
}
.close___3q-z4 {
position: absolute;
right: 40px;
top: 40px;
z-index: 10;
display: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp{
width: calc(100% - 20px ) !important;
background: rgba(245, 0, 0 ,0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}