30 lines
704 B
Plaintext
30 lines
704 B
Plaintext
// out: false, sourceMap: false, main: ../style.less
|
|
|
|
.program-management-container{
|
|
width: 1504px;
|
|
height: 759px;
|
|
display: flex;
|
|
flex-flow: column;
|
|
.header{
|
|
height: 65px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: @color-background-white;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
color: @color-darkish-blue;
|
|
label{
|
|
margin-left: 24px;
|
|
}
|
|
}
|
|
.program-management-body{
|
|
width: 100%;
|
|
height: 694px;
|
|
background-color: @color-silver;
|
|
display: flex;
|
|
flex-flow: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
} |