diff --git a/app/src/components/globals/ViewTopBar.vue b/app/src/components/globals/ViewTopBar.vue new file mode 100644 index 00000000..9ac42708 --- /dev/null +++ b/app/src/components/globals/ViewTopBar.vue @@ -0,0 +1,95 @@ + + + + + + + + + + + {{ button.text }} + + + + + + + + diff --git a/app/src/scss/main.scss b/app/src/scss/main.scss index f801529a..a843242c 100644 --- a/app/src/scss/main.scss +++ b/app/src/scss/main.scss @@ -122,49 +122,6 @@ body { } } -// custom css -.actions { - margin-bottom: 2rem; - display: flex; - justify-content: space-between; - - @include media-breakpoint-down(xs) { - .buttons { - flex-direction: column; - justify-content: space-between; - } - } - - @include media-breakpoint-down(sm) { - flex-direction: column-reverse; - margin-bottom: 2rem; - - .buttons { - display: flex; - justify-content: space-between; - - .btn { - margin-bottom: .5rem; - } - } - } - - @include media-breakpoint-up(md) { - .btn ~ .btn { - margin-left: .5rem; - } - } - - .input-group { - @include media-breakpoint-up(md) { - width: 25%; - } - @include media-breakpoint-up(lg) { - width: 35%; - } - } -} - .log { .card-body { padding: 0;