[ADF-5345] - fixed border for aspect dialog (#6746)

This commit is contained in:
Vito 2021-02-26 16:26:34 +00:00 committed by GitHub
parent b426905619
commit efdc63bffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@
padding-top: 3px;
height: 400px;
overflow: auto;
border: 1px solid mat-color($foreground, base, 0.07);
.adf-aspect-list-check-button {
margin-right: 5px;
@ -40,8 +41,6 @@
.mat-expansion-panel-header {
font-size: smaller;
border-right-style: inset;
border-left-style: outset;
}
.mat-expansion-panel-header-title {