Skip to content

Commit

Permalink
feat: add directory icons, rename some SVGs to reduce ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jun 16, 2020
1 parent a19959a commit b6817a5
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/assets/images/archive.svg
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 src/assets/images/background-archive.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions src/assets/images/converting.svg
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 src/assets/images/coop-type.svg
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 src/assets/images/directory.svg
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 src/assets/images/language-small.svg
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 src/assets/images/notification.svg
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 src/assets/images/sector-small.svg
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 src/assets/styles/layouts/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
margin-bottom: rem(50);

&::before {
background-image: url("../images/archive.svg");
background-image: url("../images/background-archive.svg");
}

> * {
Expand Down
10 changes: 5 additions & 5 deletions src/assets/styles/layouts/_term-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@
}

.page.term-list.topics [role="document"] {
background-image: url("../images/topics.svg");
background-image: url("../images/background-topics.svg");
}

.page.term-list.goals [role="document"] {
background-image: url("../images/goals.svg");
background-image: url("../images/background-goals.svg");
}

.page.term-list.sectors [role="document"] {
background-image: url("../images/sectors.svg");
background-image: url("../images/background-sectors.svg");
}

.page.term-list.coop-types [role="document"] {
background-image: url("../images/coop-types.svg");
background-image: url("../images/background-coop-types.svg");
}

.page.term-list.formats [role="document"] {
background-image: url("../images/formats.svg");
background-image: url("../images/background-formats.svg");
}
23 changes: 23 additions & 0 deletions src/components/10-atoms/20-icons/icons.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ module.exports = {
{
svg: 'delete',
},
{
svg: 'archive'
},
{
svg: 'notification'
},
{
svg: 'settings',
},
Expand Down Expand Up @@ -155,6 +161,9 @@ module.exports = {
{
svg: 'cooperative',
},
{
svg: 'converting'
},
{
svg: 'member'
},
Expand All @@ -179,11 +188,20 @@ module.exports = {
{
svg: 'researcher'
},
{
svg: 'language-small'
},
{
svg: 'pricing',
},
{
svg: 'licensing'
},
{
svg: 'sector-small'
},
{
svg: 'coop-type'
}
],
[
Expand Down Expand Up @@ -253,6 +271,11 @@ module.exports = {
class: 'icon icon--resources icon--lg',
viewBox: '0 0 32 32',
},
{
svg: 'directory',
class: 'icon icon--directory icon--lg',
viewBox: '0 0 32 32',
},
{
svg: 'tools',
class: 'icon icon--tools icon--lg',
Expand Down

0 comments on commit b6817a5

Please sign in to comment.