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.
68 lines
1.5 KiB
68 lines
1.5 KiB
.flex_box_center___YIXi2 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___3OJ6f {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2hZim {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___4t9Z7 {
|
|
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___1_9mr {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.count___3ufCd {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
.header___3KK0r {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.header___3KK0r .projectTab___3y-VL div[class~='ant-tabs-nav'] {
|
|
margin-bottom: 0;
|
|
}
|
|
.header___3KK0r .projectTab___3y-VL div[class~='ant-tabs-nav']::before {
|
|
border-bottom: none;
|
|
}
|
|
.header___3KK0r .title___3bwH_ {
|
|
font-size: 16px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
}
|
|
.header___3KK0r .title___3bwH_::before {
|
|
content: '';
|
|
display: inline-block;
|
|
width: 4px;
|
|
height: 12px;
|
|
background: #242f49;
|
|
margin-right: 8px;
|
|
}
|
|
.divider___2Yoj2 {
|
|
margin-top: 4px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|