[ACA-4382] Use adf about and make it available in prod mode (#2361)

* use adf about and make it available in prod mode

* fix

* Fix unit test due about page refactoring

* fix review

* fix

* [link-adf:develop]

* fix pret

Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
This commit is contained in:
Eugenio Romano
2021-11-30 11:27:56 +00:00
committed by GitHub
parent fb0eb63ff0
commit 3ed95559a7
18 changed files with 29 additions and 518 deletions

View File

@@ -1,25 +1,4 @@
.app-about {
.main-content {
padding: 10px;
article {
color: var(--theme-text-color);
padding: 25px 0 25px 0;
& > header {
line-height: 24px;
font-size: 14px;
font-weight: 800;
letter-spacing: -0.2px;
}
}
article:first-of-type {
padding-bottom: 0;
}
article:last-of-type {
margin-bottom: 50px;
}
}
adf-about {
padding: 10px;
width: 100%;
}