Skip to content

Commit

Permalink
Added glyphicon class (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored and mbarto committed Jul 28, 2017
1 parent f449eb7 commit 03a92db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/client/themes/default/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
font-style: normal;
}

.glyphicon {
position: relative;
font-style: normal;
font-weight: normal;
line-height: 1;
}

[data-icon]:before {
font-family: "mapstore2" !important;
content: attr(data-icon);
Expand Down

0 comments on commit 03a92db

Please sign in to comment.