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 +4 -4
- data/app/pb_kits/playbook/pb_icon/_icon.scss +6 -18
- data/lib/playbook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40926fc2e7c733b41e34cd183f1e0ba98adf9c136615f73415a64a88bdcd7ef5
|
4
|
+
data.tar.gz: '038a9914dad8b716dbb6bcd3cc9c73ff2c4b5b3f59ee578130903e68e791a5ea'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
163
|
+
margin-right: .3em;
|
164
164
|
}
|
165
165
|
|
166
166
|
&.fa-pull-right {
|
167
167
|
float: right;
|
168
|
-
margin-left:
|
168
|
+
margin-left: .3em;
|
169
169
|
}
|
170
170
|
&.fa-li {
|
171
|
-
left: calc(
|
171
|
+
left: calc(2em * -1);
|
172
172
|
position: absolute;
|
173
173
|
text-align: center;
|
174
|
-
width:
|
174
|
+
width: 2em;
|
175
175
|
line-height: inherit
|
176
176
|
}
|
177
177
|
&.svg-inline--fa.fa-li {
|
178
|
-
width:
|
178
|
+
width: 2em;
|
179
179
|
top: .25em
|
180
180
|
}
|
181
181
|
&.svg-inline--fa.fa-fw {
|
182
|
-
width:
|
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 {
|
data/lib/playbook/version.rb
CHANGED