opt-cc/static/src/app/manage/users/award-user/award-user.component.scss

37 lines
465 B
SCSS

@import url('../../../style/overview.scss');
@import url('../../../style/hide-scrollbar.scss');
.decoration-preview {
background-color: white;
padding: 5px;
}
.trash {
cursor: pointer;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 40px;
overflow-x: auto;
width: 90%;
min-width: 800px;
}
.form-group {
width: 30%;
min-width: 400px;
}
h3 {
margin-left: -20px;
}
label {
display: block;
}