From 169446a9bd995e3f797fb85d26b70c131a9dfe88 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 4 Oct 2020 16:22:07 +0530 Subject: [PATCH] 0.0.61 --- components.js | 16 +--------------- css/main.css | 22 +++++++++++++++------- css/main.min.css | 2 +- css/main.scss | 21 ++++++++++++++------- index.html | 11 ++++++----- 5 files changed, 37 insertions(+), 35 deletions(-) diff --git a/components.js b/components.js index ea980ca..7543a43 100644 --- a/components.js +++ b/components.js @@ -1999,12 +1999,7 @@ smPopup.innerHTML = ` padding: 1.5rem; overflow-y: auto; } -.heading{ - font-weight: 400; -} -.heading:first-letter{ - text-transform: uppercase; -} + .hide{ opacity: 0; pointer-events: none; @@ -2043,15 +2038,6 @@ smPopup.innerHTML = ` border-radius: 1rem; margin: 0.5rem 0; } -.heading{ - padding: 1rem 1.5rem -} -.close{ - height: 2rem; - width: 2rem; - padding: 0.55rem; - margin-right: 1rem; -} }