Skip to content

Commit

Permalink
geosolutions-it#8806 Create a filter by viewport icon
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Nov 14, 2022
1 parent 685b20f commit 082b1ec
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 18 deletions.
26 changes: 14 additions & 12 deletions web/client/themes/default/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,13 @@
.glyphicon-usd:before { content: "\f256"; }
.glyphicon-user:before { content: "\f257"; }
.glyphicon-vert-dashed:before { content: "\f258"; }
.glyphicon-warning-sign:before { content: "\f259"; }
.glyphicon-webpage:before { content: "\f25a"; }
.glyphicon-wrench:before { content: "\f25b"; }
.glyphicon-zoom-in:before { content: "\f25c"; }
.glyphicon-zoom-out:before { content: "\f25d"; }
.glyphicon-zoom-to:before { content: "\f25e"; }
.glyphicon-viewport-filter:before { content: "\f259"; }
.glyphicon-warning-sign:before { content: "\f25a"; }
.glyphicon-webpage:before { content: "\f25b"; }
.glyphicon-wrench:before { content: "\f25c"; }
.glyphicon-zoom-in:before { content: "\f25d"; }
.glyphicon-zoom-out:before { content: "\f25e"; }
.glyphicon-zoom-to:before { content: "\f25f"; }

/*
classes with icon code
Expand Down Expand Up @@ -740,9 +741,10 @@ structure .glyphicon-{iconName}-content
.glyphicon-usd-content { content: "\f256"; }
.glyphicon-user-content { content: "\f257"; }
.glyphicon-vert-dashed-content { content: "\f258"; }
.glyphicon-warning-sign-content { content: "\f259"; }
.glyphicon-webpage-content { content: "\f25a"; }
.glyphicon-wrench-content { content: "\f25b"; }
.glyphicon-zoom-in-content { content: "\f25c"; }
.glyphicon-zoom-out-content { content: "\f25d"; }
.glyphicon-zoom-to-content { content: "\f25e"; }
.glyphicon-viewport-filter-content { content: "\f259"; }
.glyphicon-warning-sign-content { content: "\f25a"; }
.glyphicon-webpage-content { content: "\f25b"; }
.glyphicon-wrench-content { content: "\f25c"; }
.glyphicon-zoom-in-content { content: "\f25d"; }
.glyphicon-zoom-out-content { content: "\f25e"; }
.glyphicon-zoom-to-content { content: "\f25f"; }
Binary file modified web/client/themes/default/icons/icons.eot
Binary file not shown.
18 changes: 12 additions & 6 deletions web/client/themes/default/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/client/themes/default/icons/icons.ttf
Binary file not shown.
Binary file modified web/client/themes/default/icons/icons.woff
Binary file not shown.
Binary file modified web/client/themes/default/icons/icons.woff2
Binary file not shown.
59 changes: 59 additions & 0 deletions web/client/themes/default/svg/viewport-filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 082b1ec

Please sign in to comment.