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

51 lines
628 B
SCSS
Raw Normal View History

2017-12-19 14:57:07 +01:00
.full-width {
2018-06-05 10:18:01 +02:00
width: 100%;
2017-12-19 14:57:07 +01:00
}
2018-05-28 11:50:42 +02:00
.flex-container {
2018-06-05 10:18:01 +02:00
display: flex;
2018-05-28 11:50:42 +02:00
}
2017-12-19 14:57:07 +01:00
.input-table {
2018-06-05 10:18:01 +02:00
table-layout: fixed;
2017-12-19 14:57:07 +01:00
}
.table-card .mat-grid-tile {
2018-06-05 10:18:01 +02:00
background: rgba(0, 0, 0, 0.32);
2017-12-19 14:57:07 +01:00
}
2018-01-17 12:57:41 +01:00
.dataset-wizard {
2018-06-05 10:18:01 +02:00
.full-width {
width: 100%;
}
mat-form-field {
width: 100%;
padding: 3px;
}
td-chips {
margin-top: 20px;
}
.navigation-buttons-container {
margin-top: 20px;
}
.mat-card {
margin: 16px 0;
}
.fill-space {
flex: 1 1 auto;
}
p {
margin: 16px;
}
.left-button {
float: left;
}
.description-area {
height: 100px;
}
}
mat-card-title.thick {
font-weight: bold;
}