Skip to content

Commit

Permalink
Align progress bar style with design
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Sep 1, 2024
1 parent 878d3c1 commit 37a4bc3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ body.sensei {
}
}

.sensei-course-theme-course-progress-bar-inner {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
.sensei-course-theme-course-progress-bar {
height: 1px !important;
display: flex;
align-items: center;

.sensei-course-theme-course-progress-bar-inner {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
}

.sensei-course-theme__columns .sensei-course-theme__sidebar ~ .sensei-course-theme__main-content {
Expand Down

0 comments on commit 37a4bc3

Please sign in to comment.