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

34 lines
386 B
SCSS
Raw Normal View History

@import url('../../style/overview.scss');
.overview {
2018-02-26 09:04:27 +01:00
margin-left: 25px !important;
}
2017-06-10 22:07:32 +02:00
.decoration-preview {
padding: 5px;
}
.action {
2017-06-10 22:07:32 +02:00
cursor: pointer;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 40px;
overflow-x: auto;
width: 90%;
padding: 5px;
2017-06-10 22:07:32 +02:00
}
.form-group {
width: 25%;
}
h3 {
margin: 80px 0 20px -20px;
}