mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: redesign edit course page
This commit is contained in:
parent
b49f15814f
commit
988c50505e
3 changed files with 54 additions and 12 deletions
|
|
@ -29,14 +29,15 @@ function Lecture(props: any) {
|
|||
}
|
||||
|
||||
export const LectureWrapper = styled.div`
|
||||
padding: 10px;
|
||||
padding: 2px;
|
||||
padding-left: 17px;
|
||||
list-style: none;
|
||||
/* padding-left: 2px; */
|
||||
background-color: #8c949c33;
|
||||
border-radius: 28px;
|
||||
background-color: #f4f4f4c5;
|
||||
border-radius: 7px;
|
||||
margin: 15px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
background-color: #8c949c7b;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue