Florian Eisenmenger 4 lat temu
rodzic
commit
a5fc14590a
3 zmienionych plików z 55 dodań i 4 usunięć
  1. +8
    -0
      zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-element.scss
  2. +24
    -3
      zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-element.scss
  3. +23
    -1
      zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss

+ 8
- 0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-element.scss Wyświetl plik

@@ -93,4 +93,12 @@
}
}
}
}
.cms-section.colorTeaser {
.cms-block-image-text-gallery {
.image-text-gallery-card {
background-color: #e9f4fc;
}
}
}

+ 24
- 3
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-element.scss Wyświetl plik

@@ -35,10 +35,23 @@
.cms-element-text {
font-size: 18px;
line-height: 24px;
h2 {
font-size: 60px;
line-height: 54px;
}
.is-act-home {
h2 {
font-size: 3.125rem;
line-height: 50px !important;
}
.cms-block-image-text-gallery {
.image-text-gallery-card {
.cms-element-text {
h2 {
font-size: 2.125rem !important;
line-height: 40px !important;
}
}
}
}
}
.cms-block.bildlink .cms-element-image {
@@ -73,4 +86,12 @@
}
}
}
}
.cms-section.colorTeaser {
.cms-block-image-text-gallery {
.image-text-gallery-card {
background-color: #E8F4DF;
}
}
}

+ 23
- 1
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss Wyświetl plik

@@ -17,7 +17,29 @@ body {
}

h1 {
line-height: 54px !important;
font-size: 3.125rem;
line-height: 50px !important;
}

h2 {
font-size: 2.125rem;
line-height: 40px !important;
}

h3 {
font-size: 1.375rem;
line-height: 24px;
font-weight: 500 !important;
font-family: $sw-font-family-base !important;
}

h4,
h5,
h6 {
font-size: 1.125rem;
line-height: 24px;
font-weight: 500 !important;
font-family: $sw-font-family-base !important;
}

.cms-block {


Ładowanie…
Anuluj
Zapisz