- Syntax-Korrektur

This commit is contained in:
akarl 2020-01-31 15:40:44 +01:00
parent ff71188932
commit 2aac7bb8ae
2 changed files with 19 additions and 6 deletions

View File

@ -69,10 +69,10 @@ footer {
.unitize-width(800);
.unitize-height(150);
.first--headline {
.unitize(margin-top, 35);
.unitize(font-size, 35); }
.unitize(margin-top,35);
.unitize(font-size,35); }
.second--headline {
.unitize(font-size, 17.8); }
.unitize(font-size,17.8); }
}
}
@ -95,6 +95,7 @@ footer {
&.footer-main {
.footer--column {
width: 33%;
.unitize(padding-top,30);
.border--headline {
.unitize-margin(0,0,20,0);
.unitize-padding(0);
@ -103,6 +104,17 @@ footer {
.unitize-width(60);
.unitize-height(5);
background: #fff; } }
.column--navigation {
.navigation--entry {
a{
color: #fff;
display: block;
&:hover {
color: @link-red;
}
}
}
}
.column--desc{
.sw-icon-footer{
display: inline-block;
@ -128,5 +140,5 @@ footer {
.footer--phone-link {
font-weight: @font-light-weight; } }
.cds--clearfix {
.unitize(margin-top, 20); } } } } }
.unitize(padding-top,20); } } } } }
}

View File

@ -31,11 +31,12 @@
/* Suche */
.entry--search {
width: 60%!important;
min-width: 60%;
.unitize(margin-top, 24);
background: @brand-primary!important;
.main-search--form {
box-shadow: none!important;
box-shadow: none;
.unitize(margin-top,15);
label{
display: inline-block;
.unitize-width(70);