File tree Expand file tree Collapse file tree 1 file changed +11
-42
lines changed
app/assets/stylesheets/partials Expand file tree Collapse file tree 1 file changed +11
-42
lines changed Original file line number Diff line number Diff line change 133133 }
134134}
135135
136-
137136// --------------------------------------
138137// Individual Results overrides for USE
139138// --------------------------------------
140139
141- li .result.use {
140+ .result.use , .result.primo {
142141 margin-bottom : 48px ;
142+ padding : 0 ;
143+ border-top : none ;
144+
145+ & :hover ,
146+ & :focus {
147+ background-color : transparent ;
148+ }
143149
144150 .eyebrow {
145151 color : $color-text-secondary ;
@@ -168,20 +174,7 @@ li.result.use {
168174 color : $color-text-disabled ;
169175 }
170176 margin-bottom : 1em ;
171- }
172-
173- .result-summary {
174- margin-bottom : 2.4em ;
175- }
176-
177- .result-highlights {
178- margin-top : 1.4em ;
179- ul {
180- list-style : none ;
181- li {
182- margin-left : 2rem ;
183- }
184- }
177+ margin-top : 0 ;
185178 }
186179
187180 .result-highlights.use {
@@ -193,36 +186,11 @@ li.result.use {
193186
194187 li {
195188 margin-left : 0.6rem ;
189+ font-size : 1.6rem ;
196190 }
197191 }
198192 }
199193
200- .result-get ,
201- .result-record {
202- a :visited {
203- color : $white ;
204- }
205- }
206-
207- .result-get {
208- a :visited {
209- background-color : $brand-secondary ;
210- }
211- }
212-
213- .truncate-list {
214- overflow : hidden ;
215- display : -webkit-box ;
216- -webkit-line-clamp : 3 ;
217- -webkit-box-orient : vertical ;
218- text-overflow : ellipsis ;
219- }
220-
221- .inner-heading {
222- font-size : 1.8rem ;
223- line-height : 1.1 ;
224- }
225-
226194 .highlight {
227195 background-color : $color-highlight ;
228196 }
@@ -260,6 +228,7 @@ li.result.use {
260228 a .button {
261229 @include underlinedLinks ;
262230 font-weight : $fw-medium ;
231+ font-size : 1.6rem ;
263232 margin-right : 16px ;
264233 }
265234
You can’t perform that action at this time.
0 commit comments