[improvement] Progress、Search: add less vars
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
&__head {
|
||||
position: absolute;
|
||||
top: -50px;
|
||||
top: -@pull-refresh-head-height;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
height: @pull-refresh-head-height;
|
||||
overflow: hidden;
|
||||
color: @gray-dark;
|
||||
font-size: 14px;
|
||||
line-height: 50px;
|
||||
color: @pull-refresh-head-text-color;
|
||||
font-size: @pull-refresh-head-font-size;
|
||||
line-height: @pull-refresh-head-height;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user