Skip to content

Commit

Permalink
[ACS-5540]Added focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed Oct 4, 2023
1 parent 58de897 commit cd0a67a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
border: 1px solid var(--theme-metadata-property-panel-border-color);
border-radius: 12px;
margin-bottom: 12px;

.mat-expansion-panel-header {
border-radius: 12px;
}
}

.acs-details-container {
Expand All @@ -28,6 +32,10 @@
margin: 24px;
border-radius: 12px;

.mat-expansion-panel-header {
border-radius: 12px;
}

.adf-metadata-properties-group-title {
width: 548px;
}
Expand Down

0 comments on commit cd0a67a

Please sign in to comment.