Skip to content

Instantly share code, notes, and snippets.

@georgeolaru
Last active March 20, 2017 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgeolaru/eb437c194fb6e83ce4385f1a15145900 to your computer and use it in GitHub Desktop.
Save georgeolaru/eb437c194fb6e83ce4385f1a15145900 to your computer and use it in GitHub Desktop.
Listable Mobile testing the View Map Button
.mobile-buttons .btn.btn--view-map span {
display: block;
}
.mobile-buttons .btn.btn--view-map:after {
right: 8px;
}
.mobile-buttons .btn--view-map {
  background: white;
  position: fixed;
  z-index: 9999;
bottom: 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
padding-right: 45px;
right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment