Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
schagen update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerben committed Sep 5, 2022
1 parent fe05177 commit ba6d5a0
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 55 additions & 1 deletion src/sources/forus-webshop/scss/schagen/includes/shame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
background-color: #77b431;
}



@media screen and (max-width: 1000px) {
&.block-navbar {
position: sticky;
Expand Down Expand Up @@ -145,7 +147,31 @@
}

&.block-cms-funds {
margin-top: 50px;
display: auto;

.fund-item {
display: inline-block;
width: 50%;
border: none;

.fund-media {
img {
width: auto;
display: block;
}
}

.fund-information {
width: auto;
padding-left: 0;
text-align: left;
display: block;

.fund-title {
color: $tc;
}
}
}
}

&.block-organizations {
Expand Down Expand Up @@ -429,4 +455,32 @@
}
}
}
}


// MOVE TO LAYOUT FOOTER FILE
.block.block-footer .footer-nav .footer-nav-item a {
font: 400 14px/24px $bf;
color: #ffffff;
}

@media screen and (max-width: 1000px) {
.block.block-footer .footer-nav .footer-nav-item a {
color: #ffffff;
}
}

@media screen and (max-width: 1700px) {
.block.block-footer .footer-nav .footer-nav-item a {
color: #ffffff;
}
}
.block {
&.block-copyrights{
.links{
a {
color: #ffffff;
}
}
}
}
14 changes: 7 additions & 7 deletions src/sources/forus-webshop/scss/schagen/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// navbar
$bg-nav: #0072B8;
$tc-nav: #FFFFFF;
$tc-nav-hov: FFFFFF;
$tc-nav-hov: #FFFFFF;
$logo-padding: 20px 0px;
$logo-height: 75px;

Expand All @@ -17,7 +17,7 @@ $btn-auth-border: #0000;

// navbar (start modal primary)
$tc-start-btn: #fff;
$btn-start-bg: #0072B8;
$btn-start-bg: #77b431;
$btn-start-btn: transparent;
$btn-start-border: transparent;

Expand Down Expand Up @@ -60,14 +60,14 @@ $ptc: #515152;

$border_color: #d2e6ff;

$border_radius: 0px;
$border_radius: 5px;
$base_shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);

$color_primary: #77b431;
$color_primary_light: #77b431;
$color_primary: #0072B8;
$color_primary_light: #1c8fd7;

$color_default: #b4de84;
$color_default_light: #77b431;
$color_default: #0072B8;
$color_default_light: #1c8fd7;

// Login button
$lb: #fff;

0 comments on commit ba6d5a0

Please sign in to comment.