Skip to content

Commit

Permalink
Styles for unscoped results pullout
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Bartlett committed Apr 10, 2015
1 parent f01ecdf commit 3c05577
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/assets/stylesheets/views/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,20 @@ main.search {
}
}

li.descoped-results {
border-left: 4px solid $govuk-blue;
padding: $gutter-half 0 0 $gutter-half;
margin-bottom: $gutter;

.descope-message {
@include core-16;
}

ol {
padding: $gutter-half 0 0;
}
}

h3 {
@include core-24;
margin: 0;
Expand Down

0 comments on commit 3c05577

Please sign in to comment.