feature(cloudcmd) icons: add archive icon for small screens

This commit is contained in:
coderaiser 2021-03-01 22:58:33 +02:00
parent c92815d78d
commit 8f12c6c25f
7 changed files with 15 additions and 3 deletions

View file

@ -28,7 +28,7 @@
content : '\e806 ';
}
.icon-directory::before {
.icon-directory {
font-family : 'Fontello';
content : '\e807 ';
}
@ -58,7 +58,7 @@
content : '\e80c ';
}
.icon-file::before {
.icon-file::before, {
font-family : 'Fontello';
content : '\e80d ';
}
@ -137,3 +137,4 @@
font-family : 'Fontello';
content : '\e81c ';
}

View file

@ -163,6 +163,15 @@
background-image: none;
}
.archive, .archive-link {
background-image: none;
}
.archive::before, .archive-link {
color: rgba(26, 224, 124, 0.56);
content: '\e81d';
}
/* убираем заголовок */
.fm-header {
display: none;