From 928f5a088ea04ff152b05b88e5c2cdda64f188e6 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Thu, 21 Mar 2019 14:57:36 +0100 Subject: [PATCH] Clean Timer.css --- src/components/Timer.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/components/Timer.css b/src/components/Timer.css index 8d41313..06bef27 100644 --- a/src/components/Timer.css +++ b/src/components/Timer.css @@ -5,3 +5,20 @@ color: white; } +.buttons { + font-size: 20px; + font-weight: bold; + height: 60px; + border-radius: 25px; + box-shadow: 0 0 1px #161616, 0 0 10px rgb(133, 133, 133); +} + + +.button-box { + background-color: rgba(255, 255, 255, 1.0); + padding: 20px; + margin-top: 5px; + border-radius: 25px; + box-shadow:0 0 1px #111010, 0 0 10px rgb(193, 194, 190); +} +