You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
923 B
53 lines
923 B
.van-hairline, |
|
.van-hairline--bottom, |
|
.van-hairline--left, |
|
.van-hairline--right, |
|
.van-hairline--surround, |
|
.van-hairline--top, |
|
.van-hairline--top-bottom { |
|
position: relative |
|
} |
|
|
|
.van-hairline--bottom:after, |
|
.van-hairline--left:after, |
|
.van-hairline--right:after, |
|
.van-hairline--surround:after, |
|
.van-hairline--top-bottom:after, |
|
.van-hairline--top:after, |
|
.van-hairline:after { |
|
border: 0 solid #ebedf0; |
|
bottom: -50%; |
|
box-sizing: border-box; |
|
content: " "; |
|
left: -50%; |
|
pointer-events: none; |
|
position: absolute; |
|
right: -50%; |
|
top: -50%; |
|
transform: scale(.5); |
|
transform-origin: center |
|
} |
|
|
|
.van-hairline--top:after { |
|
border-top-width: 1px |
|
} |
|
|
|
.van-hairline--left:after { |
|
border-left-width: 1px |
|
} |
|
|
|
.van-hairline--right:after { |
|
border-right-width: 1px |
|
} |
|
|
|
.van-hairline--bottom:after { |
|
border-bottom-width: 1px |
|
} |
|
|
|
.van-hairline--top-bottom:after { |
|
border-width: 1px 0 |
|
} |
|
|
|
.van-hairline--surround:after { |
|
border-width: 1px |
|
} |