From 6bfa1547f94555e06370c40f63c75096b99d0be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Mon, 26 Feb 2024 21:55:23 +0100 Subject: [PATCH] =?UTF-8?q?Modification=20CSS=20+=20certaines=20propri?= =?UTF-8?q?=C3=A9t=C3=A9s=20des=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CardControl.vue | 8 ++++---- src/components/CardSoundboard.vue | 10 +++++----- src/views/GameControl.vue | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/components/CardControl.vue b/src/components/CardControl.vue index d45f351..796dc82 100644 --- a/src/components/CardControl.vue +++ b/src/components/CardControl.vue @@ -7,22 +7,22 @@ - + mdi-skip-previous - + mdi-skip-next - + mdi-pause - + mdi-play diff --git a/src/components/CardSoundboard.vue b/src/components/CardSoundboard.vue index 2851d76..5c2a54e 100644 --- a/src/components/CardSoundboard.vue +++ b/src/components/CardSoundboard.vue @@ -7,29 +7,29 @@ - + mdi-check-circle-outline - + mdi-close-circle-outline - + mdi-timer-outline - + mdi-human-handsup - + mdi-bell-outline diff --git a/src/views/GameControl.vue b/src/views/GameControl.vue index 428c945..57eec74 100644 --- a/src/views/GameControl.vue +++ b/src/views/GameControl.vue @@ -35,7 +35,8 @@ import CardSoundboard from '@/components/CardSoundboard.vue'; background-color: #2E7D32; /* Changez la couleur en fonction de votre thème */ } .btn{ - border-radius:50px!important; + border-radius:30px!important; + background-color: #2979FF; /* Changez la couleur en fonction de votre thème */ } }