Add help text to mouse speed setup. #49

The positioning of the text needs some more work.
This commit is contained in:
Arpad Csanyi
2016-05-31 23:38:08 +02:00
parent 7dbf9c0b75
commit 0dd6aad3e7
2 changed files with 16 additions and 0 deletions

View File

@@ -177,3 +177,15 @@
}
}
}
.help-text {
&--mouse-speed {
margin-bottom: 2rem;
font-size: .9em;
color: #666;
p {
margin: 0;
}
}
}