[new feature] NumberKeyboard: add hideOnClickOutside & closeButtonText props (#458)

This commit is contained in:
neverland
2017-12-21 09:20:14 +08:00
committed by GitHub
parent 021d30efb1
commit 993aaad499
5 changed files with 50 additions and 21 deletions

View File

@@ -14,7 +14,21 @@
text-align: center;
color: $gray-dark;
font-size: 12px;
line-height: 25px;
height: 30px;
line-height: 30px;
position: relative;
}
&__close {
right: 0;
color: $blue;
font-size: 14px;
padding: 0 15px;
position: absolute;
&:active {
background-color: $active-color;
}
}
i {