forked from Gitlink/forgeplus-react
53 lines
797 B
SCSS
53 lines
797 B
SCSS
.list-box {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20px;
|
|
margin: 0 1.5rem;
|
|
background: #fff;
|
|
border-bottom: 1px solid #dedede;
|
|
a.edu-orangeline-btn {
|
|
padding: 0px 10px;
|
|
}
|
|
}
|
|
|
|
a.primary-link {
|
|
color: #1890ff;
|
|
}
|
|
|
|
.infos_item {
|
|
float: left;
|
|
max-width: 273px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
color: #343434;
|
|
margin-right: 6px;
|
|
line-height: 35px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.file-list-prof{
|
|
background: #fafafa;
|
|
padding:.25rem .5rem;
|
|
margin-right:.5rem;
|
|
}
|
|
|
|
.form-edit-modal {
|
|
.ant-form-item{
|
|
display: flex;
|
|
}
|
|
.ant-form-item-label{
|
|
min-width: 5rem;
|
|
}
|
|
.ant-form-item-control-wrapper{
|
|
width: 75%;
|
|
display: inline-block;
|
|
}
|
|
.ant-input-number{
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
|