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

215 lines
4.7 KiB

.flex_box_center___1JPvt {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2CdVA {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3KS4m {
align-items: center;
box-align: center;
}
.flex_box_center_end___1b4Hc {
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___30JFL {
flex-direction: column;
box-orient: block-axis;
}
.wrap___10oHT {
background: #ffffff;
border-radius: 4px;
padding: 0 0 40px 0;
}
.wrap___10oHT .title___sFJE7 {
height: 28px;
font-size: 16px;
font-weight: 500;
color: #464f66;
padding-left: 20px;
line-height: 48px;
}
.wrap___10oHT .control___OQFVR {
display: flex;
align-items: center;
padding: 0px 20px 20px 20px;
margin-top: 14px;
background: #ffffff;
}
.wrap___10oHT .control___OQFVR .label___3ROGA {
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___10oHT .control___OQFVR .ant-select {
width: 110px;
margin-right: 20px;
}
.wrap___10oHT .control___OQFVR .ant-select .ant-select-selector {
height: 38px !important;
padding: 0 10px;
}
.wrap___10oHT .control___OQFVR .ant-select .ant-select-selection-item,
.wrap___10oHT .control___OQFVR .ant-select .ant-select-selection-placeholder {
line-height: 38px !important;
}
.wrap___10oHT .control___OQFVR .ant-input-search {
height: 38px;
width: 300px;
margin-left: auto;
}
.wrap___10oHT .control___OQFVR .ant-input-search input {
color: #333;
}
.wrap___10oHT .control___OQFVR .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.wrap___10oHT .customTable___3lKJa {
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 */
.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);
}