This commit is contained in:
2020-07-17 17:55:46 +02:00
commit 875cf06dd1
61 changed files with 6431 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
.LP-Headline{
font-family: $-primary-sans-serif-font;
color: $-secondary-color;
font-size: 1.7rem;
padding-top: 0px;
margin-top: 0px;
padding-bottom: 0.2rem;
}

View File

@@ -0,0 +1,5 @@
{
"context": {
"headline": "Hello here is my headline"
}
}

View File

@@ -0,0 +1 @@
<h1 class="LP-Headline">{{headline}}</h1>