Green button radius/color

This commit is contained in:
Vozer
2022-06-05 14:58:15 -05:00
committed by GitHub
parent 11faeddf27
commit 398b2204a8
+5 -1
View File
@@ -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;
}
}