[ACS-6140] - Remove references to internal Angular Material CSS classes (#3620)

This commit is contained in:
DominikIwanek
2024-02-13 13:22:57 +01:00
committed by GitHub
parent 8e567cd483
commit 184ad17baf
25 changed files with 88 additions and 90 deletions

View File

@@ -12,7 +12,7 @@
<img class="aca-details-breadcrumb-icon" alt="{{ 'APP.INFO_DRAWER.ICON' | translate }}" src="{{ nodeIcon }}">
{{ node.name }} </span>
</div>
<div class="acs-details-buttons">
<div class="aca-details-buttons">
<aca-toolbar [items]="aspectActions" info-drawer-buttons></aca-toolbar>
<button
class="aca-close-details-button"

View File

@@ -1,5 +1,5 @@
app-details-manager {
.acs-details-buttons {
.aca-details-buttons {
display: flex;
.aca-close-details-button {
@@ -26,21 +26,19 @@ app-details-manager {
margin-top: 40px;
height: calc(100% - 136px);
.mat-tab-body-wrapper {
> div {
height: 100%;
}
.mat-tab-list {
margin-left: 50px;
.mat-tab-labels {
.mat-tab-label {
padding: 0 12px;
min-width: 95px;
letter-spacing: 0.25px;
height: 32px;
}
div[role='tab'] {
&:first-of-type {
margin-left: 50px;
}
padding: 0 12px;
min-width: 95px;
letter-spacing: 0.25px;
height: 32px;
}
}