Skip to content

Commit

Permalink
PP-13312 undo scss changes
Browse files Browse the repository at this point in the history
  • Loading branch information
james-peacock-gds committed Dec 5, 2024
1 parent 367dfd2 commit 3e8966c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions app/assets/sass/components/service-settings.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
s// https://getbem.com/naming/
// https://getbem.com/naming/

.service-settings-nav {
@include govuk-font(16);
Expand Down Expand Up @@ -43,23 +43,15 @@ s// https://getbem.com/naming/
width: 30% !important;
}
}

.task-list {
a:visited, a:link {
color: govuk-colour("blue");
}

a:hover {
color: govuk-colour("dark-blue");
}

a:active, a:focus {
color: govuk-colour("black");
}
}

.card-types-list {
display: inline-block;
margin-bottom: govuk-spacing(2);
padding: 8px govuk-spacing(1)
}

0 comments on commit 3e8966c

Please sign in to comment.