mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
adding navicon and reorder aliases for bars #1202
This commit is contained in:
parent
13f53d1cc3
commit
3751d56d9f
2
css/font-awesome.css
vendored
2
css/font-awesome.css
vendored
@ -727,6 +727,8 @@
|
|||||||
.fa-square:before {
|
.fa-square:before {
|
||||||
content: "\f0c8";
|
content: "\f0c8";
|
||||||
}
|
}
|
||||||
|
.fa-navicon:before,
|
||||||
|
.fa-reorder:before,
|
||||||
.fa-bars:before {
|
.fa-bars:before {
|
||||||
content: "\f0c9";
|
content: "\f0c9";
|
||||||
}
|
}
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
@ -727,6 +727,8 @@
|
|||||||
.fa-square:before {
|
.fa-square:before {
|
||||||
content: "\f0c8";
|
content: "\f0c8";
|
||||||
}
|
}
|
||||||
|
.fa-navicon:before,
|
||||||
|
.fa-reorder:before,
|
||||||
.fa-bars:before {
|
.fa-bars:before {
|
||||||
content: "\f0c9";
|
content: "\f0c9";
|
||||||
}
|
}
|
||||||
|
@ -192,6 +192,8 @@
|
|||||||
.@{fa-css-prefix}-save:before,
|
.@{fa-css-prefix}-save:before,
|
||||||
.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; }
|
.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; }
|
||||||
.@{fa-css-prefix}-square:before { content: @fa-var-square; }
|
.@{fa-css-prefix}-square:before { content: @fa-var-square; }
|
||||||
|
.@{fa-css-prefix}-navicon:before,
|
||||||
|
.@{fa-css-prefix}-reorder:before,
|
||||||
.@{fa-css-prefix}-bars:before { content: @fa-var-bars; }
|
.@{fa-css-prefix}-bars:before { content: @fa-var-bars; }
|
||||||
.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; }
|
.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; }
|
||||||
.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; }
|
.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; }
|
||||||
|
@ -41,6 +41,8 @@
|
|||||||
.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; }
|
.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; }
|
||||||
.#{$fa-css-prefix}-bar-chart-o:before { content: $fa-var-bar-chart-o; }
|
.#{$fa-css-prefix}-bar-chart-o:before { content: $fa-var-bar-chart-o; }
|
||||||
.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; }
|
.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; }
|
||||||
|
.#{$fa-css-prefix}-navicon:before,
|
||||||
|
.#{$fa-css-prefix}-reorder:before,
|
||||||
.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; }
|
.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; }
|
||||||
.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; }
|
.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; }
|
||||||
.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; }
|
.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; }
|
||||||
|
@ -1290,6 +1290,9 @@ icons:
|
|||||||
id: bars
|
id: bars
|
||||||
unicode: f0c9
|
unicode: f0c9
|
||||||
created: 2.0
|
created: 2.0
|
||||||
|
aliases:
|
||||||
|
- navicon
|
||||||
|
- reorder
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user