blob: 574f294b7a5d4c228226b79afa9639eb108115c2 [file] [log] [blame]
@import '~@angular/material/theming';
@import 'styles/app-theme';
body {
margin: 0;
font-family: Roboto, sans-serif;
}
.entity-filter {
margin: 20px 20px 0 20px;
filter {
width: 100%;
}
}
.statistics-table {
margin: 10px 20px 20px 20px;
table {
width: 100%;
}
}
.mat-card {
margin: 20px;
}
.entity-table {
margin: 10px 20px 20px 20px;
table {
width: 100%;
}
}
.loading-spinner {
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: fixed;
}
.div-expandable {
padding: 10px 20px 30px 20px;
button {
margin-right: 20px;
}
}