Skip to content

Commit

Permalink
Adding theme for VCU
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjk3 committed Dec 15, 2015
1 parent 8a66b67 commit ecd6412
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/images/vcu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions app/assets/stylesheets/theme/vcu.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
$school_main_color: #222;
$school_secondary_color: #fbb731;
$school_dark_color: #fff;

.brand {
background: url(vcu.svg);
width: 240px;
height: 72px;
margin-left: 16px;
background-size: 240px 72px;
background-repeat: no-repeat;
}

.navbar {
.system-logo {
background: url(sf-logo.png);
background-size: 100% 100%;
width: 260px;
height: 48px;
}
}

.btn-school {
background: $school_main_color;
color: white;

&:hover {
color: $body_text;
background: $school_secondary_color;
}
}

.btn-school-inverse {
color: $school_main_color;
background: $school_secondary_color;
}

0 comments on commit ecd6412

Please sign in to comment.