feat(NumberKeyboard): add collapse icon (#6152)

This commit is contained in:
neverland
2020-04-27 22:54:53 +08:00
committed by GitHub
parent 8aced05260
commit b99349ec94
9 changed files with 82 additions and 42 deletions
+5 -8
View File
@@ -86,18 +86,10 @@
font-size: @number-keyboard-delete-font-size;
}
&--gray {
background-color: @number-keyboard-key-background;
}
&--active {
background-color: @number-keyboard-key-active-color;
}
&--gray&--active {
background-color: @gray-3;
}
&--blue {
color: @number-keyboard-button-text-color;
background-color: @number-keyboard-button-background-color;
@@ -122,4 +114,9 @@
width: 32px;
height: 22px;
}
&__collapse-icon {
width: 30px;
height: 24px;
}
}