mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
样式微调
This commit is contained in:
parent
f317a1abf8
commit
9cd26e9bf9
@ -512,6 +512,7 @@ $Card-actions-borderColor: lighten($Card-borderColor, 5%) !default;
|
||||
$Card-actions-onHover-bg: darken($white, 5%) !default;
|
||||
$Card-actions-onHover-color: darken($text-color, 5%) !default;
|
||||
$Card-actions-onChecked-onHover-bg: darken(#d9f3fb, 5%) !default;
|
||||
$Card-actions-fontSize: $fontSizeBase !default;
|
||||
|
||||
$Card-onChecked-bg: #d9f3fb !default;
|
||||
$Card-onChecked-borderColor: darken($Table-onChecked-bg, 10%) !default;
|
||||
|
@ -144,7 +144,7 @@
|
||||
color: $text-color;
|
||||
text-align: center;
|
||||
line-height: px2rem(40px);
|
||||
// font-size: $fontSizeBase;
|
||||
font-size: $Card-actions-fontSize;
|
||||
|
||||
&:not(.is-disabled) {
|
||||
cursor: pointer;
|
||||
|
@ -454,6 +454,9 @@ $Card-actions-onHover-bg: white;
|
||||
$Card-actions-onHover-color: $primary;
|
||||
$Card-actions-onChecked-onHover-bg: $white;
|
||||
|
||||
$Card-actions-borderColor: lighten($borderColor, 2.5%);
|
||||
$Card-actions-fontSize: px2rem(12px);
|
||||
|
||||
// Combo
|
||||
$Combo--horizontal-dragger-top: px2rem(5px);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user