diff --git a/core/src/components/card/card.ios.scss b/core/src/components/card/card.ios.scss index 8da6088223..a701150cc2 100755 --- a/core/src/components/card/card.ios.scss +++ b/core/src/components/card/card.ios.scss @@ -11,8 +11,6 @@ @include margin($card-ios-margin-top, $card-ios-margin-end, $card-ios-margin-bottom, $card-ios-margin-start); @include border-radius($card-ios-border-radius); - width: calc(100% - #{($card-ios-margin-end + $card-ios-margin-start)}); - transform: translateZ(0); font-family: $card-ios-font-family; diff --git a/core/src/components/card/card.md.scss b/core/src/components/card/card.md.scss index 6346038a23..885a24a768 100755 --- a/core/src/components/card/card.md.scss +++ b/core/src/components/card/card.md.scss @@ -11,8 +11,6 @@ @include margin($card-md-margin-top, $card-md-margin-end, $card-md-margin-bottom, $card-md-margin-start); @include border-radius($card-md-border-radius); - width: calc(100% - #{($card-md-margin-end + $card-md-margin-start)}); - font-family: $card-md-font-family; font-size: $card-md-font-size;