welcome_css 0.22 → 0.23

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: 9bc57c8a9902f24635627a8824fbb6766633b3b0e5c71492b3f7ba2d2dde4df5
4
- data.tar.gz: ec0721789c8885dc19d688429c8cded0235a437846554481c53caf0dae8552eb
3
+ metadata.gz: 394898768caa0d57d290b7b642c4b20f4291cffe142f9088c6057646de195164
4
+ data.tar.gz: 1faa5f35db9c61cd364940ffc974f619493dfb2114aff9ffcac836fa4f2a8cb2
5
5
  SHA512:
6
- metadata.gz: 01d7bfe7a95058a32a5e35df414b4350e90774f7c1336ea027e8ffdf1700b9dce144e3e0219ee9cb50523a2d5767c4aa649750e6e192f4d7ca564aaf473905b8
7
- data.tar.gz: ee11b8484226f926dc348444c607a63d00a3bfb8847c4b528dc271eb85eae65646d808bf0c734d1f0e2e5eb90f5807b0a07d13f97146b4555bbff8b07bb7f2a7
6
+ metadata.gz: 4a371dde9e953387fe1adaceccc49fa2aefdde199d1123380b768b1779a88062dcbe937904946fec966f8a2122395d6f5131a3427d7669154e3235f474673366
7
+ data.tar.gz: 5e2399efabd2b0ddd6d40666c5808ac57f56a97c5e730fc6289033bafbfa91f624e49fc035d8d43634bfc39154d93eae5475e7be0ea08a240e41e654f3297726
@@ -1723,6 +1723,22 @@ table .ui-table-row {
1723
1723
  margin: 0 !important;
1724
1724
  }
1725
1725
 
1726
+ /* =========================== */
1727
+
1728
+ .land-app .ui-app-area .message-bubble {
1729
+ display: block;
1730
+ float: left;
1731
+ position: relative;
1732
+ background-color: #EBEFF5;
1733
+ padding: 12px;
1734
+ margin-top: 12px;
1735
+ border-radius: 4px;
1736
+ }
1737
+ .land-app .ui-app-area .message-date {
1738
+ color: #767A89;
1739
+ font-size: 14px;
1740
+ }
1741
+
1726
1742
 
1727
1743
 
1728
1744
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.22"
2
+ VERSION = "0.23"
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.22'
4
+ version: '0.23'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-12 00:00:00.000000000 Z
11
+ date: 2021-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails