3535 }
3636
3737 .al-document-abstract-or-scope {
38- margin-bottom : $spacer * .5 ;
38+ margin-bottom : $spacer * 0 .5 ;
3939 max-width : 45em ;
4040 }
4141 }
@@ -51,7 +51,7 @@ article.document {
5151 div .breadcrumb-links ,
5252 dd .al-document-abstract-or-scope ,
5353 dd .al-document-creator {
54- margin-top : ($spacer * .5 );
54+ margin-top : ($spacer * 0 .5 );
5555 }
5656
5757 form .bookmark-toggle.col-auto {
@@ -66,12 +66,12 @@ article.document {
6666
6767 .al-document-abstract-or-scope {
6868 margin-bottom : 0 ;
69- margin-top : $spacer * .75 ;
69+ margin-top : $spacer * 0 .75 ;
7070 max-width : 45em ;
7171 }
7272 .al-grouped-repository {
7373 font-size : $font-size-sm ;
74- margin-bottom : $spacer * .75 ;
74+ margin-bottom : $spacer * 0 .75 ;
7575 }
7676 .al-grouped-title-bar {
7777 background-color : $gray-200 ;
@@ -91,7 +91,7 @@ article.document {
9191 .al-grouped-more {
9292 border-bottom : $default-border-styling ;
9393 margin-bottom : $spacer ;
94- padding : ($spacer * .5 ) 0 ;
94+ padding : ($spacer * 0 .5 ) 0 ;
9595 }
9696
9797 .document {
@@ -121,7 +121,6 @@ article.document {
121121 margin-bottom : ($spacer * 3 ) !important ;
122122}
123123
124-
125124// Compact Search Results
126125.documents-compact {
127126 margin-bottom : $spacer ;
@@ -147,7 +146,7 @@ article.document {
147146
148147.index-document-functions {
149148 display : flex ;
150- @extend . justify-content-end ;
149+ justify-content : flex -end !important ;
151150}
152151
153152.al-document-container.text-muted {
@@ -176,13 +175,14 @@ article.document {
176175
177176.breadcrumb-links .col {
178177 flex-basis : auto ;
179- }
178+ }
180179
181180.btn-outline-secondary svg {
182181 fill : $gray-600 ;
183182}
184183
185- .btn-outline-secondary :not (:disabled ):not (.disabled ).active svg , .btn-outline-secondary :hover svg {
184+ .btn-outline-secondary :not (:disabled ):not (.disabled ).active svg ,
185+ .btn-outline-secondary :hover svg {
186186 fill : $white ;
187187}
188188
@@ -197,11 +197,10 @@ article.document {
197197 justify-content : flex-end ;
198198}
199199
200-
201200.result-type-group {
202201 order : -1 ;
203202 flex-grow : 1 ;
204- & .btn-group > .btn {
203+ & .btn-group > .btn {
205204 flex-grow : 0 ;
206205 }
207206}
@@ -246,6 +245,5 @@ article.document {
246245 .bookmark-toggle {
247246 display : none ;
248247 }
249-
250248 }
251249}
0 commit comments