Skip to content

Commit

Permalink
Update stepper styling in Home template details panel (#51972)
Browse files Browse the repository at this point in the history
* Update stepper styling

* Remove !important
  • Loading branch information
jameskoster authored Jun 27, 2023
1 parent f332703 commit c14126b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@
.edit-site-sidebar-navigation-screen__input-control {
width: 100%;
.components-input-control__container {
background: transparent;
background: $gray-800;

.components-button {
color: $gray-200;
}
}
.components-input-control__input {
color: $gray-200 !important;
Expand Down

0 comments on commit c14126b

Please sign in to comment.