Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farrukhishaq committed Oct 22, 2024
1 parent 8e0291e commit 2944d2a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
4 changes: 0 additions & 4 deletions assets/styles/_colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ $ho-brand: #8f23b3;
$black: #0b0c0c;
$white: #fff;
$background: #f3f3f3;
$grey-1: #6F777B;
$grey-2: #BFC1C3;
$grey-3: #DEE0E2;
$grey-4: #F8F8F8;

// secondary colours
$green: #0a6337;
Expand Down
2 changes: 0 additions & 2 deletions assets/styles/_govuk-frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
@import 'govuk-frontend/dist/govuk/objects/all';

@import 'govuk-frontend/dist/govuk/overrides/all';


2 changes: 1 addition & 1 deletion assets/styles/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
}

hr {
border: 1px solid $grey-2;
border: 1px solid govuk-colour('mid-grey');
margin-bottom: $govuk-gutter;
}

Expand Down
8 changes: 4 additions & 4 deletions assets/styles/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin: 0 auto;
font-size: 14px;
font-family: 'Inter UI', sans-serif !important;
color: $grey-1;
color: govuk-colour('dark-grey');
}

footer {
Expand All @@ -26,7 +26,7 @@ footer {

ul.default-links {
width: 100%;
border-top: 1px solid $grey-1;
border-top: 1px solid govuk-colour('dark-grey');
padding: $govuk-gutter-half 0 0;

li {
Expand All @@ -44,8 +44,8 @@ footer {
margin-right: $govuk-gutter;

h3 {
color: $grey-1;
border-bottom: 1px solid $grey-1;
color: govuk-colour('dark-grey');
border-bottom: 1px solid govuk-colour('dark-grey');
padding-bottom: 5px;
margin-bottom: 10px;
}
Expand Down
10 changes: 5 additions & 5 deletions assets/styles/components/_option-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
}

background-color: $grey-3;
background-color: govuk-colour('light-grey');
padding: 5px;
margin-bottom: $govuk-gutter;

Expand Down Expand Up @@ -52,14 +52,14 @@
cursor: pointer;
margin-bottom: -1px;
padding: 5px 8px;
background-color: $grey-3;
background-color: govuk-colour('light-grey');

&:hover {
background-color: $grey-2;
background-color: govuk-colour('mid-grey');
}

&:hover + .options-container {
border-color: $grey-2;
border-color: govuk-colour('mid-grey');
}

&[disabled] {
Expand Down Expand Up @@ -89,7 +89,7 @@
background-color: $background;
overflow-y: auto;
overflow-x: hidden;
border: 5px solid $grey-3;
border: 5px solid govuk-colour('light-grey');

.govuk-checkboxes__item {
@include govuk-media-query($until: tablet) {
Expand Down

0 comments on commit 2944d2a

Please sign in to comment.