Skip to content

Commit

Permalink
fix(styling): sw-1689 local run mock layout (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Oct 20, 2023
1 parent 29073f7 commit c79b615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/standalone.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.mock-header {
min-height: 4.25rem;
background-color: var(--pf-global--BackgroundColor--dark-100);
background-color: var(--pf-v5-global--BackgroundColor--dark-100);
}

section.pf-l-page-header {
margin: 1.25rem;
}

.curiosity {
background-color: var(--pf-global--BackgroundColor--light-300) !important;
background-color: var(--pf-v5-global--BackgroundColor--light-300) !important;
}

.sr-only {
Expand Down

0 comments on commit c79b615

Please sign in to comment.