11 lines
170 B
SCSS
11 lines
170 B
SCSS
|
@import "common.scss";
|
||
|
|
||
|
$keyboardWidth: 100%;
|
||
|
|
||
|
#Keyboard {
|
||
|
width: $keyboardWidth;
|
||
|
height: $keyboardHeight;
|
||
|
position: absolute;
|
||
|
bottom: $bottombarHeight;
|
||
|
left: 0px;
|
||
|
}
|