mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19: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`
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue