Skip to content
Snippets Groups Projects
Commit e8d5e65c authored by Daviti Gogshelidze's avatar Daviti Gogshelidze
Browse files

Add log in and help buttons to splash screen

parents b4dfdf39 52e61311
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;
......
......@@ -37,11 +37,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