diff --git a/client/src/assets/icons/edit.svg b/client/src/assets/icons/edit.svg new file mode 100644 index 0000000..dc089b5 --- /dev/null +++ b/client/src/assets/icons/edit.svg @@ -0,0 +1,200 @@ + + + + Pencil Pictogram + + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + Pencil Pictogram + 2013-11-16T20:22:22 + black pencil pictogram. + https://openclipart.org/detail/188837/pencil-pictogram-by-libberry-188837 + + + libberry + + + + + learning + pencil + stationery + study + writing + + + + + + + + + + + diff --git a/client/src/assets/icons/trash.svg b/client/src/assets/icons/trash.svg new file mode 100644 index 0000000..978787c --- /dev/null +++ b/client/src/assets/icons/trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/components/AlertBox.vue b/client/src/components/AlertBox.vue index 02442fb..98a2a46 100644 --- a/client/src/components/AlertBox.vue +++ b/client/src/components/AlertBox.vue @@ -20,6 +20,7 @@ display: flex; width: 100%; height: 100%; + z-index: 100; } &__box { diff --git a/client/src/components/Icon.vue b/client/src/components/Icon.vue new file mode 100644 index 0000000..c5953b5 --- /dev/null +++ b/client/src/components/Icon.vue @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/client/src/components/QuoteCard.vue b/client/src/components/QuoteCard.vue index 32cd6c1..92166ec 100644 --- a/client/src/components/QuoteCard.vue +++ b/client/src/components/QuoteCard.vue @@ -1,8 +1,8 @@