Skip to content

Commit

Permalink
css button enroll course
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanta88 committed Dec 22, 2022
1 parent bcda0a3 commit 661e8b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/src/scss/frontend/_course-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@

&.button-enroll-course {
//border-color: var(--lp-primary-color);
border: none;
color: #fff;
//background: var(--lp-primary-color);
background: var(--lp-primary-color);
&:hover {
//opacity: 0.5;
opacity: 0.8;
background: var(--lp-primary-color);
}

Expand Down

0 comments on commit 661e8b7

Please sign in to comment.