opt-cc/static/src/app/request/award/req-award.component.scss

37 lines
451 B
SCSS
Raw Normal View History

@import url('../../style/overview.scss');
.overview {
2018-02-26 09:04:27 +01:00
width: 100% !important;
margin-left: 25px !important;
}
2017-06-09 18:30:35 +02:00
.decoration-preview {
padding: 5px;
}
.trash {
cursor: pointer;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 40px;
overflow-x: auto;
2018-03-11 13:59:04 +01:00
width: 90%;
min-width: 800px;
padding: 5px;
2017-06-09 18:30:35 +02:00
}
.form-group {
width: 25%;
min-width: 300px;
2017-06-09 18:30:35 +02:00
}
h3 {
margin: 80px 0 20px -20px;
}