Skip to content

Commit

Permalink
Merge pull request #91 from wikimedia/release-candidate
Browse files Browse the repository at this point in the history
Prod Release 31-01-23 (Headers styling)
  • Loading branch information
Ali-Salman29 authored Jan 31, 2023
2 parents 55568eb + 6659dbf commit 81d718f
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ html { height: 100%; }
background: #fff;
padding: 20px 5px;
border-radius: 5px;

.section-header {
display: flex;
justify-content: space-between;
padding: 0px 25px;
font-size: 14px;
color: gray;
background-color: whitesmoke;
}
}
}

Expand Down Expand Up @@ -150,6 +159,13 @@ html { height: 100%; }
}
}

.course-info-header {
&:hover {
background: transparent !important;
}
cursor: default !important;
}

.translation-body {
font-size: 14px;

Expand Down

0 comments on commit 81d718f

Please sign in to comment.