add customer template

This commit is contained in:
2019-07-01 07:08:24 +02:00
committed by Roland Schneider
parent 8e8aafb074
commit 5922ce776d
220 changed files with 62600 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}