File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3628,8 +3628,9 @@ span.highlighted {
3628
3628
text-align : center; }
3629
3629
# sponsorship_application_container form {
3630
3630
margin-bottom : 0 ; }
3631
- # sponsorship_application_container form .package_only_label {
3632
- color : # 666666 ; }
3631
+ # sponsorship_application_container form {
3632
+ .package_only_label { color : # 666666 ; }
3633
+ .active { color : # 3776ab ; } }
3633
3634
# sponsorship_application_container # package_selection {
3634
3635
display : inline-block; }
3635
3636
# sponsorship_application_container # package_selection li {
Original file line number Diff line number Diff line change @@ -2410,6 +2410,9 @@ span.highlighted {
2410
2410
.package_only_label {
2411
2411
color : $grey ;
2412
2412
}
2413
+ .active {
2414
+ color : $blue ;
2415
+ }
2413
2416
}
2414
2417
2415
2418
#package_selection {
You can’t perform that action at this time.
0 commit comments