35
35
}
36
36
37
37
.al-document-abstract-or-scope {
38
- margin-bottom : $spacer * .5 ;
38
+ margin-bottom : $spacer * 0 .5 ;
39
39
max-width : 45em ;
40
40
}
41
41
}
@@ -51,7 +51,7 @@ article.document {
51
51
div .breadcrumb-links ,
52
52
dd .al-document-abstract-or-scope ,
53
53
dd .al-document-creator {
54
- margin-top : ($spacer * .5 );
54
+ margin-top : ($spacer * 0 .5 );
55
55
}
56
56
57
57
form .bookmark-toggle.col-auto {
@@ -66,12 +66,12 @@ article.document {
66
66
67
67
.al-document-abstract-or-scope {
68
68
margin-bottom : 0 ;
69
- margin-top : $spacer * .75 ;
69
+ margin-top : $spacer * 0 .75 ;
70
70
max-width : 45em ;
71
71
}
72
72
.al-grouped-repository {
73
73
font-size : $font-size-sm ;
74
- margin-bottom : $spacer * .75 ;
74
+ margin-bottom : $spacer * 0 .75 ;
75
75
}
76
76
.al-grouped-title-bar {
77
77
background-color : $gray-200 ;
@@ -91,7 +91,7 @@ article.document {
91
91
.al-grouped-more {
92
92
border-bottom : $default-border-styling ;
93
93
margin-bottom : $spacer ;
94
- padding : ($spacer * .5 ) 0 ;
94
+ padding : ($spacer * 0 .5 ) 0 ;
95
95
}
96
96
97
97
.document {
@@ -121,7 +121,6 @@ article.document {
121
121
margin-bottom : ($spacer * 3 ) !important ;
122
122
}
123
123
124
-
125
124
// Compact Search Results
126
125
.documents-compact {
127
126
margin-bottom : $spacer ;
@@ -147,7 +146,7 @@ article.document {
147
146
148
147
.index-document-functions {
149
148
display : flex ;
150
- @extend . justify-content-end ;
149
+ justify-content : flex -end !important ;
151
150
}
152
151
153
152
.al-document-container.text-muted {
@@ -176,13 +175,14 @@ article.document {
176
175
177
176
.breadcrumb-links .col {
178
177
flex-basis : auto ;
179
- }
178
+ }
180
179
181
180
.btn-outline-secondary svg {
182
181
fill : $gray-600 ;
183
182
}
184
183
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 {
186
186
fill : $white ;
187
187
}
188
188
@@ -197,11 +197,10 @@ article.document {
197
197
justify-content : flex-end ;
198
198
}
199
199
200
-
201
200
.result-type-group {
202
201
order : -1 ;
203
202
flex-grow : 1 ;
204
- & .btn-group > .btn {
203
+ & .btn-group > .btn {
205
204
flex-grow : 0 ;
206
205
}
207
206
}
@@ -246,6 +245,5 @@ article.document {
246
245
.bookmark-toggle {
247
246
display : none ;
248
247
}
249
-
250
248
}
251
249
}
0 commit comments