jekyll-dash 1.3.2 → 1.3.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/dash/_layout.scss +10 -35
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe0c9ee6c1f6cf2368e75ba699101277cdbcb538e594232b12ed43ec3446e980
4
- data.tar.gz: 21d1306b0105ca7e0258752375f4ccec485d216e811ab6caa3a7e10c74e43445
3
+ metadata.gz: e78ddffecf2849aa7c15c3e50a1798457e5691c4c6eee2ab384cce29c0a56aaa
4
+ data.tar.gz: 15050842dff1cccc09c5334fb3f282c6d8a72650e167fe1fb58e2c45c3d30f25
5
5
  SHA512:
6
- metadata.gz: fbaf6beaf2e106af7128a81e0a935d33b1ddea0f7abf7a50d82cd54561b80761f56e92a08ceab8dfc119df69ca8d0e9d471380ed8bdb467e3d8aff68980c0939
7
- data.tar.gz: eac1c1b0ee03eefa1010e7f41d87cae0482812b7d9d878f659828936da6c61ec6a57a648dbfbe5e0316492697e3655f1c648c7c5fb83ce7b8b635d3b923420b9
6
+ metadata.gz: 2427cb4710a2da44746b116cb81079b50d6949997900b836fc58dbd67d92f8b118eefcb5201e187ee4aedeac909b2c9ddedc1f1f547e189cef458e4973dc4fbe
7
+ data.tar.gz: 04e5eb0a4a9f9d67106010baf32321ee6d7ad8433eb3b95c571e970f84c97999e40e75701720224634a1c3b69d41dbc8b86ac250079ea7aee469ca563fc583c9
@@ -147,17 +147,10 @@
147
147
  list-style: none;
148
148
  margin-left: 0;
149
149
 
150
- svg {
151
- @include themed() {
152
- color: t('list-secondary');
153
- }
154
- margin-right: 0.65em;
155
- margin-bottom: -1px;
156
- }
157
-
158
150
  &:before {
159
151
  content: $icon-check;
160
152
  @include font-awesome-icon;
153
+ margin-right: 0.5em;
161
154
  }
162
155
  }
163
156
 
@@ -177,25 +170,18 @@
177
170
  color: t('quote-primary');
178
171
  }
179
172
 
173
+ & > p {
174
+ display: block;
175
+ padding-left: 3em;
176
+ }
177
+
180
178
  &:before {
181
179
  content: $icon-quote-right;
182
180
  @include font-awesome-icon;
183
- }
184
-
185
- & > svg.svg-inline--fa {
186
- @include themed() {
187
- color: t('quote-primary');
188
- }
181
+ margin-right: -2em;
189
182
  float: left;
190
- width: 3em;
191
- height: 3em;
192
- margin-right: 1em;
193
- }
194
183
 
195
- & > ul > li > svg {
196
- @include themed() {
197
- color: t('quote-primary');
198
- }
184
+ font-size: 2em;
199
185
  }
200
186
 
201
187
  li {
@@ -205,10 +191,6 @@
205
191
  &:before {
206
192
  content: $icon-minus;
207
193
  }
208
-
209
- & > svg {
210
- margin-left: 2em;
211
- }
212
194
  }
213
195
  }
214
196
  }
@@ -252,10 +234,6 @@
252
234
  }
253
235
  }
254
236
 
255
- & > svg {
256
- margin-right: 0.4em;
257
- }
258
-
259
237
  &:before {
260
238
  content: $icon-tag;
261
239
  @include font-awesome-icon;
@@ -297,10 +275,6 @@
297
275
  &:hover {
298
276
  text-decoration: none;
299
277
  }
300
-
301
- svg {
302
- padding-left: 0.1em;
303
- }
304
278
  }
305
279
 
306
280
  & > a {
@@ -362,6 +336,7 @@ ul.related-posts {
362
336
  content: $icon-flask;
363
337
  @include font-awesome-icon;
364
338
  color: $color-green;
339
+ margin-right: 0.5em;
365
340
  }
366
341
  }
367
342
  }
@@ -388,4 +363,4 @@ ul.related-posts {
388
363
  }
389
364
  color: $color-yellow;
390
365
  }
391
- }
366
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-dash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Gonzalez Sanchez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-11 00:00:00.000000000 Z
11
+ date: 2020-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll