beyond-rails 0.0.289 → 0.0.290

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: cb9e9304222537428cb1d6283b208229d204a489a21df5669c3ea32a05c0ef98
4
- data.tar.gz: d6a261de41c3f7c9b45b1a4baefe600aa14adcd4d7c413c549459716a01612c4
3
+ metadata.gz: f1df85284789a75ab7bf5827f6a535c2f6990469e02d4952c942a9fd460cd792
4
+ data.tar.gz: 34182edb4a1056fd15e72b161e4bbea039fc4a2df7acf55b17f167bc306d5eb3
5
5
  SHA512:
6
- metadata.gz: a0b4edc27d4b0d0e1087d96669cee5d9569f74b7b81503e6d9ca9e4fb33258d33c36d72aebcda0f9ad798e9eeae8283ef0e911595569005f2cb2d3cde2f804a6
7
- data.tar.gz: 627f5715183a66d2b2401aada77f5521075498092ecb23e36b805d88a055a706b7fab0d977a3095adb62f561ae493e74f24517e8d46518a0cce3bc2ab9450384
6
+ metadata.gz: ba5860674693f95ba00f823ec885a6103651abd90117dbfe8febc5fb6f9a4105ecd528f643f25a8d880cc672f9bb7e1d9369eb8b0c32020457855baba6bc2647
7
+ data.tar.gz: c0b3657bbf71261a258178d100cc4d3bd6c076ae30f4edacbadf29502eb1fcc25d198014c97f8a58b9b9251b9f6389d837a4746f0ff443b36774c6a20f1e6026
@@ -233,26 +233,24 @@ label {
233
233
  &:before {
234
234
  font-family: $beyond-icon-font-name;
235
235
  display: inline-block;
236
+ margin-right: 4px;
237
+ transform: translateY(1px);
236
238
  }
237
239
  }
238
240
 
239
241
  .valid-feedback {
240
242
  color: $txt-color-success;
241
243
  &:before {
242
- margin-right: 4px;
243
- transform: translateY(1px);
244
244
  color: $txt-color-success;
245
- @extend .icon-check:before
245
+ @extend .icon-check:before;
246
246
  }
247
247
  }
248
248
 
249
249
  .invalid-feedback {
250
250
  color: $txt-color-danger;
251
251
  &:before {
252
- margin-right: 4px;
253
- transform: translateY(1px);
254
252
  color: $txt-color-danger;
255
- @extend .icon-exclamation-triangle:before
253
+ @extend .icon-exclamation-triangle:before;
256
254
  }
257
255
  }
258
256
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.289
4
+ version: 0.0.290
5
5
  platform: ruby
6
6
  authors:
7
7
  - kmsheng