mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[improvement] rename packages dir to src (#3659)
This commit is contained in:
18
src/index-anchor/index.less
Normal file
18
src/index-anchor/index.less
Normal file
@@ -0,0 +1,18 @@
|
||||
@import '../style/var';
|
||||
|
||||
.van-index-anchor {
|
||||
padding: @index-anchor-padding;
|
||||
color: @index-anchor-text-color;
|
||||
font-weight: @index-anchor-font-weight;
|
||||
font-size: @index-anchor-font-size;
|
||||
line-height: @index-anchor-line-height;
|
||||
background-color: @index-anchor-background-color;
|
||||
|
||||
&--sticky {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
background-color: @index-anchor-sticky-background-color;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user