mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
fix: add lecture buttons
This commit is contained in:
parent
fb1164cbf9
commit
959494b972
1 changed files with 5 additions and 4 deletions
|
|
@ -47,11 +47,12 @@ const LectureChooserWrapper = styled.div`
|
|||
`;
|
||||
|
||||
const LectureButton = styled.button`
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
padding: 40px;
|
||||
border-radius: 10px !important;
|
||||
border: none;
|
||||
font-size: 50px;
|
||||
background-color: #8c949c33;
|
||||
font-size: 80px !important;
|
||||
margin: 40px;
|
||||
background-color: #8c949c33 !important;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: #8c949c7b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue