argos/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.scss

47 lines
487 B
SCSS
Raw Normal View History

2017-12-19 14:57:07 +01:00
.full-width {
width: 100%;
}
.input-table {
table-layout: fixed;
}
.table-card .mat-grid-tile {
background: rgba(0, 0, 0, 0.32);
}
2018-01-17 12:57:41 +01:00
.dataset-wizard {
.full-width {
width: 100%;
}
2018-01-11 17:25:41 +01:00
mat-form-field {
width: 100%;
padding: 3px;
}
2018-01-17 12:57:41 +01:00
td-chips {
margin-top: 20px;
}
2017-12-19 14:57:07 +01:00
2018-01-17 12:57:41 +01:00
.navigation-buttons-container {
margin-top: 20px;
}
2017-12-19 14:57:07 +01:00
.mat-card {
margin: 16px 0;
}
p {
margin: 16px;
}
.left-button {
float: left;
}
.description-area {
height: 100px;
}
}