diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-16 22:20:43 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-16 22:20:43 +0530 |
commit | f227adee3cff445288bdba66d369a451aa31b58e (patch) | |
tree | efa10970f366b9aa8628b5da656f17ec75b0a901 /src/styles | |
parent | 034a41ad44144e79c1c58a3b4f8741ddf8d56f8c (diff) |
using useState to update array of items to be added in the invoice now
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/global.css | 4 | ||||
-rw-r--r-- | src/styles/global.scss | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index e5147f8..7d21117 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -27,3 +27,7 @@ body { @media only screen and (max-device-width: 480px) { .root-content { width: 95%; } } + +.BillingPage .ItemsList { + background-color: red; + min-height: 7rem; } diff --git a/src/styles/global.scss b/src/styles/global.scss index a3727ec..d9ee9bb 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -20,3 +20,4 @@ body { width: 95%; } } + |