We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f85986 commit ecce0bfCopy full SHA for ecce0bf
src/shared/components/DateRangePicker/style.scss
@@ -21,12 +21,15 @@
21
22
.isRange {
23
:global {
24
- .rdrStartEdge, .rdrEndEdge {
+ .rdrStartEdge,
25
+ .rdrEndEdge {
26
color: $listing-checkbox-green !important;
27
}
28
+
29
.rdrDayHovered {
30
background: $listing-checkbox-green !important;
31
32
33
.rdrDay {
34
.rdrInRange {
35
background: lighten($listing-checkbox-green, 30%) !important;
src/shared/components/challenge-listing/ChallengeCard/Prize/Tip/style.scss
@@ -16,6 +16,7 @@ $prize-space-10: $base-unit * 2;
16
17
h1 {
18
@include roboto-regular;
19
20
border: none;
color: $tc-white;
font-size: 14px;
0 commit comments