Remove unused vars #34

This commit is contained in:
Oscar Cortez 2016-01-09 22:38:06 -06:00
parent 3fb4e451df
commit 95d8147b6d
3 changed files with 4 additions and 6 deletions

View file

@ -4,7 +4,7 @@ MIT Licensed
*/
.super-search {
background-color: rgba(0, 191, 255, 0.85);
background-color: $super-search;
z-index: 999;
transition: 0.2s ease;
visibility: hidden;
@ -54,4 +54,4 @@ MIT Licensed
.super-search.is-active {
opacity: 1;
visibility: visible;
}
}