Changeset - ae091198eab8
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2019-09-30 15:51:52
brettcsmith@brettcsmith.org
css: Replace some NBP branding with Conservancy's.
2 files changed with 4 insertions and 22 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -344,3 +344,2 @@ $homepage-block-smaller-min-height: 360px;
 
  &.main {
 
    background-image: url("../images/hills.svg");
 
  }
...
 
@@ -348,3 +347,2 @@ $homepage-block-smaller-min-height: 360px;
 
  &.footer {
 
    background-image: url("../images/hills-footer.svg");
 
  }
...
 
@@ -399,3 +397,2 @@ $homepage-block-smaller-min-height: 360px;
 
  &.main {
 
    background-image: url("../images/homepage-clouds-bottom.svg");
 
  }
...
 
@@ -403,3 +400,2 @@ $homepage-block-smaller-min-height: 360px;
 
  &.ftr {
 
    background-image: url("../images/homepage-clouds-bottom.svg");
 
    opacity: 0.1;
...
 
@@ -408,3 +404,2 @@ $homepage-block-smaller-min-height: 360px;
 
  &.hdr {
 
    background-image: url("../images/homepage-clouds-bottom.svg");
 
    background-position: top;
...
 
@@ -462,19 +457,7 @@ $homepage-block-smaller-min-height: 360px;
 
  /*background-image: url("../images/website-background.svg");*/
 
  background-color: $logo-sky-blue;
 
}
 

	
 
.mystic-background {
 
  background-image: url("../images/mystic-marquee.jpg");
 
}
 

	
 
.djangogirls-background {
 
  background-image: url("../images/django-girls-2014.jpg");
 
}
 

	
 

	
 
.homepage-header-background {
 
  background-image: url("../images/homepage-header-background.svg");
 
}
 

	
 

	
 
.sponsor-list a img {
static/scss/variables.scss
Show inline comments
...
 
@@ -2,10 +2,9 @@
 
// Used by links, buttons, and other background bits.
 
$brand-primary: darken(rgb(0, 202, 10), 20%);
 
$brand-primary: rgb(87, 118, 50);
 
$brand-secondary: #afe478;
 

	
 
$logo-sky-blue: #449fe8;
 
//$background-filter: hsla(207, 60%, 85%, 1.0);
 
$background-filter: $logo-sky-blue;
 

	
 
$background-filter: $brand-secondary;
 
$background-filter-transparent: change-color($background-filter, $alpha: 0.5);
 

	
 
$logo-sky-blue: $brand-secondary;
 

	
0 comments (0 inline, 0 general)