You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 regels
199 B

  1. const cardFooterStyle = {
  2. cardFooter: {
  3. display: "flex",
  4. alignItems: "center",
  5. backgroundColor: "transparent",
  6. padding: "0.9375rem 1.875rem"
  7. }
  8. };
  9. export default cardFooterStyle;