Skip to content

Commit

Permalink
PD-298 Fix alignment of Go Pro admin menu button.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 24, 2024
1 parent f73fb07 commit daca5a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/menu-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
color: #fff;
background-color: #d46F4d;
border: none;
display: block;
text-align: center;
font-weight: bold;
transition: background-color .1s linear;
white-space: break-spaces;
line-height: inherit;
display: flex;
justify-content: center;
align-items: center;

&:hover {
background-color: #08c5d1;
}

.dashicons {
vertical-align: text-bottom
vertical-align: text-bottom;
}
}

Expand Down

0 comments on commit daca5a6

Please sign in to comment.