diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-26 19:46:35 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-26 19:46:35 +0530 |
commit | 7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (patch) | |
tree | f82316aa52a597362c388b73a2974f48991f6cdb /src/components/Display/Display.css | |
parent | 66b4673b4e05275643353026275360001e4a9172 (diff) |
Minor styling + fixed the calculation of discount and taxes and added new calculations
Diffstat (limited to 'src/components/Display/Display.css')
-rw-r--r-- | src/components/Display/Display.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/components/Display/Display.css b/src/components/Display/Display.css index 528e837..21a9815 100644 --- a/src/components/Display/Display.css +++ b/src/components/Display/Display.css @@ -44,4 +44,18 @@ $defShadow: 0px 0px 4px #232627; font-size: 1.7rem; } .SummaryDisplay { - border: 1px solid pink; } + width: 30%; + padding: 0.5rem 2rem; } + +.SummaryDisplay h1 { + font-size: 3rem; + margin: 0.5rem -1.5rem; + border-bottom: 1px dotted lightblue; } + +.SummaryDisplay table { + width: 100%; + margin: auto; } + +.SummaryDisplay td { + font-size: 1.25rem; + padding: 0.2rem 0; } |