Added scss variables to keymap header

This commit is contained in:
NejcZdovc
2016-09-21 21:11:00 +02:00
parent e9a6e30a5d
commit 93bfb43051

View File

@@ -7,7 +7,7 @@
cursor: pointer;
&:hover {
color: #b9b6b6;
color: $icon-hover;
}
}
}
@@ -18,7 +18,7 @@
&:hover {
cursor: pointer;
color: #900;
color: $icon-hover-delete;
}
}