diff --git a/assets/css/app.scss b/assets/css/app.scss index 5d4ac74165..35cf3e45b7 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -40,7 +40,7 @@ //@import "~bootstrap-select/sass/bootstrap-select"; //@import '~pretty-checkbox/src/pretty-checkbox.scss'; //@import '~jquery-ui/themes/base/all.css'; -/* + @layer components { .card { @apply bg-white rounded shadow-lg; @@ -62,6 +62,10 @@ @apply text-white bg-blue-700 hover:bg-blue-800; } + .btn-success { + @apply text-white bg-green-700 hover:bg-green-800; + } + .btn-danger { @apply text-white bg-red-700 hover:bg-red-800; } @@ -135,7 +139,7 @@ } @import "scss/index.scss"; -}*/ +} a.router-link-exact-active { //@apply border-b-2 bg-gray-100 border-gray-500 text-gray-500 rounded-t; diff --git a/assets/vue/components/ActionCell.vue b/assets/vue/components/ActionCell.vue index 7e4f625934..60f5b3ae7c 100644 --- a/assets/vue/components/ActionCell.vue +++ b/assets/vue/components/ActionCell.vue @@ -1,32 +1,38 @@ diff --git a/assets/vue/components/Toolbar.vue b/assets/vue/components/Toolbar.vue index b83bcdff68..0178140e0f 100644 --- a/assets/vue/components/Toolbar.vue +++ b/assets/vue/components/Toolbar.vue @@ -1,98 +1,109 @@