Skip to content

Instantly share code, notes, and snippets.

@ssteinker
Created December 10, 2013 13:10
Show Gist options
  • Save ssteinker/7890352 to your computer and use it in GitHub Desktop.
Save ssteinker/7890352 to your computer and use it in GitHub Desktop.
used to style famelo_location
// Storefinder
#map-canvas {
border: 1px solid @grey;
}
.form-inline {
padding: 10px;
background: lighten(@grey, 70%);
.wrapper {
text-align: center;
}
.btn-purple {
border-radius: 4px;
}
select.country {
width:130px;
}
}
div.results {
a {
.regular;
}
.fa-times{
color: lighten(@grey, 50%);
}
}
.gm-style-iw {
h3 {
margin-top: 0px;
}
address {
margin-bottom: 0px;
}
hr {
margin:10px 0;
}
.connect {
margin-bottom:15px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment