initial topbar and dropdown redesign

This commit is contained in:
Maciek Głowacki
2020-10-30 00:42:40 +01:00
parent 0ea3ed69d1
commit 30ae3c73eb
12 changed files with 268 additions and 98 deletions

View File

@ -9,7 +9,6 @@ const RightbarStyled = styled.div`
padding-left: 15px;
padding-right: 15px;
text-align: center;
font-family: Lato;
height: 100%;
width: 300px;
overflow-y: scroll;
@ -64,10 +63,6 @@ export const Rightbar = () => {
return (
<RightbarStyled>
<RightbarTextStyled>
<p>
Hubert Wrzesiński<br></br>
Semestr zimowy 2020/2021
</p>
<SaveButton onClick={handleSave}>ZAPISZ</SaveButton>
</RightbarTextStyled>
{filteredCourses.map((course, index) => (