Skip to content

Commit daca5a6

Browse files
committed
PD-298 Fix alignment of Go Pro admin menu button.
1 parent f73fb07 commit daca5a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: css/menu-button.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22
color: #fff;
33
background-color: #d46F4d;
44
border: none;
5-
display: block;
65
text-align: center;
76
font-weight: bold;
87
transition: background-color .1s linear;
98
white-space: break-spaces;
109
line-height: inherit;
10+
display: flex;
11+
justify-content: center;
12+
align-items: center;
1113

1214
&:hover {
1315
background-color: #08c5d1;
1416
}
1517

1618
.dashicons {
17-
vertical-align: text-bottom
19+
vertical-align: text-bottom;
1820
}
1921
}
2022

0 commit comments

Comments
 (0)