Skip to content

Commit

Permalink
= 4.2.1 =
Browse files Browse the repository at this point in the history
~ Style button.
  • Loading branch information
tungnxt89 committed Dec 22, 2022
1 parent 3704832 commit df7df45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/src/scss/frontend/_course-sidebar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

.course-summary-sidebar {
--lp-button-background-color: #222;
--lp-button-background-color: #28303d;
--lp-button-color: #d1e4dd;
.course-sidebar-preview {
margin-bottom: 35px;
background: #fff;
Expand All @@ -24,9 +25,9 @@
}

button {
font-weight: 500;
font-weight: 500;
background-color: var(--lp-button-background-color);
color: #fff;
color: var(--lp-button-color);
border: none;
&:hover {
border-color: var(--lp-primary-color);
Expand Down

0 comments on commit df7df45

Please sign in to comment.