Manny Dinssa
1 month ago
4 changed files with 16 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||||||
|
.app-red-link { |
||||||
|
@include govuk-typography-common; |
||||||
|
@include govuk-link-decoration; |
||||||
|
@include govuk-link-style-text; |
||||||
|
} |
||||||
|
|
||||||
|
.app-red-link:link, .app-red-link---no-visited-state:visited { |
||||||
|
color: govuk-colour("red"); |
||||||
|
} |
||||||
|
|
||||||
|
.app-red-link:hover { |
||||||
|
color: govuk-shade(govuk-colour("red"), 20); |
||||||
|
} |
Loading…
Reference in new issue