feat(NumberKeyboard): add collapse icon (#6152)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user