Logo and stuff
This commit is contained in:
parent
5107eefe8a
commit
a374a5e48b
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 1.2 MiB |
@ -75,7 +75,7 @@ $variable-columns: true !default;
|
|||||||
|
|
||||||
// The default Bulma derived variables are declared below
|
// The default Bulma derived variables are declared below
|
||||||
|
|
||||||
$primary: $turquoise !default;
|
$primary: $black-ter !default;
|
||||||
|
|
||||||
$info: $cyan !default;
|
$info: $cyan !default;
|
||||||
$success: $green !default;
|
$success: $green !default;
|
||||||
|
@ -214,6 +214,7 @@
|
|||||||
</b-steps>
|
</b-steps>
|
||||||
</section>
|
</section>
|
||||||
<footer class="modal-card-foot">
|
<footer class="modal-card-foot">
|
||||||
|
<b-button type="is-danger" outlined icon-pack="fas" icon-left="times-circle" @click="goBackToHome">Zpátky na hlavní stránku</b-button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@ -268,9 +269,12 @@ export default {
|
|||||||
this.zaloba.zalobci[0].zastoupeni = null
|
this.zaloba.zalobci[0].zastoupeni = null
|
||||||
}
|
}
|
||||||
this.zaloba.datum = this.zaloba.datum.toLocaleDateString('cs-CZ')
|
this.zaloba.datum = this.zaloba.datum.toLocaleDateString('cs-CZ')
|
||||||
console.log("a")
|
|
||||||
this.$emit("zalobaguideclose",this.zaloba)
|
this.$emit("zalobaguideclose",this.zaloba)
|
||||||
this.$parent.close()
|
this.$parent.close()
|
||||||
|
},
|
||||||
|
goBackToHome: function () {
|
||||||
|
this.$parent.close()
|
||||||
|
this.$router.push('/')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<template #brand>
|
<template #brand>
|
||||||
<b-navbar-item tag="router-link" :to="{ path: '/' }">
|
<b-navbar-item tag="router-link" :to="{ path: '/' }">
|
||||||
<img
|
<img
|
||||||
src="https://raw.githubusercontent.com/buefy/buefy/dev/static/img/buefy-logo.png"
|
src="@/assets/logo.png"
|
||||||
alt="Res Judicata"
|
alt="Res Judicata"
|
||||||
>
|
>
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
|
@ -3,16 +3,19 @@
|
|||||||
<section class="hero is-fullheight">
|
<section class="hero is-fullheight">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<figure class="image is-128x128">
|
||||||
|
<img alt="Res Judicata" src="@/assets/logo.png">
|
||||||
|
</figure>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Vítejte v Res Judicata!
|
Vítejte v Res Judicata!
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
Lorem Impsum
|
Aplikace Vám pomůže s dodržením všech náležitostí potřebných pro úspěšné podání žaloby i dalších dokumentů.
|
||||||
</h2>
|
</h2>
|
||||||
<div class="columns is-multiline">
|
<div class="columns is-multiline">
|
||||||
<div class="column is-one-third">
|
<div class="column has-background-black-ter is-one-third">
|
||||||
<router-link to="/edit">
|
<router-link to="/edit">
|
||||||
<div class="card">
|
<div class="card has-background-black-ter has-text-primary-light">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<b>Nemám žalobu</b> a chci pomoci se správným vyplněním žaloby
|
<b>Nemám žalobu</b> a chci pomoci se správným vyplněním žaloby
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user