fix: add lecture buttons

This commit is contained in:
swve 2023-02-04 17:10:46 +01:00
parent fb1164cbf9
commit 959494b972

View file

@ -47,11 +47,12 @@ const LectureChooserWrapper = styled.div`
`; `;
const LectureButton = styled.button` const LectureButton = styled.button`
padding: 20px; padding: 40px;
border-radius: 10px; border-radius: 10px !important;
border: none; border: none;
font-size: 50px; font-size: 80px !important;
background-color: #8c949c33; margin: 40px;
background-color: #8c949c33 !important;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
background-color: #8c949c7b; background-color: #8c949c7b;