aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-29 10:46:06 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-29 10:46:06 +0530
commit20b48b0003f198ef51eb982735526011f59c511d (patch)
treed05ee38c6b0b137e3a3eabeb0d101000d9acd2f4 /src/styles/global.scss
parent12fa58555681257384150383b4e83c572d19fec9 (diff)
styled SubmitButton and making it disappear when invalid
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r--src/styles/global.scss16
1 files changed, 0 insertions, 16 deletions
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;
- }
}