[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:
Denys Vuika
2020-09-16 08:48:17 +01:00
committed by GitHub
parent e3cbddb465
commit 6612a702c0
34 changed files with 344 additions and 76 deletions

View 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;
}
}
}