[improvement] Picker: add less vars

This commit is contained in:
陈嘉涵
2019-05-16 17:42:00 +08:00
parent 4305c5cfdf
commit 399f245460
3 changed files with 31 additions and 14 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
position: fixed;
max-height: 100%;
overflow-y: auto;
background-color: @white;
transition: .3s ease-out;
background-color: @popup-background-color;
transition: @popup-transition;
-webkit-overflow-scrolling: touch;
&--center {