Compare commits

...

2 commits

Author SHA1 Message Date
ale
7c2f592072 Estilo 2025-06-23 23:00:42 -03:00
ale
7c8c5ad60d Estilo 2025-06-23 22:53:32 -03:00
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ export default {
<div class="control"> <div class="control">
<input id="cantidad" <input id="cantidad"
v-model="control" v-model="control"
class="input is-small has-text-centered" class="input is-small has-text-centered m-0 p-0"
type="number" type="number"
@input="actualizarDebounced"> @input="actualizarDebounced">
</div> </div>

View file

@ -1,5 +1,5 @@
<template> <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"> aria-label="breadcrumbs">
<ul class="mt-4"> <ul class="mt-4">
<li v-for="(miga, i) in migas" :key="i" :class="{'is-active': i === migaActiva}"> <li v-for="(miga, i) in migas" :key="i" :class="{'is-active': i === migaActiva}">

View file

@ -18,7 +18,7 @@ form, #root, #login-form {
} }
main.has-top-padding { main.has-top-padding {
padding-top: 4.5rem !important; padding-top: 4rem !important;
} }
table.table td { table.table td {