mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[MNT-21386] about extension (#1674)
* separate project for about extension * move components to the about project * remove about from the app * update travis * fix lint
This commit is contained in:
25
projects/aca-about/src/lib/about.component.scss
Normal file
25
projects/aca-about/src/lib/about.component.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user