forked from Gitlink/forgeplus-react
23 lines
363 B
SCSS
23 lines
363 B
SCSS
.boxPanel{
|
|
width: 1200px;
|
|
margin:0px auto;
|
|
padding:20px 0px;
|
|
min-height: 500px;
|
|
.contrbuteList{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
& > div{
|
|
width: 20%;
|
|
}
|
|
align-items: flex-start;
|
|
}
|
|
}
|
|
.descmodal{
|
|
.ant-row.ant-form-item{
|
|
margin-bottom: 10px;
|
|
}
|
|
.ant-col.ant-form-item-label{
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
} |