implemented mouse input, CSI6n cmd, added sass cmd to build_web.sh

This commit is contained in:
2017-01-28 00:47:10 +01:00
parent def04042a7
commit 1d52cd551a
11 changed files with 143 additions and 51 deletions
+3 -1
View File
@@ -7,6 +7,8 @@
}
#screen {
@include noselect();
font-family: monospace;
font-size: 16pt;
white-space: nowrap;
@@ -21,7 +23,7 @@
cursor: pointer;
&:hover {
outline: 1px solid rgba(#ffffff,0.4);
@include media($tablet-max) {
@include media($phone) {
outline: 0 none;
}
}