From 9aadebbfbb4a30a4367fc76fa27e7096be0dc8c1 Mon Sep 17 00:00:00 2001 From: Yasaswini Ganji <106906121+yasaswini999@users.noreply.github.com> Date: Sun, 9 Oct 2022 19:22:41 +0530 Subject: [PATCH] fix: sendMessage Button styling --- assets/css/style.css | 9 +++++++++ index.html | 7 ++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e9a7400..fcadc5b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2303,3 +2303,12 @@ section { transform: rotate(360deg); } } +input[type="submit"]{ + background: none; + color: inherit; + border: none; + padding: 0; + font: inherit; + cursor: pointer; + outline: inherit; +} diff --git a/index.html b/index.html index d7026cd..9aba9e2 100644 --- a/index.html +++ b/index.html @@ -778,9 +778,9 @@

Open Hours

- + - + @@ -808,7 +808,8 @@

Be in touch

- +