Skip to content

Commit

Permalink
Reader: Updated header styles for select reader sections (#90174)
Browse files Browse the repository at this point in the history
* Updated header styles

* Limit changes to just the reader
  • Loading branch information
davemart-in authored May 3, 2024
1 parent 9a782c6 commit 30249a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,14 @@ body.is-mobile-app-view {
.layout__content {
background: var(--studio-white);
}
.section-header.card {
box-shadow: none;
padding: 0;

.section-header__label-text {
font-size: 1.25rem;
font-weight: 500;
line-height: 26px;
}
}
}

0 comments on commit 30249a4

Please sign in to comment.