course card refactor

This commit is contained in:
Maciek Głowacki
2020-11-08 14:54:54 +01:00
parent c8edf64963
commit 7f019483cf
6 changed files with 88 additions and 39 deletions

View File

@ -22,7 +22,7 @@ const RightbarStyled = styled.div`
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #d4b851;
background-color: black;
border: 1px solid;
}
`;
@ -30,6 +30,7 @@ const SaveButton = styled.div`
display: flex;
justify-content: center;
align-items: center;
user-select: none;
background-color: #417cab;
border-radius: 10px;
cursor: pointer;