Skip to content

Commit 73f3d42

Browse files
author
Alice Bartlett
committed
Styles for unscoped results pullout
1 parent cff46b3 commit 73f3d42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/assets/stylesheets/views/_search.scss

+14
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,20 @@ main.search {
228228
}
229229
}
230230

231+
li.descoped-results {
232+
border-left: 4px solid $govuk-blue;
233+
padding: $gutter-half 0 0 $gutter-half;
234+
margin-bottom: $gutter;
235+
236+
.descope-message {
237+
@include core-16;
238+
}
239+
240+
ol {
241+
padding: $gutter-half 0 0;
242+
}
243+
}
244+
231245
h3 {
232246
@include core-24;
233247
margin: 0;

0 commit comments

Comments
 (0)