Remove global link styles

All links, that need it, now have the GOVUK
Frontend link class so we no longer need this
CSS.
This commit is contained in:
Tom Byers
2019-12-09 16:23:16 +00:00
parent cd36182ea6
commit 7ec191bbac
2 changed files with 0 additions and 34 deletions

View File

@@ -1,10 +1,4 @@
// Extra CSS overlaying elements
a {
&:visited {
color: $link-colour;
}
}
.form-control-1-1 {
width: 100%;
}