@@ -53,7 +53,7 @@ $kendo-card-focus-bg: null !default;
5353$kendo-card-focus-text : null !default ;
5454/// The border color of the focused Card.
5555/// @group card
56- $kendo-card-focus-border : rgba ( black , .15 ) !default ;
56+ $kendo-card-focus-border : k-color ( border-alt ) !default ;
5757
5858// TODO: double-check: the default theme is not supposed to elevate the Card on focus
5959
@@ -89,10 +89,10 @@ $kendo-card-body-padding-y: k-spacing(4) !default;
8989
9090/// The horizontal padding of the Card footer.
9191/// @group card
92- $kendo-card-footer-padding-x : $kendo-card-padding-x !default ;
92+ $kendo-card-footer-padding-x : k-spacing ( 2 ) !default ;
9393/// The vertical padding of the Card footer.
9494/// @group card
95- $kendo-card-footer-padding-y : $kendo-card-padding-y !default ;
95+ $kendo-card-footer-padding-y : k-spacing ( 2 ) !default ;
9696/// The top border width of the Card footer.
9797/// @group card
9898$kendo-card-footer-border-width : 1px !default ;
@@ -150,12 +150,9 @@ $kendo-card-subtitle-text: k-color(subtle) !default;
150150/// The maximum width of the Card image.
151151/// @group card
152152$kendo-card-img-max-width : 100px !default ;
153- /// The size of the Avatar in the Card.
154- /// @group card
155- $kendo-card-avatar-size : 45px !default ;
156153/// The spacing between the Avatar and the text in the Card.
157154/// @group card
158- $kendo-card-avatar-spacing : $kendo-card-header-padding-x !default ;
155+ $kendo-card-avatar-spacing : k-spacing ( 2 ) !default ;
159156
160157/// The horizontal padding of the Card actions.
161158/// @group card
@@ -243,7 +240,6 @@ $kendo-card-theme-colors: (
243240 $kendo-card-subtitle-letter-spacing : $kendo-card-subtitle-letter-spacing ,
244241 $kendo-card-subtitle-text : $kendo-card-subtitle-text ,
245242 $kendo-card-img-max-width : $kendo-card-img-max-width ,
246- $kendo-card-avatar-size : $kendo-card-avatar-size ,
247243 $kendo-card-avatar-spacing : $kendo-card-avatar-spacing ,
248244 $kendo-card-actions-padding-x : $kendo-card-actions-padding-x ,
249245 $kendo-card-actions-padding-y : $kendo-card-actions-padding-y ,
0 commit comments