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

44 lines
501 B
SCSS
Raw Normal View History

2017-12-18 11:01:22 +01:00
.full-width {
width: 100%;
}
.input-table {
table-layout: fixed;
}
2018-03-21 14:15:06 +01:00
.logo-table {
table-layout: fixed;
display: inline-block;
2018-05-28 11:50:42 +02:00
td {
2018-03-21 14:15:06 +01:00
padding: 3px;
}
}
2017-12-18 11:01:22 +01:00
.table-card .mat-grid-tile {
background: rgba(0, 0, 0, 0.32);
}
.project-editor {
mat-form-field {
width: 100%;
padding: 3px;
}
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-05-28 11:50:42 +02:00
.right-button {
float: right;
}
2017-12-18 11:01:22 +01:00
.description-area {
height: 100px;
}
2018-05-28 11:50:42 +02:00
}