From 17b21aadb154d2ec3db33d6d64d9df2237126854 Mon Sep 17 00:00:00 2001 From: Danny Atthaya Date: Wed, 18 Aug 2021 09:57:41 +0700 Subject: [PATCH] Move vue style to scss --- .../js/assets/scss/layout/_container.scss | 4 ++++ .../scss/module/_notification-message.scss | 8 ++++++++ .../js/assets/scss/page/_site-management.scss | 17 +++++++++++++++++ .../components/BadasoNotificationMessage.vue | 11 ----------- src/resources/js/layout/admin/Container.vue | 5 ----- src/resources/js/layout/public/Container.vue | 2 -- .../js/pages/configuration/browse.vue | 19 ------------------- 7 files changed, 29 insertions(+), 37 deletions(-) diff --git a/src/resources/js/assets/scss/layout/_container.scss b/src/resources/js/assets/scss/layout/_container.scss index 6280af611..f86a02d51 100644 --- a/src/resources/js/assets/scss/layout/_container.scss +++ b/src/resources/js/assets/scss/layout/_container.scss @@ -52,3 +52,7 @@ } } } + +.content { + min-height: calc(100vh - 142px); +} \ No newline at end of file diff --git a/src/resources/js/assets/scss/module/_notification-message.scss b/src/resources/js/assets/scss/module/_notification-message.scss index e69de29bb..9b3e2dbb1 100644 --- a/src/resources/js/assets/scss/module/_notification-message.scss +++ b/src/resources/js/assets/scss/module/_notification-message.scss @@ -0,0 +1,8 @@ +.notification-item { + display: flex; + flex-direction: column; +} +.row-div { + display: flex; + align-items: center; +} \ No newline at end of file diff --git a/src/resources/js/assets/scss/page/_site-management.scss b/src/resources/js/assets/scss/page/_site-management.scss index 158d20af2..5edd67b0b 100644 --- a/src/resources/js/assets/scss/page/_site-management.scss +++ b/src/resources/js/assets/scss/page/_site-management.scss @@ -2,4 +2,21 @@ &__container { padding-top: 20px; } +} + +.vs-tabs--btn { + font-size: 1.25rem; + margin-bottom: 0px; + font-family: inherit; + font-weight: 700; + line-height: 1.2; +} +.config-key { + font-size: 1rem; + margin-bottom: 15px; + font-weight: bold; + line-height: 1.2; +} +.inputx { + margin-top: 5px; } \ No newline at end of file diff --git a/src/resources/js/components/BadasoNotificationMessage.vue b/src/resources/js/components/BadasoNotificationMessage.vue index 9800099f3..262352ef4 100644 --- a/src/resources/js/components/BadasoNotificationMessage.vue +++ b/src/resources/js/components/BadasoNotificationMessage.vue @@ -93,17 +93,6 @@ - - - diff --git a/src/resources/js/layout/public/Container.vue b/src/resources/js/layout/public/Container.vue index be557b182..090c6ee24 100644 --- a/src/resources/js/layout/public/Container.vue +++ b/src/resources/js/layout/public/Container.vue @@ -3,5 +3,3 @@ - -