Skip to content

Commit

Permalink
feat(Naked & Small Naked Card): Inner padding right in card content (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost authored Mar 13, 2024
1 parent d070a25 commit d97ea17
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/card.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export const nakedCardContent = style([
flexDirection: 'column',
justifyContent: 'space-between',
paddingTop: 16,
paddingRight: 16,
}),
{
transition: 'opacity 0.1s ease-in-out',
Expand All @@ -254,6 +255,9 @@ export const nakedCardContent = style([
[mq.touchableOnly]: {
transition: 'none',
},
[mq.desktopOrBigger]: {
paddingRight: 8,
},
},
},
]);
Expand Down

0 comments on commit d97ea17

Please sign in to comment.