Skip to content

Commit

Permalink
Fancy home button
Browse files Browse the repository at this point in the history
  • Loading branch information
Procrat committed Oct 29, 2015
1 parent 56c24e9 commit db199fc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/assets/stylesheets/sidebar.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import 'bootstrap';
@import url(https://fonts.googleapis.com/css?family=Audiowide);

.sidebar {
z-index: 1000;
Expand All @@ -24,10 +25,16 @@

.sidebar-logo {
@extend .sidebar-item;
font-family: 'Audiowide', cursive;
font-weight: 700;
font-size: 32px;
font-size: 50px;
padding: 5px 15px;
background-color: inherit;
border-bottom: 1px solid #263238;
background-color: #37474F;
}

.sidebar-logo:hover {
background-color: #263238;
}

.sidebar-game {
Expand Down

0 comments on commit db199fc

Please sign in to comment.