alert 公共变量

This commit is contained in:
ahua52 2016-12-29 15:51:42 +08:00
parent d2f23a175e
commit 5d1f1f1ea6
1 changed files with 9 additions and 0 deletions

View File

@ -482,6 +482,15 @@ $alert-info-color: $color-info;
$alert-warning-color: $color-warning; $alert-warning-color: $color-warning;
$alert-danger-color: $color-danger; $alert-danger-color: $color-danger;
$alert-padding:10px;
$alert-font-size:12px;
$alert-border-radius: 4px;
$alert-text-padding-left: 15px;
$alert-text-padding-right: 15px;
$alert-close-font-size: 21px;
$alert-close-opacity: .2;
$alert-close-font-weight: 700;
/* Checkbox */ /* Checkbox */
$checkbox-color: unquote("rgb(#{$color-primary})") !default; $checkbox-color: unquote("rgb(#{$color-primary})") !default;