edit css,routes

This commit is contained in:
Le Libre Au Quotidien 2020-06-25 10:53:40 +02:00
parent 96e6f8d1d4
commit 1a0d2b2579
2 changed files with 3 additions and 14 deletions

View File

@ -18,6 +18,7 @@
}
.button:hover{
border:#0483d8 solid 1px;
padding:19px;
transition:0.4s;
background-color:white;
color:#0483d8;
@ -124,6 +125,7 @@ h1,h2,h3,p,.buttons-redirect,span,a{
}
.link:hover{
text-decoration: underline 3px;
cursor: pointer;
}

View File

@ -8,7 +8,7 @@ Prenez les exemples et modifiez le contenu.
Vous ne savez pas coder ?
Ouvrez une issue sur git.p2p.legal/llaq/infojune/issues
Documentation :
git.p2p.legal/llaq/g1land/wiki
git.p2p.legal/llaq/infojune/wiki
*/
import softbox from '@/components/SoftBox.vue'
@ -18,19 +18,6 @@ import cf from '@/components/cf.vue'
import notfound from '@/components/NotFound.vue'
export const routes = [
/*
{ path: '/gchange',
component: softbox,
props: {
name: "gchange",
img: "gchange.svg",
desc: "Gchange est le marketplace le plus utilisé pour les achats en g1",
href:"https://gchange.fr"
}
},
*/
/* GROUPES LOCAUX */
{ path: '/axiom',
component: softbox,