Skip to content

Commit

Permalink
reverting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Mar 20, 2024
1 parent 76cab09 commit 411c929
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions src/components/Card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ const compactCardStyling = css`
align-items: flex-start;
flex-direction: row;
padding: ${theme.size.large} ${theme.size.medium};
@media ${theme.screenSize.upToSmall} {
width: 20px;
}
`;

const CompactTextWrapper = styled('div')`
Expand Down
6 changes: 0 additions & 6 deletions tests/unit/__snapshots__/CardGroup.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ exports[`renders correctly 1`] = `
margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
.emotion-2 {
width: 20px;
}
}
.emotion-3 {
display: -webkit-box;
display: -webkit-flex;
Expand Down
12 changes: 0 additions & 12 deletions tests/unit/__snapshots__/CardRef.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ exports[`card correctly with and without url 1`] = `
margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
.emotion-2 {
width: 20px;
}
}
.emotion-3 {
display: -webkit-box;
display: -webkit-flex;
Expand Down Expand Up @@ -260,12 +254,6 @@ exports[`card correctly with and without url 1`] = `
margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
.emotion-20 {
width: 20px;
}
}
.emotion-25 {
margin: unset;
font-family: 'Euclid Circular A','Helvetica Neue',Helvetica,Arial,sans-serif;
Expand Down

0 comments on commit 411c929

Please sign in to comment.