More Design Tweaks

This commit is contained in:
Belen Curcio
2017-01-12 09:16:23 -03:00
parent 7101d99187
commit 4a4affad70
14 changed files with 76 additions and 33 deletions
@@ -14,10 +14,6 @@
height: 58px;
}
.active {
background: #232323;
}
.rightPanel {
position: absolute;
right: 0;
@@ -56,6 +52,12 @@
padding: 0 20px;
font-size: 15px;
font-weight: 500;
background-color: transparent;
transition: background-color 200ms;
&.active {
background-color: #232323;
}
}
.nav {