24 lines
411 B
SCSS
24 lines
411 B
SCSS
.equipmentManagement {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
>div:nth-child(1) {
|
|
>div {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
|
|
>span {
|
|
color: #EEEEEE;
|
|
font-size: 16px;
|
|
margin-right: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
|
|
>div:nth-child(2) {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 20px;
|
|
}
|
|
} |