opt-cc/static/src/app/request/confirm-promotion/confirm-promotion.component...

26 lines
325 B
SCSS
Raw Normal View History

2019-03-03 18:09:20 +01:00
div.confirm-promotion-container {
margin: 2em auto;
width: 95%;
min-width: 835px;
}
2017-06-10 22:07:32 +02:00
.decoration-preview {
padding: 5px;
}
.action {
2017-06-10 22:07:32 +02:00
cursor: pointer;
2019-03-03 18:09:20 +01:00
line-height: 2em;
2017-06-10 22:07:32 +02:00
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 40px;
overflow-x: auto;
padding: 5px;
2017-06-10 22:07:32 +02:00
}