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 9, 2015
1 parent 5760d3d commit 9fe22cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/assets/stylesheets/views/_search.scss
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 9fe22cf

Please sign in to comment.