Undo changes on members search button stylesheet

parent 0ef2c8df
...@@ -110,23 +110,22 @@ ...@@ -110,23 +110,22 @@
} }
} }
} }
}
.member-search-btn { .member-search-btn {
position: absolute; position: absolute;
right: 4px; right: 4px;
top: 0; top: 0;
height: 35px; height: 35px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
color: $gray-darkest; color: $gray-darkest;
background: transparent; background: transparent;
border: 0; border: 0;
outline: 0; outline: 0;
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
right: 160px; right: 160px;
top: 8px; top: 8px;
}
} }
} }
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