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

32 lines
342 B
CSS

.overview {
margin-left: 25px!important;
}
.decoration-preview {
padding: 5px;
}
.action {
cursor: pointer;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 40px;
overflow-x: auto;
width: 75%;
padding: 5px;
}
.form-group {
width: 25%;
}
h3 {
margin: 80px 0 20px -20px;
}