Skip to content

Commit

Permalink
changed from icon font to svg-sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Jan 22, 2015
1 parent 06aa21a commit de9f24b
Show file tree
Hide file tree
Showing 29 changed files with 430 additions and 245 deletions.
20 changes: 0 additions & 20 deletions assets/generated-webfont.css

This file was deleted.

16 changes: 0 additions & 16 deletions assets/generated-webfont.less

This file was deleted.

1 change: 1 addition & 0 deletions assets/sprites/images/svg-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions assets/sprites/sprite.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
.svg-common() {
background-repeat: no-repeat;
background-image: url(images/svg-sprite.svg);
}

.ols-icon-checkmark-gray {
background-position: 0 99.84956407772523%;
.svg-common();
width: 16.26px;
height: 13.255px;
}

.ols-icon-edit-cog {
background-position: 98.85128205128204% 0;
.svg-common();
width: 32px;
height: 31.911px;
}

.ols-icon-edit-pen {
background-position: 0 0;
.svg-common();
width: 38.647px;
height: 38.899px;
}

.ols-icon-location {
background-position: 88.15210307887546% 64.04317106075504%;
.svg-common();
width: 22.533px;
height: 13.534px;
}

.ols-icon-reveal {
background-position: 0 85.12786899815586%;
.svg-common();
width: 18.387px;
height: 10.986px;
}

.ols-icon-reveal-gray {
background-position: 20.070295700391867% 85.12786899815586%;
.svg-common();
width: 18.387px;
height: 10.986px;
}

.ols-icon-user-blank {
background-position: 54.01926114364787% 0;
.svg-common();
width: 38.457px;
height: 37.082px;
}

.ols-image-contact-information {
background-position: 95.13726941822443% 41.499447298263874%;
.svg-common();
width: 28.955px;
height: 24.105px;
}

.ols-image-menu-projects {
background-position: 0 61.47901125300291%;
.svg-common();
width: 35.283px;
height: 37.728px;
}

.ols-image-menu-services {
background-position: 42.471260908817335% 58.36309077269317%;
.svg-common();
width: 26.925px;
height: 34.35px;
}

File renamed without changes
Loading

0 comments on commit de9f24b

Please sign in to comment.