welcome_css 0.75 → 0.76

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
  SHA256:
3
- metadata.gz: dae8a45ac3e71d8a922c4be7243f3d460aa163c75b93753b5c7acb531ee88f67
4
- data.tar.gz: db96e208e47cce91a6e805fd68fd812bb393393e4d79a722d44dbdd4b17e8222
3
+ metadata.gz: 38ce657024b9a8e2119263cedc64a892890abcc55416928cd7a2fa786e38c149
4
+ data.tar.gz: 22afae2d45e4919f7f2e9100b47d597da1c2a7a1b5fa3a80e682b1f9ae6e2847
5
5
  SHA512:
6
- metadata.gz: c9832fd660c8faf34023e6e910d5360a150a8c93ec7a6bfa9fac0347b337374e6f73ba70c53d401fdc32cdd1ee75d3a8162205740b91e9656411e66d5c9e29ef
7
- data.tar.gz: 92fadbee0e1b7dfb308170e51ee6455f64bbd3c890d23381c259e1c5c705afdcb0968be6ecea438af050f85bee30ee5ac6253e13a97c326206d63a24f523da9b
6
+ metadata.gz: dc72bda236aaec4203f59e430b8b8f2cd6d285e69ce3d6b00e0eb0bd944c73e9c4ebe2769d29bec7ad2fe44c8de517c6b9b0ee71f0fbfa495deb3e3a9e5fa1cb
7
+ data.tar.gz: e471a2d6f73abe73177f3507ea77a341246b23211cda3b9d9c5ff8a4d92e40db083ef8750781eee9148430919ac82cd34ea5ed1b10d5c4b8dc9be4294256b5f2
@@ -3320,6 +3320,13 @@ table .ui-table-row {
3320
3320
  padding: 5px 15px !important;
3321
3321
  background-position: right 10px top 15px !important;
3322
3322
  }
3323
+ .ui-app-area .download-link {
3324
+ background-image: image-url('icons/icn-download-blue.svg');
3325
+ background-repeat: no-repeat;
3326
+ background-size: 12px;
3327
+ background-position: left 0px top 3px;
3328
+ padding-left: 18px;
3329
+ }
3323
3330
 
3324
3331
  /* =========================== */
3325
3332
 
@@ -713,4 +713,26 @@ $block-result-color: #000;
713
713
  .am-content.ui-app-area table {
714
714
  table-layout: auto !important;
715
715
  }
716
+ }
717
+
718
+ /* ====================================== */
719
+ /* Style Guide */
720
+
721
+ .highlight {
722
+ padding: 15px 30px;
723
+ background-color: $ui_lightgray;
724
+ border-radius: 8px;
725
+ }
726
+ .highlight pre {
727
+ padding: 0;
728
+ margin-top: 0.65rem;
729
+ margin-bottom: 0.65rem;
730
+ white-space: pre;
731
+ background-color: transparent;
732
+ border: 0;
733
+ }
734
+ .highlight pre code {
735
+ font-size: inherit;
736
+ color: #212529;
737
+ word-wrap: normal;
716
738
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.75"
2
+ VERSION = "0.76"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.75'
4
+ version: '0.76'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-20 00:00:00.000000000 Z
11
+ date: 2022-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails