[improvement] move overlay component (#2192)

This commit is contained in:
neverland
2018-11-30 16:40:50 +08:00
committed by GitHub
parent 996c67b4fc
commit 89ff50944c
11 changed files with 40 additions and 18 deletions
+1
View File
@@ -14,3 +14,4 @@
@import '../button/index';
@import '../cell/index';
@import '../cell-group/index';
@import '../overlay/index';
+3
View File
@@ -66,6 +66,9 @@
@number-keyboard-key-height: 54px;
@number-keyboard-key-background: #ebedf0;
// Overlay
@overlay-background-color: rgba(0, 0, 0, 0.7);
// Radio
@radio-size: 20px;