diff --git a/resources/js/components/NavCartelAprobado.vue b/resources/js/components/NavCartelAprobado.vue new file mode 100644 index 0000000..2b13071 --- /dev/null +++ b/resources/js/components/NavCartelAprobado.vue @@ -0,0 +1,33 @@ + + + + + \ No newline at end of file diff --git a/resources/js/components/NavMigas.vue b/resources/js/components/NavMigas.vue index ea70dc9..45b398d 100644 --- a/resources/js/components/NavMigas.vue +++ b/resources/js/components/NavMigas.vue @@ -43,12 +43,4 @@ \ No newline at end of file diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 1ae79f8..cb6490e 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -7,8 +7,16 @@ @import 'bulma'; @import '~bulma-switch'; -main.has-top-padding { - padding-top: 4.5rem !important; +@media (min-width: 500px) { + main.has-top-padding { + padding-top: 4.5rem !important; + } +} + +@media (max-width: 500px) { + main.has-top-padding { + padding-top: 8rem !important; + } } table.table td { @@ -25,6 +33,16 @@ table.table td { z-index: 30; } +nav.breadcrumb.is-fixed-top { + position: fixed; + left: 0; + right: 0; + top: 3.25rem; + height: 2.75rem; + z-index: 5; + margin-bottom: 1rem; +} + #main { height: 100%; } diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 4302324..3e65751 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -29,6 +29,7 @@ +
@yield('content')