Changeset 8d83180 for reactapp/src/Components
- Timestamp:
- 10/11/22 15:41:16 (2 years ago)
- Branches:
- main
- Children:
- c68150f
- Parents:
- cae16b5
- Location:
- reactapp/src/Components
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Components/Styled/Main.style.js
rcae16b5 r8d83180 22 22 color: black; 23 23 `; 24 25 export const CurrentPageNav = styled.div` 26 font-style: italic; 27 font-size: 14px; 28 `; -
reactapp/src/Components/Styled/OpinionCard.style.js
rcae16b5 r8d83180 8 8 margin-bottom: 20px; 9 9 padding: 10px; 10 bo rder: 1px solid black;10 box-shadow: 2px 2px 10px #aaaaaa; 11 11 `; 12 12 -
reactapp/src/Components/Styled/ProfessorCard.style.js
rcae16b5 r8d83180 2 2 3 3 export const ProfessorCard = styled.div` 4 background-color: papayawhip;4 background-color: cornsilk; 5 5 width: auto; 6 6 padding: 10px; 7 7 margin-bottom: 30px; 8 margin-top: 140px;8 margin-top: 40px; 9 9 `; 10 10
Note:
See TracChangeset
for help on using the changeset viewer.