mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-4792] provide support for style linting (#3055)
* [ACS-4792] provide support for style linting * style fixes * style fixes * style fixes * disable yarn licenses until the issue is fixed * fix package lock * fix after rebase
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
&:nth-child(2n) {
|
||||
background-color: hsl(0,0%,95%);
|
||||
background-color: hsl(0deg, 0%, 95%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -4,10 +4,10 @@
|
||||
|
||||
&.childCompositeCondition {
|
||||
padding: 8px 16px;
|
||||
background-color: hsl(0,0%,100%);
|
||||
background-color: hsl(0deg, 0%, 100%);
|
||||
|
||||
&.secondaryBackground {
|
||||
background-color: hsl(0,0%,95%);
|
||||
background-color: hsl(0deg, 0%, 95%);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -8,10 +8,6 @@
|
||||
box-sizing: border-box;
|
||||
overflow-x: auto;
|
||||
|
||||
&:not(:nth-child(1)) {
|
||||
border-top: 1px solid var(--theme-border-color);
|
||||
}
|
||||
|
||||
&.aca-rule-details__form__name {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
@@ -51,6 +47,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:not(:nth-child(1)) {
|
||||
border-top: 1px solid var(--theme-border-color);
|
||||
}
|
||||
|
||||
&__conditions {
|
||||
width: 100%;
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
p {
|
||||
margin: 6px 0 0 0;
|
||||
margin: 6px 0 0;
|
||||
color: rgba(33, 35, 40, 0.7);
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
|
Reference in New Issue
Block a user