opt-cc/static/src/app/request/confirm-award/confirm-award.component.scss

26 lines
321 B
SCSS

div.confirm-award-container {
margin: 2em auto;
width: 95%;
min-width: 835px;
}
.decoration-preview {
padding: 5px;
}
.action {
cursor: pointer;
line-height: 2em;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 40px;
overflow-x: auto;
padding: 5px;
}