aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 19:46:35 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 19:46:35 +0530
commit7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (patch)
treef82316aa52a597362c388b73a2974f48991f6cdb /src/styles
parent66b4673b4e05275643353026275360001e4a9172 (diff)
Minor styling + fixed the calculation of discount and taxes and added new calculations
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/Form.css0
-rw-r--r--src/styles/global.css2
-rw-r--r--src/styles/global.scss2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/Form.css b/src/styles/Form.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/styles/Form.css
diff --git a/src/styles/global.css b/src/styles/global.css
index 5e011b3..30fc9e5 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -32,7 +32,7 @@ body {
height: 70vh; }
.BillingPageFlex div {
- width: 45%;
+ box-sizing: border-box;
border: 1px solid pink; }
@media only screen and (max-device-width: 480px) {
diff --git a/src/styles/global.scss b/src/styles/global.scss
index 51e1798..df4c69a 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -23,7 +23,7 @@ body {
height: 70vh;
}
.BillingPageFlex div {
- width: 45%;
+ box-sizing: border-box;
border: 1px solid pink;
}