Skip to content

Commit

Permalink
use Frontend colours
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed Jul 6, 2018
1 parent 8a8665f commit d1359c6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions app/assets/sass/patterns/_step-by-step-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

.app-step-nav-related {
border-top: 2px solid #005ea5;
border-top: 2px solid $govuk-link-colour;
margin-bottom: 45px;
}

Expand Down Expand Up @@ -119,7 +119,7 @@
}

.app-step-nav__button {
color: #005ea5;
color: $govuk-link-colour;
cursor: pointer;
background: none;
border: 0;
Expand All @@ -139,7 +139,7 @@
display: inline-block;
padding: 0;
text-align: left;
color: #0b0c0c;
color: govuk-colour("black");
}
@media (min-width: 641px) {
.app-step-nav__button--title {
Expand Down Expand Up @@ -181,7 +181,7 @@
}

.app-step-nav__button--controls:hover {
color: #2b8cc4;
color: $govuk-link-hover-colour;
}

.app-step-nav--large .app-step-nav__button--controls {
Expand Down Expand Up @@ -271,7 +271,7 @@
.app-step-nav__step--active .app-step-nav__substep:after,
.app-step-nav__step--active:after,
.app-step-nav__step--active:last-child:before {
border-color: #0b0c0c;
border-color: govuk-colour("black");
}

.app-step-nav__circle {
Expand All @@ -284,7 +284,7 @@
left: 0;
width: 26px;
height: 26px;
color: #0b0c0c;
color: govuk-colour("black");
background: #fff;
border-radius: 100px;
text-align: center;
Expand Down Expand Up @@ -370,7 +370,7 @@

.app-step-nav__header {
padding: 15px 0;
border-top: solid 2px #dee0e2;
border-top: solid 2px govuk-colour("grey-3");
}

.app-step-nav--active .app-step-nav__header {
Expand All @@ -379,7 +379,7 @@

.app-step-nav__header:hover .app-step-nav__button,
.app-step-nav__header:hover .app-step-nav__circle {
color: #005ea5;
color: $govuk-link-colour;
}

.app-step-nav__header:hover .app-step-nav__toggle-link {
Expand Down Expand Up @@ -427,7 +427,7 @@
font-size: 14px;
line-height: 1.2;
display: block;
color: #005ea5;
color: $govuk-link-colour;
}
@media (min-width: 641px) {
.app-step-nav__toggle-link {
Expand Down Expand Up @@ -551,7 +551,7 @@
width: 16px;
height: 16px;
margin-top: -8px;
background: #0b0c0c;
background: govuk-colour("black");
border: solid 2px #fff;
border-radius: 100px;
}
Expand All @@ -563,20 +563,20 @@
}

.app-step-nav__list-item--active .app-step-nav__link {
color: #0b0c0c;
color: govuk-colour("black");
text-decoration: none;
}

.app-step-nav__list-item--active .app-step-nav__link:active,
.app-step-nav__list-item--active .app-step-nav__link:link,
.app-step-nav__list-item--active .app-step-nav__link:visited {
color: #0b0c0c;
color: govuk-colour("black");
}

.app-step-nav__context {
display: inline-block;
font-weight: normal;
color: #6f777b;
color: $govuk-secondary-text-colour;
}

.app-step-nav__context:before {
Expand All @@ -586,7 +586,7 @@
.app-step-nav__help {
position: relative;
padding: 15px 0;
border-top: solid 2px #dee0e2;
border-top: solid 2px govuk-colour("grey-3");
}

.app-step-nav__help:after {
Expand Down Expand Up @@ -626,7 +626,7 @@
.app-step-nav__substep {
position: relative;
padding-top: 15px;
border-top: solid 2px #dee0e2;
border-top: solid 2px govuk-colour("grey-3");
}

.app-step-nav__substep:after {
Expand Down

0 comments on commit d1359c6

Please sign in to comment.