Ignore:
Timestamp:
07/30/22 21:53:22 (2 years ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
f5d4792
Parents:
e958037
Message:

styled professor page, added date translation to datePosted, added indentation for replies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/Components/OpinionCard.style.js

    re958037 r5347491  
    55  width: fit-content;
    66`;
     7
     8export const OpinionReplyCard = styled.div`
     9  background-color: lavender;
     10  width: fit-content;
     11  margin-top: 7px;
     12  margin-bottom: 7px;
     13  margin-left: ${(props) => props.indent};
     14`;
Note: See TracChangeset for help on using the changeset viewer.