File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
app/assets/stylesheets/partials Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 & :hover {
1313 background-color : $color-blue-25 ;
14+ color : $color-blue-500 ;
1415 }
1516 }
Original file line number Diff line number Diff line change 144144 margin : 0 ;
145145 border-bottom : 1px solid $color-gray-400 ;
146146 border-top : none ;
147+
148+ & :first-child {
149+ padding-top : 0 ;
150+ }
147151
148152 & :last-child {
149153 border-bottom : none ;
177181 font-size : $fs-base ;
178182
179183 span {
180- & ::after , & :first -child ::after {
184+ & ::before , & :last -child ::before {
181185 content : " • " ;
182186 color : $color-text-disabled ;
183187 }
184188
185- & :last-child ::after {
189+ & :first-child ::before {
190+ content : " " ;
191+ }
192+
193+ // Override the default separator
194+ & ::after , & :first-child ::after {
186195 content : " " ;
187196 }
188197
192201 margin-top : 0 ;
193202 }
194203
195- .result-subjects , .result-summary {
204+ .result-subjects , .result-summary , .result-container {
196205 font-size : 1.4rem ;
197206 margin-bottom : 8px ;
198207 color : $color-text-secondary ;
347356
348357 .results-context-description {
349358 color : $color-text-secondary ;
350- margin-bottom : 32 px ;
359+ margin-bottom : 40 px ;
351360 }
352361
353362 #results-section {
Original file line number Diff line number Diff line change 218218 margin : 0 ;
219219 max-width : 760px ;
220220 padding : 3.5rem 0 2rem ;
221+
222+ a {
223+ @include underlinedLinks ;
224+ font-weight : $fw-medium ;
225+ }
221226}
222227
223228/* primo continuation partial */
You can’t perform that action at this time.
0 commit comments