Autoprefix flex-box declarations

This commit is contained in:
Michael Rose 2017-03-19 11:24:01 -04:00
parent af3af27ccd
commit 4d8b9c832d
1 changed files with 3 additions and 0 deletions

View File

@ -170,7 +170,9 @@
z-index: 10000;
.toggle {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
color: inherit;
text-decoration: none;
@ -178,6 +180,7 @@
}
.sidebar-toggle-label {
-ms-flex-order: 2;
order: 2;
margin-left: 0.5rem;
font-weight: bold;