[improvement] Toast: update icon size (#2241)

This commit is contained in:
neverland 2018-12-07 20:03:27 +08:00 committed by GitHub
parent 483a717a81
commit a23c15137e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@
@toast-line-height: 20px;
@toast-border-radius: 4px;
@toast-background-color: rgba(0, 0, 0, .7);
@toast-icon-size: 50px;
@toast-icon-size: 48px;
@toast-text-min-width: 96px;
@toast-text-padding: 8px 12px;
@toast-default-padding: 15px;