Skip to content

Commit b03be10

Browse files
committed
CORE-1046 - telephone country code color contrast
Another tiny change piggybacking in.
1 parent 3753b5e commit b03be10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/newflow.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,11 @@ $very-narrow: 37rem * $scale-factor;
604604
transform: scale(0.94) translateX(-4%);
605605
width: 108%;
606606
}
607+
608+
// Override international telephone widget color
609+
.iti__dial-code {
610+
color: #666;
611+
}
607612
}
608613
}
609614

0 commit comments

Comments
 (0)