fix(theming): update ios design for button and card (#16586)

This commit is contained in:
Brandy Carney
2018-12-04 15:59:36 -05:00
committed by GitHub
parent b1e56bbed6
commit 9c8c6507fc
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;