mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
chore(css) lint
This commit is contained in:
parent
49f4e5bec7
commit
2743f78cd3
4 changed files with 16 additions and 16 deletions
|
|
@ -130,7 +130,7 @@
|
|||
}
|
||||
|
||||
.file::before, .file-link::before {
|
||||
color: rgba(26, 224, 124, 0.56);
|
||||
color: rgb(26 224 124 / 56%);
|
||||
content: '\e80d';
|
||||
}
|
||||
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
|
||||
/* меняем иконки на шрифтовые */
|
||||
.mini-icon {
|
||||
color : rgba(246, 224, 124, 0.56);
|
||||
color : rgb(246 224 124 / 56%);
|
||||
font : 16px 'Fontello';
|
||||
background-image: none;
|
||||
padding : 1%;
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
}
|
||||
|
||||
.archive::before, .archive-link {
|
||||
color: rgba(26, 224, 124, 0.56);
|
||||
color: rgb(26 224 124 / 56%);
|
||||
content: '\e81d';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue