diff --git a/src/assets/styles.css b/src/assets/styles.css index 5596076..79420e6 100755 --- a/src/assets/styles.css +++ b/src/assets/styles.css @@ -7,7 +7,7 @@ font-style: normal; } /* BUTTONS CLASS */ -a,.button{ +.button{ border:none; background-color:#0483d8; padding:20px; @@ -16,7 +16,7 @@ a,.button{ min-width:100px; text-align:center; } -a:hover,.button:hover{ +.button:hover{ border:#0483d8 solid 1px; transition:0.4s; background-color:white; @@ -24,7 +24,10 @@ a:hover,.button:hover{ text-decoration: none; text-align:center; } +.simple{ + text-decoration: none; +} .buttons::after{ content:"Aller"; } diff --git a/src/components/ChoiceBox.vue b/src/components/ChoiceBox.vue index 2e89930..1e4e8d7 100755 --- a/src/components/ChoiceBox.vue +++ b/src/components/ChoiceBox.vue @@ -2,7 +2,7 @@
-{{ value.btn }} +{{ value.btn }}