Skip to content

Commit

Permalink
New icon for organization (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-j committed Jun 8, 2016
1 parent 2ba4208 commit 196d764
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/bower_components/semantic-ui/dist/components/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,9 @@ i.icons .inverted.corner.icon {
.icon.nodes:before {
content: "\e938";
}
.icon.organizations:before {
content: "\e95a";
}
.icon.storagepolicies:before {
content: "\e904";
}
Expand Down

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions app/bower_components/semantic-ui/dist/semantic.css
Original file line number Diff line number Diff line change
Expand Up @@ -7910,6 +7910,10 @@ i.icons .inverted.corner.icon {
content: "\e938";
}

.icon.organizations:before {
content: "\e95a";
}

.icon.storagepolicies:before {
content: "\e904";
}
Expand Down
2 changes: 1 addition & 1 deletion app/bower_components/semantic-ui/dist/semantic.min.css

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@
.icon.nodes:before {
content: "\e938";
}
.icon.organizations:before {
content: "\e95a";
}
.icon.storagepolicies:before {
content: "\e904";
}
Expand Down

0 comments on commit 196d764

Please sign in to comment.