32 lines
626 B
Plaintext
32 lines
626 B
Plaintext
.changeSalaryModal {
|
|
padding: 10px 20px;
|
|
.itemWrapper {
|
|
line-height: 47px;
|
|
}
|
|
.contentWrapper {
|
|
margin-top: 10px;
|
|
.contentTitleWrapper {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
.rightIconWrapper {
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
}
|
|
.tableWrapper {
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.salaryFileSlide {
|
|
padding: 10px 20px;
|
|
.searchBar {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: right;
|
|
}
|
|
.tableWrapper {
|
|
margin-top: 10px;
|
|
}
|
|
} |