diff --git a/resources/css/app.scss b/resources/css/app.scss index 386ad0c..06cdd01 100644 --- a/resources/css/app.scss +++ b/resources/css/app.scss @@ -143,36 +143,6 @@ li { // margin-bottom: 1rem; // } -// /* Page Errors */ -// .sm-page-error { -// display: flex; -// flex-direction: column; - -// .sm-error-number { -// display: flex; -// justify-content: center; -// align-items: center; -// font-size: 30vw; -// font-weight: 600; -// color: #295b7e; - -// img { -// height: 25vw; -// margin: 0 0.5rem 0 1rem; -// } -// } - -// .sm-error-content { -// text-align: center; -// font-size: 120%; - -// h2 { -// margin-top: 0; -// margin-bottom: 0.5rem; -// } -// } -// } - /* SM Dialog */ .dialog-outer { position: fixed; diff --git a/resources/js/components/SMPage.vue b/resources/js/components/SMPage.vue index ad65112..0ac6888 100644 --- a/resources/js/components/SMPage.vue +++ b/resources/js/components/SMPage.vue @@ -1,32 +1,35 @@ diff --git a/resources/js/components/errors/Internal.vue b/resources/js/components/errors/Internal.vue deleted file mode 100644 index 41a3a3e..0000000 --- a/resources/js/components/errors/Internal.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - diff --git a/resources/js/views/Event.vue b/resources/js/views/Event.vue index 408b9dd..f938f20 100644 --- a/resources/js/views/Event.vue +++ b/resources/js/views/Event.vue @@ -1,9 +1,5 @@