vendor: add plus icon to fontello
This commit is contained in:
1
vendor/fontello/css/fontello-codes.css
vendored
1
vendor/fontello/css/fontello-codes.css
vendored
@@ -1,3 +1,4 @@
|
||||
|
||||
.icon-plus:before { content: '\e801'; } /* '' */
|
||||
.icon-left-open:before { content: '\e802'; } /* '' */
|
||||
.icon-right-open:before { content: '\e803'; } /* '' */
|
||||
13
vendor/fontello/css/fontello-embedded.css
vendored
13
vendor/fontello/css/fontello-embedded.css
vendored
File diff suppressed because one or more lines are too long
1
vendor/fontello/css/fontello-ie7-codes.css
vendored
1
vendor/fontello/css/fontello-ie7-codes.css
vendored
@@ -1,3 +1,4 @@
|
||||
|
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
1
vendor/fontello/css/fontello-ie7.css
vendored
1
vendor/fontello/css/fontello-ie7.css
vendored
@@ -10,5 +10,6 @@
|
||||
/* font-size: 120%; */
|
||||
}
|
||||
|
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
13
vendor/fontello/css/fontello.css
vendored
13
vendor/fontello/css/fontello.css
vendored
@@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?22518498');
|
||||
src: url('../font/fontello.eot?22518498#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff?22518498') format('woff'),
|
||||
url('../font/fontello.ttf?22518498') format('truetype'),
|
||||
url('../font/fontello.svg?22518498#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?26038672');
|
||||
src: url('../font/fontello.eot?26038672#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff?26038672') format('woff'),
|
||||
url('../font/fontello.ttf?26038672') format('truetype'),
|
||||
url('../font/fontello.svg?26038672#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -14,7 +14,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?22518498#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?26038672#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@@ -54,5 +54,6 @@
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
|
||||
.icon-plus:before { content: '\e801'; } /* '' */
|
||||
.icon-left-open:before { content: '\e802'; } /* '' */
|
||||
.icon-right-open:before { content: '\e803'; } /* '' */
|
||||
Reference in New Issue
Block a user