From e4b1847963c478c4eb389fa7174e54e2157e2f32 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Thu, 21 Mar 2019 12:01:03 +0100 Subject: [PATCH] Fix Timer.css --- src/components/Timer.css | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/src/components/Timer.css b/src/components/Timer.css index 04a596c..8d41313 100644 --- a/src/components/Timer.css +++ b/src/components/Timer.css @@ -5,43 +5,3 @@ 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); -} - -.App-logo { - height: 25vmin; - pointer-events: none; - filter: drop-shadow(0 0 0.50rem #f8ff9c); - align-items: center; - justify-content: center; - text-align: center; -} - -.App-logo-rotation { - animation: App-logo-spin infinite 5s linear; - } - - - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } - } \ No newline at end of file