argos/dmp-frontend/src/app/projects/editor/project-editor.component.scss

57 lines
655 B
SCSS
Raw Normal View History

2018-11-27 18:33:17 +01:00
.project-editor {
2017-12-18 11:01:22 +01:00
2018-11-27 18:33:17 +01:00
.project-editor-header-actions {
display: flex;
align-items: center;
2018-03-21 14:15:06 +01:00
}
2017-12-18 11:01:22 +01:00
2018-11-27 18:33:17 +01:00
.logo-table {
table-layout: fixed;
display: inline-block;
td {
padding: 3px;
}
2017-12-18 11:01:22 +01:00
}
2018-07-23 16:01:27 +02:00
2018-11-27 18:33:17 +01:00
// .table-card .mat-grid-tile {
// background: rgba(0, 0, 0, 0.32);
// }
// .project-editor {
// .fill-space {
// flex: 1 1 auto;
// }
// .mat-card {
// margin: 16px 0;
// }
// p {
// margin: 16px;
// }
2018-08-24 17:21:02 +02:00
2018-11-27 18:33:17 +01:00
// .left-button {
// float: left;
// }
2018-08-24 17:21:02 +02:00
2018-11-27 18:33:17 +01:00
// .right-button {
// float: right;
// }
// .description-area {
// height: 100px;
// }
// }
// h3 {
// margin-top: 0px;
// }
.hidden {
display: none;
}
}