styling keyboard
This commit is contained in:
parent
27564c9791
commit
f881b2f6db
@ -14,6 +14,7 @@ $blackKeyMargin : $borderWidth + 2px;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: calc(100% - 2 * #{$borderWidth});
|
width: calc(100% - 2 * #{$borderWidth});
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
.key {
|
.key {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -21,6 +22,7 @@ $blackKeyMargin : $borderWidth + 2px;
|
|||||||
width: 10px;
|
width: 10px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&.black {
|
&.black {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user