Changeset 62b653f for reactapp/src/Components/Styled
- Timestamp:
- 08/30/22 15:33:18 (2 years ago)
- Branches:
- main
- Children:
- cae16b5
- Parents:
- 2fcbde4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Components/Styled/OpinionCard.style.js
r2fcbde4 r62b653f 52 52 53 53 export const StyledFontAwesomeIcon = styled(FontAwesomeIcon)` 54 color: darkgrey;54 color: ${(props) => props.color}; 55 55 display: block; 56 56 position: absolute; … … 64 64 } 65 65 `; 66 67 export const VoteCount = styled.p` 68 color: darkgrey; 69 display: block; 70 position: absolute; 71 top: 80%; 72 transform: translateY(-50%); 73 right: ${(props) => props.right}; 74 transition: 0.5s; 75 `;
Note:
See TracChangeset
for help on using the changeset viewer.