Add keymap downloading

Closes #199
This commit is contained in:
Farkas József
2017-02-10 18:55:49 +01:00
committed by József Farkas
parent 61c20cd678
commit 8aa2029f55
12 changed files with 74 additions and 8 deletions

View File

@@ -43,6 +43,18 @@
}
}
.layer__download {
top: 10px;
font-size: 0.8em;
position: relative;
margin-right: 10px;
&:hover {
cursor: pointer;
color: $icon-hover;
}
}
.pane-title {
margin-bottom: 1em;