feature(package) stylelint-config-standard v13.0.0

This commit is contained in:
coderaiser 2016-08-30 19:29:52 +03:00
parent 6a101b4053
commit a056753edc
4 changed files with 1 additions and 7 deletions

View file

@ -97,7 +97,6 @@
/* текущий файл под курсором */
.current-file {
background-color: rgb(49, 123, 249);
background-color: rgba(49, 123, 249, .40);
color: white;
}
@ -111,7 +110,6 @@
/* меняем иконки на шрифтовые */
.mini-icon {
color : rgb(246, 224, 124);
color : rgba(246, 224, 124, 0.56);
font : 16px 'Fontello';
background-image: none;
@ -132,7 +130,6 @@
}
.text-file::before {
color: rgb(26, 224, 124);
color: rgba(26, 224, 124, 0.56);
content: '\e80d';
}