From ca2d84dc0fa6d7a4c82ab0771623a6228b77a7d0 Mon Sep 17 00:00:00 2001 From: "vivien.dufour" Date: Tue, 19 Dec 2023 10:51:49 +0100 Subject: [PATCH] add possibility to remove ball from the court --- front/style/ball.css | 2 +- front/style/editor.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/front/style/ball.css b/front/style/ball.css index 5169ec7..7862b82 100644 --- a/front/style/ball.css +++ b/front/style/ball.css @@ -11,4 +11,4 @@ } .ball-div:focus-within { -} +} \ No newline at end of file diff --git a/front/style/editor.css b/front/style/editor.css index f7b2588..15dd485 100644 --- a/front/style/editor.css +++ b/front/style/editor.css @@ -120,3 +120,5 @@ .save-state-guest { color: gray; } + +