diff options
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 16 |
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; - } } |