38 lines
813 B
SCSS
Vendored
38 lines
813 B
SCSS
Vendored
.project-management {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 20px;
|
|
overflow: auto;
|
|
.management-title {
|
|
color: #333333;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
margin-bottom: 24px;
|
|
}
|
|
.project-name {
|
|
display: flex;
|
|
align-items: center;
|
|
.ivu-tag {
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding: 0 4px;
|
|
transform: scale(0.8);
|
|
transform-origin: right center;
|
|
flex-shrink: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
}
|
|
.project-percent {
|
|
line-height: 1;
|
|
.ivu-progress {
|
|
margin-top: 2px;
|
|
}
|
|
}
|
|
}
|