Selectors must be written in lowercase with hyphens

This commit is contained in:
gregoirenovel 2017-04-12 11:12:05 +02:00
parent 73caee0ff3
commit c10c2fc31b
131 changed files with 405 additions and 404 deletions

View file

@ -3,7 +3,7 @@
// You can use Sass (SCSS) here: http://sass-lang.com/
@import "bootstrap";
#carte_page {
#carte-page {
#map {
margin-left: 15px;
width: 90%;
@ -32,7 +32,7 @@
cursor: url("/assets/edit.png"), default !important;
}
#infos_dossier {
#infos-dossiers {
#map.mini {
height: 300px;
width: 100%;
@ -120,7 +120,7 @@
color: #777777;
}
#search_by_address {
#search-by-address {
.twitter-typeahead {
width: 555px;
}