public-gateway-cacher/src/app/pages/pages.component.scss

25 lines
257 B
SCSS

.mat-form-field {
min-width: 30em;
}
.mat-table {
width: 100%;
}
.mat-progress-bar {
max-width: 60em;
}
.mat-header-cell {
padding: 1em;
}
.mat-column-error {
text-align: center;
min-width: 5em;
}
.mat-column-gateway {
min-width: 50em;
}