Skip to content

Commit 33d1b56

Browse files
authored
Merge branch 'layer5io:master' into master
2 parents 2a8199d + 0ccb534 commit 33d1b56

6 files changed

Lines changed: 493 additions & 488 deletions

File tree

src/components/Pricing/PlanCard/planCard.style.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,29 @@ const PlanCardWrapper = styled.section`
233233
color: ${(props) => props.theme.text.light};
234234
border: 1px solid;
235235
border-color: ${(props) => props.theme.secondaryColor};
236-
236+
min-width: 40%;
237+
justify-content: flex-start;
238+
display: flex;
237239
}
238240
.addon-chip .MuiChip-icon {
239241
color: ${(props) => props.theme.secondaryColor};
242+
line-height: 1rem;
243+
}
244+
245+
.MuiTypography-root {
246+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
240247
}
248+
.MuiSlider-root {
249+
"& .MuiSlider-mark": {
250+
fontSize: "12px",
251+
color: ${(props) => props.theme.text.light};
252+
},
253+
"& .MuiSlider-markLabel": {
254+
fontSize: "12px",
255+
color: ${(props) => props.theme.secondaryColor};
256+
},
257+
}
258+
});
241259
`;
242260

243261
export default PlanCardWrapper;

0 commit comments

Comments
 (0)