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

24 lines
269 B
CSS
Raw Normal View History

2017-05-13 14:57:40 +02:00
.decoration-preview {
background-color: white;
padding: 5px;
}
.trash {
cursor: pointer;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
overflow-x: auto;
width: 250%;
margin-top: 50px
}
h3 {
margin-bottom: 20px;
}