Skip to content

Commit

Permalink
[CyclingUK] Added styling to buttons/links account page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Jan 15, 2024
1 parent b97c5a4 commit fc4aa88
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions web/cobrands/cyclinguk/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,17 @@ body.mappage {

}

//Account page
.my-account-buttons {
a {
background-color: transparent;
}
}

.segmented-control--radio input:checked+label {
color: $white !important; // Override !important rule on _base
}

// REPORTING FORM

p.cyclinguk-marketing-opt-in {
Expand Down

0 comments on commit fc4aa88

Please sign in to comment.