[improvement] Picker: add less vars
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user