1
- body , html {
1
+ body ,
2
+ html {
2
3
margin : 0 ;
3
4
padding : 0 ;
4
5
}
5
6
6
7
.simple-keyboard {
7
- font-family : "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, "Lucida Grande" , sans-serif;
8
+ font-family : "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" ,
9
+ Helvetica, Arial, "Lucida Grande" , sans-serif;
8
10
width : 100% ;
9
11
user-select : none;
10
12
box-sizing : border-box;
@@ -38,13 +40,13 @@ body, html {
38
40
* hg-theme-default theme
39
41
*/
40
42
.simple-keyboard .hg-theme-default {
41
- background-color : rgba (0 , 0 , 0 , 0.1 );
43
+ background-color : rgba (0 , 0 , 0 , 0.1 );
42
44
padding : 5px ;
43
45
border-radius : 5px ;
44
- }
46
+ }
45
47
46
48
.simple-keyboard .hg-theme-default .hg-button {
47
- box-shadow : 0px 0px 3px -1px rgba (0 , 0 , 0 , 0.3 );
49
+ box-shadow : 0px 0px 3px -1px rgba (0 , 0 , 0 , 0.3 );
48
50
height : 40px ;
49
51
border-radius : 5px ;
50
52
box-sizing : border-box;
@@ -55,18 +57,18 @@ body, html {
55
57
display : flex;
56
58
align-items : center;
57
59
justify-content : center;
58
- }
60
+ }
59
61
60
- /* When using option "useButtonTag" */
61
- .simple-keyboard button .hg-button {
62
+ /* When using option "useButtonTag" */
63
+ .simple-keyboard button .hg-button {
62
64
border-width : 0 ;
63
65
outline : 0 ;
64
66
font-size : inherit;
65
67
}
66
68
67
- .simple-keyboard .hg-theme-default .hg-button : active {
69
+ .simple-keyboard .hg-theme-default .hg-button : active {
68
70
background : # e4e4e4 ;
69
- }
71
+ }
70
72
71
73
.simple-keyboard .hg-theme-default .hg-layout-numeric .hg-button {
72
74
width : 33.3% ;
@@ -107,4 +109,4 @@ body, html {
107
109
108
110
.simple-keyboard .hg-theme-default .hg-button .hg-standardBtn [data-skbtn = "@" ] {
109
111
max-width : 60px ;
110
- }
112
+ }
0 commit comments