sfc-utils 1.3.70 → 1.3.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -44,8 +44,6 @@ h1 {
|
|
|
44
44
|
|
|
45
45
|
//move into share module?
|
|
46
46
|
.articleHeader--shareTools {
|
|
47
|
-
display: inline-block;
|
|
48
|
-
text-align: right;
|
|
49
47
|
float: right;
|
|
50
48
|
a, a:visited {
|
|
51
49
|
color: @black;
|
|
@@ -159,36 +157,6 @@ a {
|
|
|
159
157
|
}
|
|
160
158
|
}
|
|
161
159
|
|
|
162
|
-
/* Gift button mods */
|
|
163
|
-
.byline-wrapper {
|
|
164
|
-
overflow: auto;
|
|
165
|
-
}
|
|
166
|
-
.byline-wrapper .devhub .givegift {
|
|
167
|
-
padding: 1px 0px !important;
|
|
168
|
-
border-radius: 30px;
|
|
169
|
-
font-size: 16px;
|
|
170
|
-
}
|
|
171
|
-
.byline-wrapper .giftarticle.devhub {
|
|
172
|
-
margin-top: 0 !important;
|
|
173
|
-
margin-right: 4px !important;
|
|
174
|
-
}
|
|
175
|
-
.byline-wrapper .articleHeader--shareTools {
|
|
176
|
-
align-items: center;
|
|
177
|
-
}
|
|
178
|
-
.giftarticle svg {
|
|
179
|
-
padding-top: 1px;
|
|
180
|
-
}
|
|
181
|
-
@media (max-width: 420px){
|
|
182
|
-
.byline-wrapper .devhub .givegift {
|
|
183
|
-
font-size: 14px;
|
|
184
|
-
}
|
|
185
|
-
.giftarticle svg {
|
|
186
|
-
padding-top: 3px;
|
|
187
|
-
margin-right: 4px !important;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
/* End gift button mods */
|
|
191
|
-
|
|
192
160
|
.og-pub-date {
|
|
193
161
|
color: @grey-75;
|
|
194
162
|
}
|