Skip to content

Commit

Permalink
Add promoted-view and square icons
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini committed Apr 17, 2020
1 parent ed56619 commit 061d8ad
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/css/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,13 @@ audio, canvas, embed, iframe, img, input, object, video {
@include icon-black-white('quota', 'actions', 1, true);
@include icon-black-white('rename', 'actions', 1, true);
@include icon-black-white('screen', 'actions', 1, true);
@include icon-black-white('square', 'actions', 1, true);
@include icon-black-white('square-white', 'actions', 1, true);
@include icon-black-white('promoted-view', 'actions', 1, true);
@include icon-black-white('promoted-view-white', 'actions', 1, true);




.icon-screen-white {
filter: drop-shadow(1px 1px 4px var(--color-box-shadow));
Expand Down
6 changes: 6 additions & 0 deletions core/img/actions/promoted-view-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions core/img/actions/promoted-view.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions core/img/actions/square-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions core/img/actions/square.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 061d8ad

Please sign in to comment.