Updated linting dependencies

This commit is contained in:
Alejandro Celaya
2018-12-31 18:23:47 +01:00
parent 019ce2e8ed
commit 03f409a803
10 changed files with 595 additions and 239 deletions

View File

@@ -27,12 +27,12 @@
.react-tagsinput-remove {
cursor: pointer;
font-weight: bold;
font-weight: 700;
margin-left: 8px;
}
.react-tagsinput-tag span:before {
content: "\2715";
content: '\2715';
color: #fff;
}