Skip to content

Commit

Permalink
final blue theme color code and logos
Browse files Browse the repository at this point in the history
  • Loading branch information
shauke committed Jan 16, 2020
1 parent e14e4fc commit 8afc5dd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed src/assets/img/logo_blue.png
Binary file not shown.
Binary file removed src/assets/img/logo_mobile_blue.png
Binary file not shown.
Binary file added src/assets/img/themes/blue/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/themes/blue/logo_mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/styles/themes/blue/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
//
// LOGOS

$logo: url('/assets/img/logo_blue.png');
$logo: url('/assets/img/themes/blue/logo.png');
$logo-width: 114px;
$logo-height: 40px;
$logo-mobile: url('/assets/img/logo_mobile_blue.png');
$logo-mobile: url('/assets/img/themes/blue/logo_mobile.png');
$logo-mobile-width: 41px;
$logo-mobile-height: 41px;

Expand All @@ -38,7 +38,7 @@ $font-size-corporate: 0.875rem; // 14px is the bootstrap 3 default font size (1r
//
//CORPORATE DESIGN COLORS

$CORPORATE-PRIMARY: #00abea; // BLUE
$CORPORATE-PRIMARY: #688dc3; // BLUE
$CORPORATE-SECONDARY: darken($CORPORATE-PRIMARY, 10%);

//
Expand Down

0 comments on commit 8afc5dd

Please sign in to comment.