84 lines
1.2 KiB
CSS
84 lines
1.2 KiB
CSS
.title {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.divider {
|
|
margin: 20px 0;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.search-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
padding: 0 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.global-selectors {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 10px;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.selected-global {
|
|
width: 450px;
|
|
}
|
|
|
|
.search-string {
|
|
flex: 2;
|
|
padding: 5px;
|
|
}
|
|
|
|
.search-boolean {
|
|
flex: 1;
|
|
padding: 5px;
|
|
}
|
|
|
|
.save-button{
|
|
justify-self: end;
|
|
}
|
|
|
|
.header-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 10px;
|
|
}
|
|
|
|
.mat-elevation-z8 {
|
|
box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.paginator-container {
|
|
display: flex;
|
|
justify-content: end;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.example-headers-align .mat-expansion-panel-header-description {
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.example-headers-align .mat-mdc-form-field + .mat-mdc-form-field {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.example-button-row {
|
|
display: table-cell;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.example-button-row .mat-mdc-button-base {
|
|
margin: 8px 8px 8px 0;
|
|
}
|
|
|