Skip to content

Commit

Permalink
Styling Course Info Box when no program (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Aug 13, 2024
1 parent a70ae67 commit c785428
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/public/scss/product-page/product-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ body.new-design {

.enrollment-info-box, .program-info-box {
margin: 10px 0;
padding: 0;
padding-top: 10px;
border-top: 1px solid #d1d1d1;

.related-programs-info {
font-size: 16px;
Expand All @@ -322,11 +323,7 @@ body.new-design {
}

.enrollment-info-box {
border: 1px solid #d1d1d1;
border-left: none;
border-right: none;
font-size: 15px;
padding-top: 10px;

.row {
margin: 0 0 20px 0;
Expand Down

0 comments on commit c785428

Please sign in to comment.