Skip to content

Commit 32dfcec

Browse files
committed
clean up dead code
1 parent 01efab8 commit 32dfcec

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

packages/react/src/recipes/Flexsuite/Overview/FlexSuiteAIOverview.module.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,12 @@
7070
border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
7171
}
7272

73-
.testimonialContent {
74-
padding-block: var(--base-size-40);
75-
padding-inline: var(--base-size-32);
76-
}
77-
7873
@media screen and (min-width: 48rem) and (max-width: 63.24rem) {
7974
.cardGridContent {
8075
box-sizing: border-box;
8176
padding-inline: 91px; /* This is intentionally very specific for Refactor*/
8277
}
8378

84-
.testimonialContent {
85-
padding-block: var(--base-size-44);
86-
padding-inline: calc(var(--base-size-128) + var(--base-size-20));
87-
}
88-
8979
.cardGridItem {
9080
padding: var(--base-size-24);
9181
border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
@@ -116,11 +106,6 @@
116106
}
117107

118108
@media screen and (min-width: 63.25rem) {
119-
.testimonialContent {
120-
padding-block: var(--base-size-88);
121-
padding-inline: calc(var(--base-size-32) + var(--base-size-24));
122-
}
123-
124109
.cardGridItem {
125110
padding: var(--base-size-24);
126111
border-block-start: 0;

packages/react/src/recipes/Flexsuite/Overview/FlexSuiteAIOverview.module.css.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ declare const styles: {
1414
readonly "resourceCardWithIcon": string;
1515
readonly "riverFootstepsGrid": string;
1616
readonly "riverFootstepsImage": string;
17-
readonly "testimonialContent": string;
1817
readonly "testimonialSection": string;
1918
};
2019
export = styles;

0 commit comments

Comments
 (0)