Estilo
This commit is contained in:
parent
7c8c5ad60d
commit
7c2f592072
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<nav class="breadcrumb is-centered has-background-danger-light is-fixed-top"
|
||||
<nav class="breadcrumb is-centered has-background-danger-light is-fixed-top mb-0"
|
||||
aria-label="breadcrumbs">
|
||||
<ul class="mt-4">
|
||||
<li v-for="(miga, i) in migas" :key="i" :class="{'is-active': i === migaActiva}">
|
||||
|
|
2
resources/sass/app.scss
vendored
2
resources/sass/app.scss
vendored
|
@ -18,7 +18,7 @@ form, #root, #login-form {
|
|||
}
|
||||
|
||||
main.has-top-padding {
|
||||
padding-top: 4.5rem !important;
|
||||
padding-top: 4rem !important;
|
||||
}
|
||||
|
||||
table.table td {
|
||||
|
|
Loading…
Add table
Reference in a new issue