mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 10:56:35 +08:00
[improvement] update border-color (#1773)
This commit is contained in:
parent
a8433df1d7
commit
9a3667e7ab
@ -12,7 +12,7 @@ $gray-dark: #999;
|
|||||||
|
|
||||||
/* default colors */
|
/* default colors */
|
||||||
$text-color: #333;
|
$text-color: #333;
|
||||||
$border-color: $gray-light;
|
$border-color: #eee;
|
||||||
$active-color: #e8e8e8;
|
$active-color: #e8e8e8;
|
||||||
$background-color: #f8f8f8;
|
$background-color: #f8f8f8;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@mixin hairline($border-color: #e5e5e5) {
|
@mixin hairline($border-color: #eee) {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user