"Jetzt bestellen!" Button added to header
This commit is contained in:
@@ -53,4 +53,62 @@ body{
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
}
|
||||
/* CTA Button: Alle Rahmen und Pseudo-Elemente entfernen */
|
||||
.md-header .satag-bestellen-button,
|
||||
.md-header a.satag-bestellen-button.md-button.md-button--primary {
|
||||
text-decoration: none !important;
|
||||
border: none !important;
|
||||
border-top: none !important;
|
||||
border-right: none !important;
|
||||
border-bottom: none !important;
|
||||
border-left: none !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active,
|
||||
&:visited,
|
||||
&:link {
|
||||
text-decoration: none !important;
|
||||
border: none !important;
|
||||
border-top: none !important;
|
||||
border-right: none !important;
|
||||
border-bottom: none !important;
|
||||
border-left: none !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* After-Element (Tooltip) und Before entfernen */
|
||||
&:after,
|
||||
&:before {
|
||||
display: none !important;
|
||||
content: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive: Button auf mobilen Geräten kleiner */
|
||||
@media (max-width: 959px) {
|
||||
.md-header{
|
||||
.satag-bestellen-button {
|
||||
padding: .4em .5em !important;
|
||||
margin-bottom: 0;
|
||||
font-size: 11px;
|
||||
|
||||
&:after {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.md-tooltip-active{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
margin-left: 0.5rem;
|
||||
|
||||
img {
|
||||
height: 1.8rem;
|
||||
height: 1.4rem;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user