File tree 3 files changed +11
-5
lines changed
assets/stylesheets/partials
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 25
25
border-top : 1px solid $brand-primary ;
26
26
font-size : $fs-small ;
27
27
28
- /* Adding hd-2 styling for order markers to match result titles */
29
28
& ::marker {
30
- font-size : $fs-xxlarge ;
31
- line-height : $lh-tight ;
29
+ font-size : 2.5 rem ;
30
+ line-height : 1.1 ;
32
31
font-weight : $fw-bold ;
33
32
}
34
33
35
34
.record-title {
36
35
display : inline ;
36
+ font-size : 2.5rem ;
37
+ line-height : 1.1 ;
37
38
}
38
39
39
40
& :hover ,
82
83
-webkit-line-clamp : 3 ;
83
84
-webkit-box-orient : vertical ;
84
85
}
86
+
87
+ .inner-heading {
88
+ font-size : 1.8rem ;
89
+ line-height : 1.1 ;
90
+ }
85
91
}
Original file line number Diff line number Diff line change 1
1
.result ,
2
2
.full-record {
3
3
.authors {
4
- font-size : $fs-large ;
4
+ font-size : 1.8 rem ;
5
5
font-weight : $fw-bold ;
6
6
margin-bottom : 0.6em ;
7
7
}
Original file line number Diff line number Diff line change 1
1
<% highlights = trim_highlights(result) %>
2
2
<% return unless highlights&.any? %>
3
3
4
- <h3 class ="hd-6 "> Other fields matching your search:</ h3 >
4
+ <h3 class ="inner-heading "> Other fields matching your search:</ h3 >
5
5
< ul class ="list-unbulleted truncate-list ">
6
6
<% highlights . each do |h | %>
7
7
<% h [ 'matchedPhrases' ] . each do |phrase | %>
You can’t perform that action at this time.
0 commit comments