Skip to content

Commit c4a6281

Browse files
committed
Minor sanding of rough edges
1 parent 860d71d commit c4a6281

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

app/assets/stylesheets/partials/_buttons.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111

1212
&:hover {
1313
background-color: $color-blue-25;
14+
color: $color-blue-500;
1415
}
1516
}

app/assets/stylesheets/partials/_results.scss

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
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;
@@ -177,12 +181,17 @@
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

@@ -192,7 +201,7 @@
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;
@@ -347,7 +356,7 @@
347356

348357
.results-context-description {
349358
color: $color-text-secondary;
350-
margin-bottom: 32px;
359+
margin-bottom: 40px;
351360
}
352361

353362
#results-section {

app/assets/stylesheets/partials/_search.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@
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 */

0 commit comments

Comments
 (0)