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