diff --git a/APP/assets/sass/dashboard/custom/_fixed-plugin.scss b/APP/assets/sass/dashboard/custom/_fixed-plugin.scss index 5c2ecf2..ae5eedf 100644 --- a/APP/assets/sass/dashboard/custom/_fixed-plugin.scss +++ b/APP/assets/sass/dashboard/custom/_fixed-plugin.scss @@ -2,9 +2,9 @@ position: fixed; right: 0; width: 64px; - background: rgba(0,0,0,.3); + background: rgba(12, 44, 133, 0.5); z-index: 1031; - border-radius: 8px 0 0 8px; + border-radius: 10px 10px 10px 10px; text-align: center; top: 130px; @@ -28,7 +28,7 @@ top: -52px !important; width: 290px; border-radius: 0.1875rem; - padding: 0 10px; + padding: 0 0; background: linear-gradient($black, $black-states); } diff --git a/APP/components/Formularios/Fcompras.vue b/APP/components/Formularios/Fcompras.vue new file mode 100644 index 0000000..61f2643 --- /dev/null +++ b/APP/components/Formularios/Fcompras.vue @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + {{ metodo.metodo }} + + + + + + + {{ categoria.ctg }} + + + + Guardar + + + + + + + + + \ No newline at end of file diff --git a/APP/components/Formularios/Prueba.vue b/APP/components/Formularios/Prueba.vue new file mode 100644 index 0000000..25eacb1 --- /dev/null +++ b/APP/components/Formularios/Prueba.vue @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/APP/components/Layout/SidebarSharePlugin.vue b/APP/components/Layout/SidebarSharePlugin.vue index eeefa37..88985cb 100644 --- a/APP/components/Layout/SidebarSharePlugin.vue +++ b/APP/components/Layout/SidebarSharePlugin.vue @@ -1,5 +1,5 @@ - + diff --git a/APP/layouts/default.vue b/APP/layouts/default.vue index 6f505e3..8765ee6 100644 --- a/APP/layouts/default.vue +++ b/APP/layouts/default.vue @@ -47,7 +47,7 @@ - + diff --git a/APP/pages/compras.vue b/APP/pages/compras.vue index 2b9a3c0..0280c89 100644 --- a/APP/pages/compras.vue +++ b/APP/pages/compras.vue @@ -1,7 +1,8 @@ + - + - - - - - - {{ metodo.metodo }} - - - - - {{ categoria.ctg }} - - - Guardar - + + + +