argos/dmp-frontend/src/app/dmps/editor/dmp-editor.component.scss

33 lines
372 B
SCSS
Raw Normal View History

2017-12-18 11:01:22 +01:00
.input-table {
table-layout: fixed;
}
.table-card .mat-grid-tile {
background: rgba(0, 0, 0, 0.32);
}
2017-12-19 11:33:47 +01:00
.data-management-plan-editor {
2018-05-28 11:50:42 +02:00
.fill-space {
flex: 1 1 auto;
}
2017-12-18 11:01:22 +01:00
.mat-card {
margin: 16px 0;
}
p {
margin: 16px;
}
.left-button {
float: left;
2018-08-24 17:21:02 +02:00
}
.right-button {
float: right;
2017-12-18 11:01:22 +01:00
}
.description-area {
height: 100px;
}
2018-07-23 16:01:27 +02:00
}
h3{
margin-top: 0px;
}