update css

This commit is contained in:
vincent 2020-03-27 21:38:10 +01:00
parent 6f8f0deca9
commit 6ea99fb974
4 changed files with 10 additions and 11 deletions

View File

@ -17,22 +17,21 @@ export default {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
h1, h1,h2 {
h2 {
font-weight: normal; font-weight: normal;
font-size: 2em; font-size: 2em;
font-weight: bold; font-weight: bold;
} }
p { p {
text-align: justify; text-align: justify;
} }
.is-success {
background-color: #4caf50; .hero {
background-color: #00858C;
color: white;
} }
.is-hoverable {
color: #42b983;
}
</style> </style>

View File

@ -1,8 +1,8 @@
<template> <template>
<div> <div>
<section class="hero has-text-centered is-success is-fullheigh"> <section class="hero has-text-centered is-fullheigh">
<div class="hero-body"> <div class="hero-body">
<h1 class="title">Teammood</h1> <h1 class="has-text-white-bis title">Teammood</h1>
<h2 class="Subtitle">Bienvenue {{$store.getters.name}}</h2> <h2 class="Subtitle">Bienvenue {{$store.getters.name}}</h2>
</div> </div>
</section> </section>

View File

@ -1,9 +1,9 @@
<!-- components/Login.vue --> <!-- components/Login.vue -->
<template> <template>
<modal @close="$emit('close')"> <modal @close="$emit('close')">
<div class="hero is-success"> <div class="hero">
<div class="hero-body has-text-centered"> <div class="hero-body has-text-centered">
<h2 class="title">Entrer votre Nom.</h2> <h2 class="has-text-white-bis title ">Entrer votre Nom.</h2>
<p class="subtitle error-msg">{{ errorMsg }}</p> <p class="subtitle error-msg">{{ errorMsg }}</p>
</div> </div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB