From 5967af2ad31eb1448e34f85dbfc0e14146c2e27e Mon Sep 17 00:00:00 2001 From: khatabwedaa Date: Fri, 12 Jun 2020 13:14:52 +0200 Subject: [PATCH] wip --- src/components/categories/Alerts.vue | 18 ++++++++- src/components/ui/Alerts/ErrorPop.vue | 37 ++++++++++++++----- src/components/ui/Alerts/InfoPop.vue | 39 ++++++++++++++------ src/components/ui/Alerts/NotificationPop.vue | 33 ++++++++++++----- src/components/ui/Alerts/WarningPop.vue | 37 ++++++++++++++----- src/components/utilities/CodeSnippet.vue | 2 +- src/components/utilities/ViewComponent.vue | 2 +- 7 files changed, 124 insertions(+), 44 deletions(-) diff --git a/src/components/categories/Alerts.vue b/src/components/categories/Alerts.vue index ffc16df..7f90ffe 100644 --- a/src/components/categories/Alerts.vue +++ b/src/components/categories/Alerts.vue @@ -1,13 +1,29 @@ \ No newline at end of file diff --git a/src/components/ui/Alerts/ErrorPop.vue b/src/components/ui/Alerts/ErrorPop.vue index 6e047cf..8009797 100644 --- a/src/components/ui/Alerts/ErrorPop.vue +++ b/src/components/ui/Alerts/ErrorPop.vue @@ -1,5 +1,30 @@ + +