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
+3
View File
@@ -433,6 +433,9 @@
@popup-background-color: @white;
@popup-transition: @animation-duration-base ease-out;
@popup-round-border-radius: 12px;
@popup-close-icon-size: 18px;
@popup-close-icon-color: @gray-dark;
@popup-close-icon-margin: 16px;
// Progress
@progress-height: 4px;