Skip to content
Snippets Groups Projects
Unverified Commit 52e61311 authored by fsdavid's avatar fsdavid Committed by GitHub
Browse files

Merge branch 'dev_next2' into dev_splash

parents 615fb64d 7bdccba1
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,6 @@ div[splashScreenTemplateBodyImage] {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
@media screen and (max-width: 670px) {
span[splashScreenHeaderTitle] {
visibility: hidden;
......
......@@ -34,11 +34,13 @@
<div
class = "row"
templateCardContainer>
<div
*ngFor = "let template of loadedTemplate$ | async | filterNull"
(click) = "selectTemplate(template)"
templateCard
hoverable>
<h2>{{ template.properties.name }}</h2>
<readmore-component>
<small>{{ template.properties.description }}</small>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment