Sfoglia il codice sorgente

MH Position Close-Button

bugfix/marketinghero
Lukas Zimmer 2 anni fa
parent
commit
f485880b11
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss

+ 5
- 1
gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss Vedi File

@@ -37,6 +37,10 @@ section.marketingheader{
.sc.container{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: 100%;
@media (max-width:767px){
position: relative;
.close-search{
@@ -55,7 +59,7 @@ section.marketingheader{
left:auto;
cursor: pointer;
transition: 0.3s ease;
border: 2px solid var(--theme-color-primary-dimmed-04);
border: 1px solid var(--theme-color-primary-dimmed-04);
border-radius: 10px;
height:34px;
width:34px;


Caricamento…
Annulla
Salva