update css
This commit is contained in:
parent
6f8f0deca9
commit
6ea99fb974
@ -17,22 +17,21 @@ export default {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
h1,
|
||||
h2 {
|
||||
h1,h2 {
|
||||
font-weight: normal;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.is-success {
|
||||
background-color: #4caf50;
|
||||
|
||||
.hero {
|
||||
background-color: #00858C;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.is-hoverable {
|
||||
color: #42b983;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<section class="hero has-text-centered is-success is-fullheigh">
|
||||
<section class="hero has-text-centered is-fullheigh">
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<!-- components/Login.vue -->
|
||||
<template>
|
||||
<modal @close="$emit('close')">
|
||||
<div class="hero is-success">
|
||||
<div class="hero">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
img/site.png
BIN
img/site.png
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user