From c963be4c8eab544507d6ecbcb7ab4fcb67109caf Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 16 Feb 2018 00:20:36 +0000 Subject: [PATCH] feat: trim icons and add icons transition --- icons/glyph_attention.svg | 2 +- icons/glyph_basket.svg | 2 +- icons/glyph_book.svg | 2 +- icons/glyph_calendar.svg | 2 +- icons/glyph_camera.svg | 2 +- icons/glyph_cancel.svg | 2 +- icons/glyph_case.svg | 2 +- icons/glyph_chart.svg | 2 +- icons/glyph_chat.svg | 2 +- icons/glyph_check.svg | 1 - icons/glyph_clock.svg | 2 +- icons/glyph_cloud.svg | 2 +- icons/glyph_copy.svg | 2 +- icons/glyph_data.svg | 2 +- icons/glyph_document.svg | 2 +- icons/glyph_filter.svg | 2 +- icons/glyph_folder.svg | 2 +- icons/glyph_idea.svg | 2 +- icons/glyph_info.svg | 2 +- icons/glyph_lab.svg | 2 +- icons/glyph_lock.svg | 2 +- icons/glyph_mail.svg | 2 +- icons/glyph_map.svg | 2 +- icons/glyph_marker.svg | 2 +- icons/glyph_mobile.svg | 2 +- icons/glyph_monitor.svg | 2 +- icons/glyph_pencil.svg | 2 +- icons/glyph_pin.svg | 2 +- icons/glyph_power.svg | 2 +- icons/glyph_search.svg | 2 +- icons/glyph_server.svg | 2 +- icons/glyph_settings.svg | 2 +- icons/glyph_share.svg | 2 +- icons/glyph_speaker.svg | 2 +- icons/glyph_tag.svg | 2 +- icons/glyph_tick.svg | 1 + icons/glyph_trash.svg | 2 +- icons/glyph_user.svg | 2 +- icons/glyph_voice.svg | 2 +- icons/glyph_wallet.svg | 2 +- icons/glyph_window.svg | 2 +- icons/stroke_attention.svg | 2 +- icons/stroke_basket.svg | 2 +- icons/stroke_book.svg | 2 +- icons/stroke_calendar.svg | 2 +- icons/stroke_camera.svg | 2 +- icons/stroke_cancel.svg | 2 +- icons/stroke_case.svg | 2 +- icons/stroke_centralization.svg | 2 +- icons/stroke_chart.svg | 2 +- icons/stroke_chat.svg | 2 +- icons/stroke_clock.svg | 2 +- icons/stroke_cloud.svg | 2 +- icons/stroke_code.svg | 2 +- icons/stroke_copy.svg | 2 +- icons/stroke_cube.svg | 2 +- icons/stroke_data.svg | 2 +- icons/stroke_decentralization.svg | 2 +- icons/stroke_devices.svg | 2 +- icons/stroke_distributed.svg | 2 +- icons/stroke_document.svg | 2 +- icons/stroke_filter.svg | 2 +- icons/stroke_folder.svg | 2 +- icons/stroke_idea.svg | 2 +- icons/stroke_image.svg | 1 - icons/stroke_info.svg | 2 +- icons/stroke_lab.svg | 2 +- icons/stroke_lock.svg | 2 +- icons/stroke_mail.svg | 2 +- icons/stroke_map.svg | 2 +- icons/stroke_marker.svg | 2 +- icons/stroke_marketing.svg | 2 +- icons/stroke_mobile.svg | 2 +- icons/stroke_monitor.svg | 2 +- icons/stroke_pen.svg | 2 +- icons/stroke_pencil.svg | 2 +- icons/stroke_picture.svg | 1 + icons/stroke_pin.svg | 2 +- icons/stroke_presentation.svg | 2 +- icons/stroke_search.svg | 2 +- icons/stroke_server.svg | 2 +- icons/stroke_settings.svg | 2 +- icons/stroke_share.svg | 2 +- icons/stroke_speaker.svg | 2 +- icons/stroke_tag.svg | 2 +- icons/stroke_tick.svg | 2 +- icons/stroke_trash.svg | 2 +- icons/stroke_user.svg | 2 +- icons/stroke_voice.svg | 2 +- icons/stroke_wallet.svg | 2 +- icons/stroke_web.svg | 2 +- icons/stroke_window.svg | 2 +- ipfs.css | 3 ++- src/ipfs.css | 3 ++- 94 files changed, 94 insertions(+), 92 deletions(-) delete mode 100644 icons/glyph_check.svg create mode 100644 icons/glyph_tick.svg delete mode 100644 icons/stroke_image.svg create mode 100644 icons/stroke_picture.svg diff --git a/icons/glyph_attention.svg b/icons/glyph_attention.svg index cfb17f5..1bc0bc0 100644 --- a/icons/glyph_attention.svg +++ b/icons/glyph_attention.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_basket.svg b/icons/glyph_basket.svg index 8c38a58..5d8d64b 100644 --- a/icons/glyph_basket.svg +++ b/icons/glyph_basket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_book.svg b/icons/glyph_book.svg index ed8526a..7156d7d 100644 --- a/icons/glyph_book.svg +++ b/icons/glyph_book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_calendar.svg b/icons/glyph_calendar.svg index 1115552..5b2c740 100644 --- a/icons/glyph_calendar.svg +++ b/icons/glyph_calendar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_camera.svg b/icons/glyph_camera.svg index aa4a75d..89e6453 100644 --- a/icons/glyph_camera.svg +++ b/icons/glyph_camera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_cancel.svg b/icons/glyph_cancel.svg index 2e564a5..f7a07ae 100644 --- a/icons/glyph_cancel.svg +++ b/icons/glyph_cancel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_case.svg b/icons/glyph_case.svg index f47dcac..2fba61c 100644 --- a/icons/glyph_case.svg +++ b/icons/glyph_case.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_chart.svg b/icons/glyph_chart.svg index f06f6cb..a3bfe05 100644 --- a/icons/glyph_chart.svg +++ b/icons/glyph_chart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_chat.svg b/icons/glyph_chat.svg index 7cff16e..c9e24c9 100644 --- a/icons/glyph_chat.svg +++ b/icons/glyph_chat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_check.svg b/icons/glyph_check.svg deleted file mode 100644 index 96fe661..0000000 --- a/icons/glyph_check.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/glyph_clock.svg b/icons/glyph_clock.svg index dfa2a93..57672b9 100644 --- a/icons/glyph_clock.svg +++ b/icons/glyph_clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_cloud.svg b/icons/glyph_cloud.svg index 789b0a2..b6b0a84 100644 --- a/icons/glyph_cloud.svg +++ b/icons/glyph_cloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_copy.svg b/icons/glyph_copy.svg index 2855585..7c501bf 100644 --- a/icons/glyph_copy.svg +++ b/icons/glyph_copy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_data.svg b/icons/glyph_data.svg index 93a1ce6..7d8488b 100644 --- a/icons/glyph_data.svg +++ b/icons/glyph_data.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_document.svg b/icons/glyph_document.svg index a1ffd37..48e0c81 100644 --- a/icons/glyph_document.svg +++ b/icons/glyph_document.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_filter.svg b/icons/glyph_filter.svg index 57bb9a8..6b167f5 100644 --- a/icons/glyph_filter.svg +++ b/icons/glyph_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_folder.svg b/icons/glyph_folder.svg index 96fd0a3..828314a 100644 --- a/icons/glyph_folder.svg +++ b/icons/glyph_folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_idea.svg b/icons/glyph_idea.svg index f9f5d59..f880ea5 100644 --- a/icons/glyph_idea.svg +++ b/icons/glyph_idea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_info.svg b/icons/glyph_info.svg index 38aa02d..f4685f5 100644 --- a/icons/glyph_info.svg +++ b/icons/glyph_info.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_lab.svg b/icons/glyph_lab.svg index 36bf683..e15c5f7 100644 --- a/icons/glyph_lab.svg +++ b/icons/glyph_lab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_lock.svg b/icons/glyph_lock.svg index d5f0b5c..9d7f415 100644 --- a/icons/glyph_lock.svg +++ b/icons/glyph_lock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_mail.svg b/icons/glyph_mail.svg index da6194d..6aff028 100644 --- a/icons/glyph_mail.svg +++ b/icons/glyph_mail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_map.svg b/icons/glyph_map.svg index cd76391..34be068 100644 --- a/icons/glyph_map.svg +++ b/icons/glyph_map.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_marker.svg b/icons/glyph_marker.svg index 9b05890..bfb5c58 100644 --- a/icons/glyph_marker.svg +++ b/icons/glyph_marker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_mobile.svg b/icons/glyph_mobile.svg index 3143495..c5651c0 100644 --- a/icons/glyph_mobile.svg +++ b/icons/glyph_mobile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_monitor.svg b/icons/glyph_monitor.svg index 5ed37f6..8117ca7 100644 --- a/icons/glyph_monitor.svg +++ b/icons/glyph_monitor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_pencil.svg b/icons/glyph_pencil.svg index 02f784d..bd40bb5 100644 --- a/icons/glyph_pencil.svg +++ b/icons/glyph_pencil.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_pin.svg b/icons/glyph_pin.svg index 6db852b..dc0d362 100644 --- a/icons/glyph_pin.svg +++ b/icons/glyph_pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_power.svg b/icons/glyph_power.svg index 24c9991..c4d20fb 100644 --- a/icons/glyph_power.svg +++ b/icons/glyph_power.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_search.svg b/icons/glyph_search.svg index 7e2df4f..35f51b8 100644 --- a/icons/glyph_search.svg +++ b/icons/glyph_search.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_server.svg b/icons/glyph_server.svg index 04c2eb3..602d7d8 100644 --- a/icons/glyph_server.svg +++ b/icons/glyph_server.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_settings.svg b/icons/glyph_settings.svg index 96bc358..6ad715d 100644 --- a/icons/glyph_settings.svg +++ b/icons/glyph_settings.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_share.svg b/icons/glyph_share.svg index b41d02b..44e8e82 100644 --- a/icons/glyph_share.svg +++ b/icons/glyph_share.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_speaker.svg b/icons/glyph_speaker.svg index ea36e3f..edfd0a1 100644 --- a/icons/glyph_speaker.svg +++ b/icons/glyph_speaker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_tag.svg b/icons/glyph_tag.svg index 1b845e2..06b9095 100644 --- a/icons/glyph_tag.svg +++ b/icons/glyph_tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_tick.svg b/icons/glyph_tick.svg new file mode 100644 index 0000000..e296051 --- /dev/null +++ b/icons/glyph_tick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/glyph_trash.svg b/icons/glyph_trash.svg index 3312a7b..e7745bc 100644 --- a/icons/glyph_trash.svg +++ b/icons/glyph_trash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_user.svg b/icons/glyph_user.svg index ade2884..4dcbac4 100644 --- a/icons/glyph_user.svg +++ b/icons/glyph_user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_voice.svg b/icons/glyph_voice.svg index 31fca1c..4530e7e 100644 --- a/icons/glyph_voice.svg +++ b/icons/glyph_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_wallet.svg b/icons/glyph_wallet.svg index b7dcdec..d94ec71 100644 --- a/icons/glyph_wallet.svg +++ b/icons/glyph_wallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/glyph_window.svg b/icons/glyph_window.svg index 47e5172..8e8b43b 100644 --- a/icons/glyph_window.svg +++ b/icons/glyph_window.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_attention.svg b/icons/stroke_attention.svg index 9dac352..fa0fe83 100644 --- a/icons/stroke_attention.svg +++ b/icons/stroke_attention.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_basket.svg b/icons/stroke_basket.svg index 306426d..5e8f725 100644 --- a/icons/stroke_basket.svg +++ b/icons/stroke_basket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_book.svg b/icons/stroke_book.svg index 9bef72d..fd7de09 100644 --- a/icons/stroke_book.svg +++ b/icons/stroke_book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_calendar.svg b/icons/stroke_calendar.svg index 8f8fc8d..f0ad45e 100644 --- a/icons/stroke_calendar.svg +++ b/icons/stroke_calendar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_camera.svg b/icons/stroke_camera.svg index d9e7b6a..3a7ec6b 100644 --- a/icons/stroke_camera.svg +++ b/icons/stroke_camera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_cancel.svg b/icons/stroke_cancel.svg index 12e8759..a5a80c5 100644 --- a/icons/stroke_cancel.svg +++ b/icons/stroke_cancel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_case.svg b/icons/stroke_case.svg index e932635..5f95301 100644 --- a/icons/stroke_case.svg +++ b/icons/stroke_case.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_centralization.svg b/icons/stroke_centralization.svg index 9d6d60c..a20c099 100644 --- a/icons/stroke_centralization.svg +++ b/icons/stroke_centralization.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_chart.svg b/icons/stroke_chart.svg index e971c47..cb020bc 100644 --- a/icons/stroke_chart.svg +++ b/icons/stroke_chart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_chat.svg b/icons/stroke_chat.svg index f2c0ff9..8157622 100644 --- a/icons/stroke_chat.svg +++ b/icons/stroke_chat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_clock.svg b/icons/stroke_clock.svg index 774bd89..81c4064 100644 --- a/icons/stroke_clock.svg +++ b/icons/stroke_clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_cloud.svg b/icons/stroke_cloud.svg index 4ed40cb..97301b6 100644 --- a/icons/stroke_cloud.svg +++ b/icons/stroke_cloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_code.svg b/icons/stroke_code.svg index 86e93a1..7366ff1 100644 --- a/icons/stroke_code.svg +++ b/icons/stroke_code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_copy.svg b/icons/stroke_copy.svg index 00bcb89..bb42b6f 100644 --- a/icons/stroke_copy.svg +++ b/icons/stroke_copy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_cube.svg b/icons/stroke_cube.svg index 74c6a5c..2871a43 100644 --- a/icons/stroke_cube.svg +++ b/icons/stroke_cube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_data.svg b/icons/stroke_data.svg index 76fcda4..98d20d5 100644 --- a/icons/stroke_data.svg +++ b/icons/stroke_data.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_decentralization.svg b/icons/stroke_decentralization.svg index ef57804..25c6e66 100644 --- a/icons/stroke_decentralization.svg +++ b/icons/stroke_decentralization.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_devices.svg b/icons/stroke_devices.svg index 0c6a0c6..7d8217d 100644 --- a/icons/stroke_devices.svg +++ b/icons/stroke_devices.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_distributed.svg b/icons/stroke_distributed.svg index 5326cc5..47c59cb 100644 --- a/icons/stroke_distributed.svg +++ b/icons/stroke_distributed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_document.svg b/icons/stroke_document.svg index 4b974a9..5faa4d9 100644 --- a/icons/stroke_document.svg +++ b/icons/stroke_document.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_filter.svg b/icons/stroke_filter.svg index 35c9f6d..99cc2d0 100644 --- a/icons/stroke_filter.svg +++ b/icons/stroke_filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_folder.svg b/icons/stroke_folder.svg index 2cf9bc5..4167643 100644 --- a/icons/stroke_folder.svg +++ b/icons/stroke_folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_idea.svg b/icons/stroke_idea.svg index b165ea6..bbb6ec8 100644 --- a/icons/stroke_idea.svg +++ b/icons/stroke_idea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_image.svg b/icons/stroke_image.svg deleted file mode 100644 index 2f9a4a3..0000000 --- a/icons/stroke_image.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/stroke_info.svg b/icons/stroke_info.svg index de3df4d..d6483a5 100644 --- a/icons/stroke_info.svg +++ b/icons/stroke_info.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_lab.svg b/icons/stroke_lab.svg index 09c9b91..c67ae82 100644 --- a/icons/stroke_lab.svg +++ b/icons/stroke_lab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_lock.svg b/icons/stroke_lock.svg index 06c6d5d..50919b2 100644 --- a/icons/stroke_lock.svg +++ b/icons/stroke_lock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_mail.svg b/icons/stroke_mail.svg index 5f58f00..584def8 100644 --- a/icons/stroke_mail.svg +++ b/icons/stroke_mail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_map.svg b/icons/stroke_map.svg index 0ae5c14..9439e9c 100644 --- a/icons/stroke_map.svg +++ b/icons/stroke_map.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_marker.svg b/icons/stroke_marker.svg index 4d57a02..640ea10 100644 --- a/icons/stroke_marker.svg +++ b/icons/stroke_marker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_marketing.svg b/icons/stroke_marketing.svg index a213939..0f367b5 100644 --- a/icons/stroke_marketing.svg +++ b/icons/stroke_marketing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_mobile.svg b/icons/stroke_mobile.svg index e665cd5..bd3e60e 100644 --- a/icons/stroke_mobile.svg +++ b/icons/stroke_mobile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_monitor.svg b/icons/stroke_monitor.svg index 8fe2fb4..ce34f02 100644 --- a/icons/stroke_monitor.svg +++ b/icons/stroke_monitor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_pen.svg b/icons/stroke_pen.svg index 7dd0f98..9cc9f97 100644 --- a/icons/stroke_pen.svg +++ b/icons/stroke_pen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_pencil.svg b/icons/stroke_pencil.svg index a80d190..1ae4bb7 100644 --- a/icons/stroke_pencil.svg +++ b/icons/stroke_pencil.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_picture.svg b/icons/stroke_picture.svg new file mode 100644 index 0000000..0917398 --- /dev/null +++ b/icons/stroke_picture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/stroke_pin.svg b/icons/stroke_pin.svg index a65b666..f0f2935 100644 --- a/icons/stroke_pin.svg +++ b/icons/stroke_pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_presentation.svg b/icons/stroke_presentation.svg index 022631e..aba5b2e 100644 --- a/icons/stroke_presentation.svg +++ b/icons/stroke_presentation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_search.svg b/icons/stroke_search.svg index f892cd9..6c59344 100644 --- a/icons/stroke_search.svg +++ b/icons/stroke_search.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_server.svg b/icons/stroke_server.svg index c2ce448..b0e912c 100644 --- a/icons/stroke_server.svg +++ b/icons/stroke_server.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_settings.svg b/icons/stroke_settings.svg index 29b2600..aa382f5 100644 --- a/icons/stroke_settings.svg +++ b/icons/stroke_settings.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_share.svg b/icons/stroke_share.svg index fca056e..7055d9e 100644 --- a/icons/stroke_share.svg +++ b/icons/stroke_share.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_speaker.svg b/icons/stroke_speaker.svg index 04420e5..62c3061 100644 --- a/icons/stroke_speaker.svg +++ b/icons/stroke_speaker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_tag.svg b/icons/stroke_tag.svg index 2f15809..b866026 100644 --- a/icons/stroke_tag.svg +++ b/icons/stroke_tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_tick.svg b/icons/stroke_tick.svg index ae2b734..f0376a6 100644 --- a/icons/stroke_tick.svg +++ b/icons/stroke_tick.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_trash.svg b/icons/stroke_trash.svg index b7e4601..2a1774b 100644 --- a/icons/stroke_trash.svg +++ b/icons/stroke_trash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_user.svg b/icons/stroke_user.svg index 2093e0e..e5ada8e 100644 --- a/icons/stroke_user.svg +++ b/icons/stroke_user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_voice.svg b/icons/stroke_voice.svg index 760f3bc..ea2c6cb 100644 --- a/icons/stroke_voice.svg +++ b/icons/stroke_voice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_wallet.svg b/icons/stroke_wallet.svg index 41c432b..118a703 100644 --- a/icons/stroke_wallet.svg +++ b/icons/stroke_wallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_web.svg b/icons/stroke_web.svg index e96dfe7..4d1da34 100644 --- a/icons/stroke_web.svg +++ b/icons/stroke_web.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/stroke_window.svg b/icons/stroke_window.svg index 8c3c9d0..4341cc5 100644 --- a/icons/stroke_window.svg +++ b/icons/stroke_window.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ipfs.css b/ipfs.css index 1c405dc..1112150 100644 --- a/ipfs.css +++ b/ipfs.css @@ -369,7 +369,8 @@ See: https://github.com/ipfs-shipyard/ipfs-css .ipfs-gradient-0 { background-image: linear-gradient(to top, #041727 0%,#043b55 100%); } -.transition-all { +.transition-all, +.transition-all path { transition: .2s ease all; } diff --git a/src/ipfs.css b/src/ipfs.css index dce1aaf..1ea3855 100644 --- a/src/ipfs.css +++ b/src/ipfs.css @@ -9,6 +9,7 @@ See: https://github.com/ipfs-shipyard/ipfs-css @import './montserrat.css'; @import './theme.css'; -.transition-all { +.transition-all, +.transition-all path { transition: .2s ease all; }