aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/global.css4
-rw-r--r--src/styles/global.scss1
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%;
}
}
+