[improvement] ImagePreview: add less vars
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 50%;
|
||||
color: @white;
|
||||
font-size: 14px;
|
||||
color: @image-preview-index-text-color;
|
||||
font-size: @image-preview-index-font-size;
|
||||
letter-spacing: 2px;
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
|
||||
&__overlay {
|
||||
background-color: rgba(0, 0, 0, .9);
|
||||
background-color: @image-preview-overlay-background-color;
|
||||
}
|
||||
|
||||
.van-swipe {
|
||||
|
||||
Reference in New Issue
Block a user