- Einsatz SW-eigener Mixins

- Korrektur Verzeichnisstruktur
This commit is contained in:
akarl 2020-02-03 12:54:11 +01:00
parent 2aac7bb8ae
commit be874e72fd
3 changed files with 4 additions and 6 deletions

View File

@ -9,6 +9,8 @@ footer {
display: block;
width: 90%;
margin: 0 auto;
.unitize-height(150);
overflow-y: hidden;
&:after {
clear: both;
content: '';
@ -110,11 +112,7 @@ footer {
color: #fff;
display: block;
&:hover {
color: @link-red;
}
}
}
}
color: @link-red; } } } }
.column--desc{
.sw-icon-footer{
display: inline-block;

View File

@ -10,7 +10,7 @@
//@import "_components/offcanvas-menu";
//@import "_components/product-slider";
@import "_mixin/fonts";
@import "_mixins/fonts";
//@import "_mixins/functions";
//@import "_mixins/margin";