From fbf98bff69b46f331f43ba4c07a9a83330448b10 Mon Sep 17 00:00:00 2001 From: Vivek Vishal Date: Tue, 29 Oct 2024 16:37:54 +0000 Subject: [PATCH 1/2] enlarge button and add ring animation Signed-off-by: GitHub --- site/src/App.js | 2 +- site/src/App.style.js | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/site/src/App.js b/site/src/App.js index d7e416e..f9874b9 100644 --- a/site/src/App.js +++ b/site/src/App.js @@ -55,7 +55,7 @@ const App = () => {
- Date: Tue, 29 Oct 2024 16:44:22 +0000 Subject: [PATCH 2/2] chore Signed-off-by: GitHub --- site/src/App.style.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/site/src/App.style.js b/site/src/App.style.js index 8133ffd..837e8b2 100644 --- a/site/src/App.style.js +++ b/site/src/App.style.js @@ -283,15 +283,11 @@ section.playground-btn { display: flex; justify-content: center; } - .open-playground-btn { - position: relative; -} .open-playground-btn { -font-size: 1.4rem; -height: 3.5rem; -padding: 1.5rem; - - + position: relative; + font-size: 1.4rem; + height: 3.5rem; + padding: 1.5rem; } .open-playground-btn::after { content: '';