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
|
||||
|
||||
$primary: $turquoise !default;
|
||||
$primary: $black-ter !default;
|
||||
|
||||
$info: $cyan !default;
|
||||
$success: $green !default;
|
||||
|
@ -214,6 +214,7 @@
|
||||
</b-steps>
|
||||
</section>
|
||||
<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>
|
||||
</div>
|
||||
</form>
|
||||
@ -268,9 +269,12 @@ export default {
|
||||
this.zaloba.zalobci[0].zastoupeni = null
|
||||
}
|
||||
this.zaloba.datum = this.zaloba.datum.toLocaleDateString('cs-CZ')
|
||||
console.log("a")
|
||||
this.$emit("zalobaguideclose",this.zaloba)
|
||||
this.$parent.close()
|
||||
},
|
||||
goBackToHome: function () {
|
||||
this.$parent.close()
|
||||
this.$router.push('/')
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
@ -3,7 +3,7 @@
|
||||
<template #brand>
|
||||
<b-navbar-item tag="router-link" :to="{ path: '/' }">
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/buefy/buefy/dev/static/img/buefy-logo.png"
|
||||
src="@/assets/logo.png"
|
||||
alt="Res Judicata"
|
||||
>
|
||||
</b-navbar-item>
|
||||
|
@ -3,16 +3,19 @@
|
||||
<section class="hero is-fullheight">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<figure class="image is-128x128">
|
||||
<img alt="Res Judicata" src="@/assets/logo.png">
|
||||
</figure>
|
||||
<h1 class="title">
|
||||
Vítejte v Res Judicata!
|
||||
</h1>
|
||||
<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>
|
||||
<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">
|
||||
<div class="card">
|
||||
<div class="card has-background-black-ter has-text-primary-light">
|
||||
<div class="card-content">
|
||||
<b>Nemám žalobu</b> a chci pomoci se správným vyplněním žaloby
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user