mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
Adding a dice icon
This commit is contained in:
+8
-7
@@ -2,12 +2,12 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?26830846');
|
||||
src: url('../font/fontello.eot?26830846#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?26830846') format('woff2'),
|
||||
url('../font/fontello.woff?26830846') format('woff'),
|
||||
url('../font/fontello.ttf?26830846') format('truetype'),
|
||||
url('../font/fontello.svg?26830846#fontello') format('svg');
|
||||
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');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?26830846#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?16615516#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@@ -140,6 +140,7 @@
|
||||
.icon-trash-1:before { content: '\e842'; } /* '' */
|
||||
.icon-zoom-square:before { content: '\e843'; } /* '' */
|
||||
.icon-grip-vertical-solid:before { content: '\e844'; } /* '' */
|
||||
.icon-dice-solid:before { content: '\e845'; } /* '' */
|
||||
.icon-hdd:before { content: '\f0a0'; } /* '' */
|
||||
.icon-tasks:before { content: '\f0ae'; } /* '' */
|
||||
.icon-filter:before { content: '\f0b0'; } /* '' */
|
||||
|
||||
Reference in New Issue
Block a user