样式优化

This commit is contained in:
2betop 2020-06-16 14:30:25 +08:00
parent 10b4ce8e13
commit 7c39e92f9a
3 changed files with 6 additions and 2 deletions

View File

@ -948,7 +948,7 @@ $DropDown-menuItem-paddingY: (
) / 2 !default; ) / 2 !default;
$DropDown-menuItem-paddingX: $gap-sm !default; $DropDown-menuItem-paddingX: $gap-sm !default;
$DropDown-menuItem-onHover-color: inherit !default; $DropDown-menuItem-onHover-color: inherit !default;
$DropDown-menuItem-onHover-bg: $Button--default-onHover-bg !default; $DropDown-menuItem-onHover-bg: $ListMenu-item--onHover-bg !default;
// Checks // Checks
$Checkbox-gap: $gap-sm !default; $Checkbox-gap: $gap-sm !default;

View File

@ -85,4 +85,8 @@
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
> .#{$ns}Button {
min-width: unset;
}
} }

View File

@ -415,7 +415,7 @@ $Toast-border-width: px2rem(1px);
$Toast-icon-width: px2rem(16px); $Toast-icon-width: px2rem(16px);
$Toast-icon-height: px2rem(16px); $Toast-icon-height: px2rem(16px);
$Toast-opacity: 1; $Toast-opacity: 1;
$Toast-title-display: inline-block; $Toast-title-display: inline;
// Toast color // Toast color
$Toast-color: $white; $Toast-color: $white;