样式微调
This commit is contained in:
parent
252728006a
commit
004cd210e0
|
@ -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