Ja...
This commit is contained in:
10
components/02_Molecules/textSection/_textSection.scss
Normal file
10
components/02_Molecules/textSection/_textSection.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.LP-Content{
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.LP-TextSection{
|
||||
|
||||
.LP-Text {
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
4
components/02_Molecules/textSection/textSection.hbs
Normal file
4
components/02_Molecules/textSection/textSection.hbs
Normal file
@@ -0,0 +1,4 @@
|
||||
<article class="LP-TextSection LP-Content">
|
||||
{{> @headline headline=headline}}
|
||||
{{> @text text=text}}
|
||||
</article>
|
Reference in New Issue
Block a user