diff --git a/assets/scss/globals/_colors.scss b/assets/scss/globals/_colors.scss index 2df378a47..0d00cd572 100755 --- a/assets/scss/globals/_colors.scss +++ b/assets/scss/globals/_colors.scss @@ -20,7 +20,7 @@ $pure-orange: #f45c00; // gradients $blue-gradient: linear-gradient(135deg, #12a3ff 0%, #3d68ff 100%); -$default-gradient: linear-gradient(135deg, #388aff 0%, #985fff 100%); +$default-gradient: linear-gradient(91.59deg, #3d68ff 0%, #8845ff 100%); $green-gradient: linear-gradient(0deg, #52d987 0%, #1a8c89 100%); $pix-orange-gradient: linear-gradient(180deg, #f24645 0%, #f1a141 100%); $pix-orga-gradient: linear-gradient(134deg, #00ddff 0%, #0095c0 100%); @@ -76,3 +76,5 @@ $box-shadow-competence-cards: 0 3px 4px 0 rgba(12, 22, 58, 0.1), 0 1px 3px 0 rgba($grey-200, 0.1); $box-shadow-competence-cards-hover: 0 7px 14px 0 rgba(12, 22, 58, 0.2), 0 3px 6px 0 rgba($grey-200, 0.2); + +$shadow-xs: 0 4px 8px rgba(7, 20, 46, 0.08); diff --git a/components/BurgerMenuNavItems.vue b/components/BurgerMenuNavItems.vue index fd36b8a6b..ba92b4374 100644 --- a/components/BurgerMenuNavItems.vue +++ b/components/BurgerMenuNavItems.vue @@ -10,9 +10,9 @@ : 'burger-menu-nav-items__link--regular-link' " > - + {{ $prismic.asText(item.name) }} - + diff --git a/components/CtaButton.vue b/components/CtaButton.vue index b6b6a850d..921dc72c3 100644 --- a/components/CtaButton.vue +++ b/components/CtaButton.vue @@ -1,7 +1,7 @@ + + diff --git a/components/MainNav.vue b/components/MainNav.vue index 78c25b5c9..98180892c 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -1,6 +1,6 @@ diff --git a/components/NavigationDropdown.vue b/components/NavigationDropdown.vue index 88d779cb7..4b9286b26 100644 --- a/components/NavigationDropdown.vue +++ b/components/NavigationDropdown.vue @@ -1,7 +1,7 @@ diff --git a/components/PixLink.vue b/components/PixPrismicLink.vue similarity index 99% rename from components/PixLink.vue rename to components/PixPrismicLink.vue index 1f167f933..871a72b72 100644 --- a/components/PixLink.vue +++ b/components/PixPrismicLink.vue @@ -9,7 +9,7 @@ import prismicDOM from 'prismic-dom' import { getCurrentSiteHost } from '~/services/get-current-site-host' export default { - name: 'PixLink', + name: 'PixPrismicLink', props: { field: { required: true, diff --git a/components/slices/ActionsZone.vue b/components/slices/ActionsZone.vue index 627276d8f..dca89854e 100644 --- a/components/slices/ActionsZone.vue +++ b/components/slices/ActionsZone.vue @@ -3,7 +3,7 @@ diff --git a/components/slices/Article.vue b/components/slices/Article.vue index ad9301f8d..759b25ebf 100644 --- a/components/slices/Article.vue +++ b/components/slices/Article.vue @@ -37,13 +37,13 @@ :link="content.article_link_url" :name="content.article_link_name" /> - {{ content.article_link_name }} - + - {{ slice.primary.latest_news_redirection_link_text }} - + diff --git a/components/slices/LogosZone.vue b/components/slices/LogosZone.vue index 28fbfd5c4..7694a80d6 100644 --- a/components/slices/LogosZone.vue +++ b/components/slices/LogosZone.vue @@ -5,13 +5,13 @@ :key="`logo-${index}`" class="logos-zone__content" > - + - + - + - + diff --git a/components/slices/NavigationZone.vue b/components/slices/NavigationZone.vue index d034a2ddc..2db7ca298 100644 --- a/components/slices/NavigationZone.vue +++ b/components/slices/NavigationZone.vue @@ -30,9 +30,13 @@ > - + {{ $prismic.asText(menuItem.name) }} - + diff --git a/components/slices/PageBanner.vue b/components/slices/PageBanner.vue index 5b9c27937..0f2f6967c 100644 --- a/components/slices/PageBanner.vue +++ b/components/slices/PageBanner.vue @@ -15,14 +15,14 @@