source: reactapp/src/Components/OpinionCard.style.js@ e958037

main
Last change on this file since e958037 was e958037, checked in by Viktor <mlviktor23@…>, 2 years ago

added styling to /professor/{professorId} page

  • Property mode set to 100644
File size: 137 bytes
Line 
1import styled from "styled-components";
2
3export const OpinionCard = styled.div`
4 background-color: papayawhip;
5 width: fit-content;
6`;
Note: See TracBrowser for help on using the repository browser.