mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
vant-css: use hairline classes instead of mixins
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
height: 4px;
|
||||
position: relative;
|
||||
border-radius: 4px;
|
||||
background: $c-gray-light;
|
||||
background: $gray-light;
|
||||
|
||||
&__portion {
|
||||
left: 0;
|
||||
@@ -22,6 +22,6 @@
|
||||
border-radius: 6px;
|
||||
line-height: 12px;
|
||||
text-align: center;
|
||||
background-color: $c-gray-light;
|
||||
background-color: $gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user