Skip to content

Commit

Permalink
Merge pull request #6 from jwplayer/wip.DES-624.new-icons
Browse files Browse the repository at this point in the history
New Icons for Split and Undo
  • Loading branch information
monibons authored Nov 7, 2018
2 parents 137c409 + 24fcfd6 commit d232079
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ module.exports = function (grunt) {
},
player: {
files: { 'icons/sprites/icons-player.svg' : ['icons/player/**/*.svg'] }
},
logos: {
files: { 'icons/sprites/logos.svg' : ['icons/logos/**/*.svg'] }
}
};

Expand Down
1 change: 1 addition & 0 deletions icons/dashboard/split.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/dashboard/undo - redo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/logos/jw-logo-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/logos/jw-logo-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/sprites/icons-dashboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/sprites/logos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions styles/hook.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
width: 32px;
height: 32px;
}
.ds-logo-full {
width: 104px;
height: 38px;
}
.ds-logo-mark {
width: 24px;
height: 25px;
}
/* Data Patterns - Palettes */
.data-palette-a1 {
fill: #f7bdad;
Expand Down
2 changes: 1 addition & 1 deletion styles/hook.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions styles/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@
height: 32px;
}
}
.ds-logo {
&-full {
width: 104px;
height: 38px;
}
&-mark {
width: 24px;
height: 25px;
}
}

0 comments on commit d232079

Please sign in to comment.