mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
@@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user