demarches-normaliennes/app/assets/stylesheets/carte.scss

32 lines
633 B
SCSS
Raw Normal View History

2015-08-10 11:05:06 +02:00
// Place all the styles related to the carte controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
2015-11-25 10:26:55 +01:00
@import "bootstrap";
2015-08-10 11:05:06 +02:00
2016-06-14 11:00:57 +02:00
.leaflet-container path {
2017-04-12 10:52:14 +02:00
cursor: url("/assets/edit.png"), default !important;
2016-06-14 11:00:57 +02:00
}
2015-08-10 11:05:06 +02:00
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
2015-08-10 11:05:06 +02:00
border-radius: 5px;
}
2015-08-10 11:05:06 +02:00
.info h4 {
margin: 0 0 5px;
2017-04-11 18:37:02 +02:00
color: #777777;
}
#search-by-address {
.algolia-autocomplete {
width: 555px;
}
.aa-dropdown-menu {
width: 555px;
}
}