- 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

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

View File

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