From 398b2204a891713a0936629360b354f5a70d2179 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:58:15 -0500 Subject: [PATCH] Green button radius/color --- src/fixations/_buttons.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/fixations/_buttons.scss b/src/fixations/_buttons.scss index 2d35549..eb30e5c 100644 --- a/src/fixations/_buttons.scss +++ b/src/fixations/_buttons.scss @@ -33,7 +33,11 @@ background: linear-gradient(to bottom, rgb(255, 4, 0) 0%,rgb(255, 4, 0) 50%,rgba(255, 4, 0, 0.999) 100%); border-radius: 50px; } +.lookFilled-yCfaCM.colorGreen-3y-Z79 { + background: linear-gradient(rgb(44, 192, 90), rgb(45, 179, 87)) ; + border-radius: 50px; +} .numberBadge-37OJ3S, .newBadge-1bHewI { background: linear-gradient(to bottom, rgb(238, 52, 48) 0%,rgb(238, 52, 48) 50%,rgba(238, 52, 48, 0.999) 100%); font-size: 10px; - } \ No newline at end of file + }