diff --git a/src/css/style.scss b/src/css/style.scss index 84caa68..1046f04 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -99,8 +99,13 @@ $event-padding: 10px; border-radius: 5px !important; } .billing{ - background-color: darkgoldenrod; - color: white; + background-color: #b9c2c5; + color: #77117a; +} + +.next_billing{ + background-color: #cff1f0; + color: #19548e; } .extraProductCard{ background-color: aliceblue;