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,11 @@
// stylelint-disable declaration-no-important
@mixin float-left {
float: left !important;
}
@mixin float-right {
float: right !important;
}
@mixin float-none {
float: none !important;
}