We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73fb07 commit daca5a6Copy full SHA for daca5a6
css/menu-button.scss
@@ -2,19 +2,21 @@
2
color: #fff;
3
background-color: #d46F4d;
4
border: none;
5
- display: block;
6
text-align: center;
7
font-weight: bold;
8
transition: background-color .1s linear;
9
white-space: break-spaces;
10
line-height: inherit;
+ display: flex;
11
+ justify-content: center;
12
+ align-items: center;
13
14
&:hover {
15
background-color: #08c5d1;
16
}
17
18
.dashicons {
- vertical-align: text-bottom
19
+ vertical-align: text-bottom;
20
21
22
0 commit comments