linting corrections

This commit is contained in:
Jatin_Chugh
2023-06-07 10:45:59 +05:30
parent 4709440a73
commit c9b737287c
@@ -62,7 +62,7 @@
&__separation-line { &__separation-line {
border: 1px solid var(--theme-grey-background-color); border: 1px solid var(--theme-grey-background-color);
margin: 8px -24px 8px; margin: 8px -24px;
} }
&__close { &__close {
@@ -76,7 +76,7 @@
&__para { &__para {
margin-top: 8px; margin-top: 8px;
margin-bottom: 8px margin-bottom: 8px;
} }
&__heading { &__heading {
@@ -115,7 +115,7 @@
.mat-dialog-actions { .mat-dialog-actions {
justify-content: flex-end; justify-content: flex-end;
padding: 0; padding: 0;
margin: 8px 0 0 0; margin: 8px 0 0;
& > button { & > button {
color: var(--adf-theme-foreground-base-color); color: var(--adf-theme-foreground-base-color);