no message
This commit is contained in:
@@ -184,7 +184,7 @@ export default {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif;
|
font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
|
||||||
overflow visible
|
overflow visible
|
||||||
/deep/ .hg-rows
|
/deep/ .hg-rows
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -205,8 +205,9 @@ export default {
|
|||||||
border-bottom: 1px solid #b5b5b5;
|
border-bottom: 1px solid #b5b5b5;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
|
box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
|
||||||
color: #333;
|
color: #000;
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
|
font-weight: 400;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
@@ -216,6 +217,10 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
span
|
||||||
|
color: #000;
|
||||||
|
font-size: 23px;
|
||||||
|
font-weight: 400;
|
||||||
&:active
|
&:active
|
||||||
transform: scale(.98);
|
transform: scale(.98);
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|||||||
@@ -416,6 +416,7 @@
|
|||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
box-shadow 0px -3px 10px rgba(black, 0.3)
|
box-shadow 0px -3px 10px rgba(black, 0.3)
|
||||||
border-radius 10px
|
border-radius 10px
|
||||||
|
font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
|
||||||
.keyboard
|
.keyboard
|
||||||
.line:not(:last-child)
|
.line:not(:last-child)
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@@ -427,7 +428,7 @@
|
|||||||
border-bottom: 1px solid #b5b5b5;
|
border-bottom: 1px solid #b5b5b5;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
|
box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
|
||||||
color: #333;
|
color: #000;
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user