feat(Popup): add less vars of close icon (#4363)

This commit is contained in:
neverland
2019-09-04 19:16:24 +08:00
committed by GitHub
parent e64beee5b0
commit f43be4dd86
2 changed files with 7 additions and 4 deletions
+4 -4
View File
@@ -85,10 +85,10 @@
&__close-icon {
position: absolute;
top: 16px;
right: 16px;
color: @gray-dark;
font-size: 18px;
top: @popup-close-icon-margin;
right: @popup-close-icon-margin;
color: @popup-close-icon-color;
font-size: @popup-close-icon-size;
}
}
}