[improvement] Progress、Search: add less vars

This commit is contained in:
陈嘉涵
2019-05-16 17:56:48 +08:00
parent 399f245460
commit aacd168dd6
4 changed files with 72 additions and 50 deletions
+5 -5
View File
@@ -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;
}
}