Declarations must be terminated by a semicolon
This commit is contained in:
parent
0316bac137
commit
e2bd606e49
5 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
.path_mine_false {
|
||||
color: #FF0000
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
#path_messages {
|
||||
.message {
|
||||
display: none
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ form {
|
|||
}
|
||||
|
||||
.text-purple {
|
||||
color: #8B008B
|
||||
color: #8B008B;
|
||||
}
|
||||
|
||||
.text-default {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
.input-error {
|
||||
color: #8B0000 !important;
|
||||
border-color: #8B0000 !important
|
||||
border-color: #8B0000 !important;
|
||||
}
|
||||
|
||||
.type_champ-text {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
|
||||
h5 span {
|
||||
font-weight: normal
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#insee_infogreffe {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
.latest_release {
|
||||
margin-left: 1%
|
||||
margin-left: 1%;
|
||||
}
|
||||
|
||||
#landing_body {
|
||||
|
|
Loading…
Reference in a new issue