Commit ac4e3cfe authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Conflict fixes

parent 940e7024
...@@ -57,7 +57,7 @@ header { ...@@ -57,7 +57,7 @@ header {
.navbar-toggle { .navbar-toggle {
min-width: 45px; min-width: 45px;
padding: 4px $gl-padding; padding: 0 $gl-padding;
margin-right: -7px; margin-right: -7px;
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
...@@ -73,16 +73,16 @@ header { ...@@ -73,16 +73,16 @@ header {
} }
} }
.fa-times { .close-icon {
display: none; display: none;
} }
.menu-expanded { .menu-expanded {
.fa-ellipsis-v { .more-icon {
display: none; display: none;
} }
.fa-times { .close-icon {
display: block; display: block;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment