From 20b48b0003f198ef51eb982735526011f59c511d Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 29 Aug 2021 10:46:06 +0530 Subject: styled SubmitButton and making it disappear when invalid --- src/styles/global.scss | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/styles') diff --git a/src/styles/global.scss b/src/styles/global.scss index 3d077f6..769f07a 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -57,18 +57,6 @@ body { max-width: 1920px; } -.BillingPageFlex { - display: flex; - flex-direction: row; - justify-content: space-between; - height: 27rem; -} - -.BillingPageFlex div { - box-sizing: border-box; - border: 1px solid $border1; -} - .floatingMenuBG { height: 100%; width: 100%; @@ -100,8 +88,4 @@ body { padding: 0.5rem; } - .BillingPageFlex { - flex-direction: column; - height: 35rem; - } } -- cgit v1.2.3