Skip to content

Commit

Permalink
[ACS-7561] - Permissions page (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland authored and MichalKinas committed Jul 19, 2024
1 parent e6099cd commit af42a5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,3 @@ app-details-manager {
vertical-align: text-bottom;
}
}

mat-tab-header {
border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
}
6 changes: 6 additions & 0 deletions projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ mat-toolbar.mat-toolbar.mat-toolbar-single-row {
color: var(--theme-secondary-text);
}

.aca-details-tabs {
.mdc-tab__text-label {
line-height: 19px;
}
}

mat-snack-bar-container {
.mat-mdc-button.mat-unthemed {
--mdc-text-button-label-text-color: #fff;
Expand Down

0 comments on commit af42a5b

Please sign in to comment.