mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-18 19:06:45 +02:00
Set main footer styling using a css class instead of styling tag
This commit is contained in:
parent
f473533bfb
commit
9d90c7da23
4
resources/js_vue3/assets/app.scss
vendored
4
resources/js_vue3/assets/app.scss
vendored
@ -906,7 +906,7 @@ button.button.tag.is-white,
|
|||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer.main {
|
||||||
padding: 5px 0 25px 0;
|
padding: 5px 0 25px 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -915,7 +915,7 @@ footer {
|
|||||||
z-index: 30;
|
z-index: 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .field.is-grouped {
|
footer.main .field.is-grouped {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<footer>
|
<footer class="main">
|
||||||
<div class="columns is-gapless" v-if="showButtons">
|
<div class="columns is-gapless" v-if="showButtons">
|
||||||
<div class="column has-text-centered">
|
<div class="column has-text-centered">
|
||||||
<div class="field is-grouped">
|
<div class="field is-grouped">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user