playbook_ui 13.31.0.pre.alpha.play1262iconstyles3171 → 13.31.0.pre.alpha.play1262iconstyles3172

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa8ace32b190d02c2ea57b6d1bd177c128839e736d35e38f5c5514c6fe45838f
4
- data.tar.gz: 7298df1115a49f330fd4c4eb67204011693c9f1fa34fcf5ada26051857f8a2af
3
+ metadata.gz: 40926fc2e7c733b41e34cd183f1e0ba98adf9c136615f73415a64a88bdcd7ef5
4
+ data.tar.gz: '038a9914dad8b716dbb6bcd3cc9c73ff2c4b5b3f59ee578130903e68e791a5ea'
5
5
  SHA512:
6
- metadata.gz: a551b8ee5a70651d40c057340fd6de6fb80a8bf2be4f50966f1476049dd4df7e1704d598c3465e314a2a50c3b2a164ecf0a51324dabce8e10ff95fa3140840d8
7
- data.tar.gz: 7fa81d473e8d499571e1d03a6e3d33054a1da8e5e7ef8a0ca5577fea8193a7690dcb94e38e9db2c7c097a262f1bdac1260a53ea6d3732f5e67757f2db2d2ff94
6
+ metadata.gz: cad3db04fdc0cd38b2896803be0002f866cf654a0c21e61f21fcf26dda0de2a0819324245f606e2a5b28a1da0f70d8a66a89a6961a5d3c3403557e45dd322130
7
+ data.tar.gz: 1099544d9ecf11f27874c3939ab83aaf50e9b7f09cae1459eecf06bfea553782f1b98ec0936ef92211ea9ed3822d325aff0259b418d118f6411fb0bfa17e89bd
@@ -160,26 +160,26 @@ svg {
160
160
  }
161
161
  &.fa-pull-left {
162
162
  float: left;
163
- margin-right: var(--fa-pull-margin, .3em)
163
+ margin-right: .3em;
164
164
  }
165
165
 
166
166
  &.fa-pull-right {
167
167
  float: right;
168
- margin-left: var(--fa-pull-margin, .3em)
168
+ margin-left: .3em;
169
169
  }
170
170
  &.fa-li {
171
- left: calc(var(--fa-li-width, 2em) * -1);
171
+ left: calc(2em * -1);
172
172
  position: absolute;
173
173
  text-align: center;
174
- width: var(--fa-li-width, 2em);
174
+ width: 2em;
175
175
  line-height: inherit
176
176
  }
177
177
  &.svg-inline--fa.fa-li {
178
- width: var(--fa-li-width, 2em);
178
+ width: 2em;
179
179
  top: .25em
180
180
  }
181
181
  &.svg-inline--fa.fa-fw {
182
- width: var(--fa-fw-width, 1.25em)
182
+ width: 1.25em;
183
183
  }
184
184
  &.fa-fw {
185
185
  text-align: center;
@@ -200,31 +200,19 @@ svg {
200
200
  font-size: 3em
201
201
  }
202
202
  &.fa-flip {
203
- -webkit-animation-name: fa-flip;
204
203
  animation-name: fa-flip;
205
- -webkit-animation-delay: 0s;
206
204
  animation-delay: 0s;
207
- -webkit-animation-direction: normal;
208
205
  animation-direction: normal;
209
- -webkit-animation-duration: 1s;
210
206
  animation-duration: 1s;
211
- -webkit-animation-iteration-count: infinite;
212
207
  animation-iteration-count: infinite;
213
- -webkit-animation-timing-function: ease-in-out;
214
208
  animation-timing-function: ease-in-out;
215
209
  }
216
210
  &.fa-spin {
217
- -webkit-animation-name: fa-spin;
218
211
  animation-name: fa-spin;
219
- -webkit-animation-delay: 0s;
220
212
  animation-delay: 0s;
221
- -webkit-animation-direction: normal;
222
213
  animation-direction: normal;
223
- -webkit-animation-duration: 2s;
224
214
  animation-duration: 2s;
225
- -webkit-animation-iteration-count: infinite;
226
215
  animation-iteration-count: infinite;
227
- -webkit-animation-timing-function: linear;
228
216
  animation-timing-function: linear;
229
217
  }
230
218
  &.fa-pulse {
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.31.0"
5
- VERSION = "13.31.0.pre.alpha.play1262iconstyles3171"
5
+ VERSION = "13.31.0.pre.alpha.play1262iconstyles3172"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.31.0.pre.alpha.play1262iconstyles3171
4
+ version: 13.31.0.pre.alpha.play1262iconstyles3172
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX