Skip to content

Commit

Permalink
Pol Gubau; MW-Less styles config
Browse files Browse the repository at this point in the history
  • Loading branch information
PolGubau committed Aug 13, 2023
1 parent b1c4061 commit 0e01aaa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Text/Styled.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled from "styled-components";
import "../../style/baseTheme.scss";
interface TextStyledProps {
$weight?: string;
$color?: string;
$maxLines?: number;
}
Expand All @@ -25,25 +24,21 @@ const TextStyled = styled.div<TextStyledProps>`
h4 {
font-size: 1.5rem;
margin: 0;
font-weight: ${(props) => props.$weight};
}
h5 {
font-size: 1.25rem;
margin: 0;
font-weight: ${(props) => props.$weight};
}
h6 {
font-size: 1rem;
margin: 0;
font-weight: ${(props) => props.$weight};
}
p {
font-size: 1rem;
margin: 0;
font-weight: ${(props) => props.$weight};
}
overflow: hidden;
display: -webkit-box;
Expand Down

0 comments on commit 0e01aaa

Please sign in to comment.