mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +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:
@@ -1,6 +1,5 @@
|
||||
.aca-generic-error {
|
||||
color: var(--theme-text-color, rgba(0, 0, 0, 0.54));
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '../../styles/mixins.scss';
|
||||
@import '../../styles/mixins';
|
||||
|
||||
.aca-page-layout {
|
||||
@include flex-column;
|
||||
|
Reference in New Issue
Block a user