-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MCR-2553: CMS can navigate to rate review q&a via sidebar (#2847)
* Add route for rate summary Q&A page * Add rate summary sidenav, set up routes, update RateQ&A component to work with CMS users. * Add tests for rate summary side nav and Q&A page * Styling of Q&A headers. * Fix scrollbar moving content to the left. * Align setting page background with other pages. * Clean up redundant code. * Fix comments
- Loading branch information
1 parent
e085ca7
commit dcdde77
Showing
14 changed files
with
968 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
display: flex; | ||
min-height: 100vh; | ||
flex-direction: column; | ||
width: 100vw; | ||
} | ||
|
||
.mainContent { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.