mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(theming): update ios design for button and card (#16586)
This commit is contained in:
@ -108,7 +108,7 @@ $button-ios-small-padding-start: $button-ios-small-padding-
|
||||
$button-ios-small-height: 2.1em !default;
|
||||
|
||||
/// @prop - Border radius of the small button
|
||||
$button-ios-small-border-radius: 8px !default;
|
||||
$button-ios-small-border-radius: 6px !default;
|
||||
|
||||
/// @prop - Font size of the small button
|
||||
$button-ios-small-font-size: 13px !default;
|
||||
|
@ -4,16 +4,16 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Margin top of the card
|
||||
$card-ios-margin-top: 30px !default;
|
||||
$card-ios-margin-top: 24px !default;
|
||||
|
||||
/// @prop - Margin end of the card
|
||||
$card-ios-margin-end: 20px !default;
|
||||
$card-ios-margin-end: 16px !default;
|
||||
|
||||
/// @prop - Margin bottom of the card
|
||||
$card-ios-margin-bottom: 30px !default;
|
||||
$card-ios-margin-bottom: $card-ios-margin-top !default;
|
||||
|
||||
/// @prop - Margin start of the card
|
||||
$card-ios-margin-start: 20px !default;
|
||||
$card-ios-margin-start: 16px !default;
|
||||
|
||||
/// @prop - Background color of the card
|
||||
$card-ios-background-color: $item-ios-background !default;
|
||||
|
Reference in New Issue
Block a user