From d4d849a47e2d712e6af3e209c1fb1aabd0fd1279 Mon Sep 17 00:00:00 2001 From: eniamza Date: Fri, 3 Jul 2020 23:57:03 +0600 Subject: [PATCH] Del : Deleted hover styled button --- lib/css/index.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/lib/css/index.css b/lib/css/index.css index 4550505..fb931d7 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -157,32 +157,6 @@ nav { color: white; } /* /Special Branded Color Classes*/ -/* Hovering Button Style*/ -.button { - background-color: #4CAF50; /* Green */ - border: none; - color: white; - padding: 16px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 16px; - margin: 4px 2px; - transition-duration: 0.2s; - cursor: pointer; -} - -.button1 { - background-color: transparent; - color: black; - border: 2px solid #00303C; -} -.button1:hover { - background-color: #00303C; - color: #28D4E2; -} -.button1 {border-radius: 13px;} -/* /Hovering Button Style*/ /* Card animations*/ .card {