Declarations must be terminated by a semicolon

This commit is contained in:
gregoirenovel 2017-04-12 10:53:00 +02:00
parent 0316bac137
commit e2bd606e49
5 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
.path_mine_false {
color: #FF0000
color: #FF0000;
}
#path_messages {
.message {
display: none
display: none;
}
}

View file

@ -96,7 +96,7 @@ form {
}
.text-purple {
color: #8B008B
color: #8B008B;
}
.text-default {

View file

@ -25,7 +25,7 @@
.input-error {
color: #8B0000 !important;
border-color: #8B0000 !important
border-color: #8B0000 !important;
}
.type_champ-text {

View file

@ -3,7 +3,7 @@
// You can use Sass (SCSS) here: http://sass-lang.com/
h5 span {
font-weight: normal
font-weight: normal;
}
#insee_infogreffe {

View file

@ -39,7 +39,7 @@
}
.latest_release {
margin-left: 1%
margin-left: 1%;
}
#landing_body {