mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
linting corrections
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
&__separation-line {
|
||||
border: 1px solid var(--theme-grey-background-color);
|
||||
margin: 8px -24px 8px;
|
||||
margin: 8px -24px;
|
||||
}
|
||||
|
||||
&__close {
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
&__para {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
&__heading {
|
||||
@@ -115,7 +115,7 @@
|
||||
.mat-dialog-actions {
|
||||
justify-content: flex-end;
|
||||
padding: 0;
|
||||
margin: 8px 0 0 0;
|
||||
margin: 8px 0 0;
|
||||
|
||||
& > button {
|
||||
color: var(--adf-theme-foreground-base-color);
|
||||
|
||||
Reference in New Issue
Block a user