UI: Refactoring

This commit is contained in:
Artem Dzhereleiko 2025-03-13 16:00:55 +02:00
parent e3bd59c00f
commit 340263f00b
2 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,10 @@
.mat-mdc-card.settings-card {
margin: 8px;
mat-card-header.mat-mdc-card-header {
align-items: center;
}
.fields-group {
padding: 0 16px 8px;
margin: 10px 0;

View File

@ -736,10 +736,6 @@ pre.tb-highlight {
}
}
mat-card-header.mat-mdc-card-header {
align-items: center;
}
.mat-mdc-footer-row::after, .mat-mdc-header-row::after, .mat-mdc-row::after {
content: none;
}