Skip to content

Commit ef7f4c2

Browse files
committed
Card templates in case anyone wants to do a build for themselves
1 parent 82408e6 commit ef7f4c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/card-content.html

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<md-card-content class="schema-form-card-content {{form.htmlClass}}">
2+
</md-card-content>

src/card.html

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<md-card class="schema-form-card {{form.htmlClass}}">
2+
</md-card>

0 commit comments

Comments
 (0)