mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fontello: add smartphone (mobile) icon
This commit is contained in:
+30
-31
@@ -1,13 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?16615516');
|
||||
src: url('../font/fontello.eot?16615516#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?16615516') format('woff2'),
|
||||
url('../font/fontello.woff?16615516') format('woff'),
|
||||
url('../font/fontello.ttf?16615516') format('truetype'),
|
||||
url('../font/fontello.svg?16615516#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?26997958');
|
||||
src: url('../font/fontello.eot?26997958#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?26997958') format('woff2'),
|
||||
url('../font/fontello.woff?26997958') format('woff'),
|
||||
url('../font/fontello.ttf?26997958') format('truetype'),
|
||||
url('../font/fontello.svg?26997958#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -17,7 +15,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?16615516#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?26997958#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@@ -57,19 +55,6 @@
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
|
||||
.icon-star:before { content: '\2605'; } /* '★' */
|
||||
.icon-star-empty:before { content: '\2606'; } /* '☆' */
|
||||
.icon-cog:before { content: '\2699'; } /* '⚙' */
|
||||
.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
|
||||
.icon-mail:before { content: '\2709'; } /* '✉' */
|
||||
.icon-pencil:before { content: '\270e'; } /* '✎' */
|
||||
.icon-plus-circled:before { content: '\2795'; } /* '➕' */
|
||||
.icon-asl:before { content: '\e0ad'; } /* '' */
|
||||
.icon-eye:before { content: '\e70a'; } /* '' */
|
||||
.icon-tags:before { content: '\e70d'; } /* '' */
|
||||
.icon-chat:before { content: '\e720'; } /* '' */
|
||||
.icon-trash:before { content: '\e729'; } /* '' */
|
||||
.icon-basket:before { content: '\e73d'; } /* '' */
|
||||
.icon-puzzle:before { content: '\e7b6'; } /* '' */
|
||||
.icon-language:before { content: '\e800'; } /* '' */
|
||||
.icon-signal:before { content: '\e801'; } /* '' */
|
||||
@@ -141,6 +126,27 @@
|
||||
.icon-zoom-square:before { content: '\e843'; } /* '' */
|
||||
.icon-grip-vertical-solid:before { content: '\e844'; } /* '' */
|
||||
.icon-dice-solid:before { content: '\e845'; } /* '' */
|
||||
.icon-mail:before { content: '\e846'; } /* '' */
|
||||
.icon-star:before { content: '\e847'; } /* '' */
|
||||
.icon-star-empty:before { content: '\e848'; } /* '' */
|
||||
.icon-picture:before { content: '\e849'; } /* '' */
|
||||
.icon-plus-circled:before { content: '\e84a'; } /* '' */
|
||||
.icon-link:before { content: '\e84b'; } /* '' */
|
||||
.icon-lock:before { content: '\e84c'; } /* '' */
|
||||
.icon-eye:before { content: '\e84d'; } /* '' */
|
||||
.icon-tags:before { content: '\e84e'; } /* '' */
|
||||
.icon-pencil:before { content: '\e84f'; } /* '' */
|
||||
.icon-chat:before { content: '\e850'; } /* '' */
|
||||
.icon-trash:before { content: '\e851'; } /* '' */
|
||||
.icon-cog:before { content: '\e852'; } /* '' */
|
||||
.icon-cog-alt:before { content: '\e853'; } /* '' */
|
||||
.icon-wrench:before { content: '\e854'; } /* '' */
|
||||
.icon-basket:before { content: '\e855'; } /* '' */
|
||||
.icon-clock:before { content: '\e856'; } /* '' */
|
||||
.icon-block:before { content: '\e857'; } /* '' */
|
||||
.icon-shuffle:before { content: '\e858'; } /* '' */
|
||||
.icon-asl:before { content: '\e859'; } /* '' */
|
||||
.icon-mobile:before { content: '\e85a'; } /* '' */
|
||||
.icon-hdd:before { content: '\f0a0'; } /* '' */
|
||||
.icon-tasks:before { content: '\f0ae'; } /* '' */
|
||||
.icon-filter:before { content: '\f0b0'; } /* '' */
|
||||
@@ -162,11 +168,4 @@
|
||||
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
|
||||
.icon-toggle-off:before { content: '\f204'; } /* '' */
|
||||
.icon-toggle-on:before { content: '\f205'; } /* '' */
|
||||
.icon-television:before { content: '\f26c'; } /* '' */
|
||||
.icon-picture:before { content: '🌄'; } /* '\1f304' */
|
||||
.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
|
||||
.icon-lock:before { content: '🔒'; } /* '\1f512' */
|
||||
.icon-link:before { content: '🔗'; } /* '\1f517' */
|
||||
.icon-wrench:before { content: '🔧'; } /* '\1f527' */
|
||||
.icon-clock:before { content: '🕔'; } /* '\1f554' */
|
||||
.icon-block:before { content: '🚫'; } /* '\1f6ab' */
|
||||
.icon-television:before { content: '\f26c'; } /* '' */
|
||||
Reference in New Issue
Block a user