active_frontend 12.4.24 → 12.4.25

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33e12cc18d9c32e8a2cb6a402b9e492252040a7d
4
- data.tar.gz: fa75c98cbd3ffd359780aa5e970a75e7c8625a3c
3
+ metadata.gz: 3f9b5a7b84be8b475f1e7456ac33ce5833aee88b
4
+ data.tar.gz: e4b88e45970255dd23079ff0ec6407445bf0e537
5
5
  SHA512:
6
- metadata.gz: 2c02123c0d94e74dc88fc49236c1948ea2c98b4900406c13ac57cfa19aa11f14638fe2fc67884e826383ef4d71a60b9491edf82d5b9b4724679639b8f42b7ff1
7
- data.tar.gz: f9690f833691d299b8c416502c801107dbc211d6f978a2a4d847c1efc98f97c9f3c2e3c37f5b9b7ced8b7ded4a462e58943ef8b3a1f478d50d98688c7ceb1195
6
+ metadata.gz: f6bad36dfe6806674a055ec3582219c4133c34d6333e1e382e467c5a203b64d8a8c2c4df60842385c0c65ae6dd9fa582f81e15095f2ed237d9f8961c3468b2c6
7
+ data.tar.gz: 614ce6a081708392eb640d358579d977bef412358638640b6556a5c02003ad6c8c77e4c1221ef5532848e79ab7d1d5de6946d080f015809829d0088d14a19055
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.24"
2
+ VERSION = "12.4.25"
3
3
  end
@@ -28,7 +28,7 @@
28
28
  .canvas-content {
29
29
  overflow-x: hidden;
30
30
  overflow-y: auto;
31
- padding: 30px 0;
31
+ padding: 20px 0;
32
32
  max-width: 100%;
33
33
  width: 100%;
34
34
  }
@@ -249,6 +249,7 @@ select[disabled] {
249
249
  color: $color-gray;
250
250
  padding: 0 13px;
251
251
  }
252
+ .form-input-group-addon > label { margin-top: 7px !important; }
252
253
  .form-input-group-addon > i {
253
254
  display: block;
254
255
  font-size: 19px;
@@ -505,14 +506,14 @@ select[disabled] {
505
506
  .form-condensed .form-input-group-addon i,
506
507
  .form-condensed .form-file-group-addon i { font-size: 14px; }
507
508
  .form-condensed input,
508
- .form-condensed textarea,
509
- .form-condensed select {
509
+ .form-condensed textarea {
510
510
  font-size: 12px;
511
- padding-bottom: 6px;
511
+ padding-bottom: 7px;
512
512
  padding-top: 7px;
513
513
  }
514
514
  .form-condensed select {
515
- padding-bottom: 7px;
515
+ font-size: 12px;
516
+ padding-bottom: 8px;
516
517
  padding-top: 8px;
517
518
  }
518
519
  .form-condensed button,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.4.24
4
+ version: 12.4.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez