welcome_css 0.19 → 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: c645d75d0205add9d560037d5492124330d88b951227de15f6b7ea781249b228
4
- data.tar.gz: 4ab8347d59933e3f712960dd391eabbefdb390e017bb64164557c30951f5302f
3
+ metadata.gz: 394898768caa0d57d290b7b642c4b20f4291cffe142f9088c6057646de195164
4
+ data.tar.gz: 1faa5f35db9c61cd364940ffc974f619493dfb2114aff9ffcac836fa4f2a8cb2
5
5
  SHA512:
6
- metadata.gz: ccbce308f1ba5894846b4642e6b7b8171e43513a122bb682ee8539bf1c65d78e94517b97ce5367fdabd71834c879fc0d8704c39a0808804d407ca3a99ef1e29a
7
- data.tar.gz: 86fc5cf67232376e35a253ac828597ccfd0a0af9f1de113c698c1f95b6a2a8c08d6b1db39899f71adf7190416811fb62fdfe6465cfba3ce936b35e9aa3af6098
6
+ metadata.gz: 4a371dde9e953387fe1adaceccc49fa2aefdde199d1123380b768b1779a88062dcbe937904946fec966f8a2122395d6f5131a3427d7669154e3235f474673366
7
+ data.tar.gz: 5e2399efabd2b0ddd6d40666c5808ac57f56a97c5e730fc6289033bafbfa91f624e49fc035d8d43634bfc39154d93eae5475e7be0ea08a240e41e654f3297726
@@ -104,6 +104,22 @@
104
104
 
105
105
  /* ========================================= */
106
106
 
107
+ .btn-dropdown {
108
+ border: 1px solid #D9D9D9;
109
+ padding: 7px 35px 7px 15px !important;
110
+ background-image: image-url('icons/icn-submenu.svg');
111
+ background-repeat: no-repeat;
112
+ background-size: 8px;
113
+ background-position: right 10px top 16px;
114
+ }
115
+ .btn-dropdown:focus {
116
+ outline-color: transparent !important;
117
+ outline-style: none !important;
118
+ box-shadow: none;
119
+ }
120
+
121
+ /* ========================================= */
122
+
107
123
  .ui-btn-status {
108
124
  text-indent: -9999px;
109
125
  border-radius: 50%;
@@ -193,4 +209,14 @@
193
209
  }
194
210
  .am-content.ui-app-area .btn-add:hover {
195
211
  text-decoration: none;
196
- }
212
+ }
213
+
214
+ /* ========================================= */
215
+ /* Btn Positions */
216
+
217
+ .parcel-pdf-dropdown {
218
+ display: block;
219
+ position: absolute !important;
220
+ right: 60px;
221
+ top: 0;
222
+ }
@@ -1502,6 +1502,44 @@ table .ui-table-row {
1502
1502
  margin-bottom: 0px;
1503
1503
  }
1504
1504
 
1505
+ /* =========================== */
1506
+
1507
+ .ui-app-area .cart-abandonments .order-address,
1508
+ .ui-app-area .cart-abandonments .order-property,
1509
+ .ui-app-area .cart-abandonments .order-county,
1510
+ .ui-app-area .cart-abandonments .order-state {
1511
+ display: none;
1512
+ }
1513
+ .ui-app-area .cart-abandonments-options.ui-menu-dots {
1514
+ display: none;
1515
+ }
1516
+ .ui-app-area .cart-abandonments .user-order-options.ui-menu-dots {
1517
+ display: block;
1518
+ }
1519
+ .ui-app-area .cart-abandonments .cart-abandonments-options.ui-menu-dots .dropdown.dropleft:hover > .dropdown-menu {
1520
+ right: 0px!important;
1521
+ }
1522
+
1523
+ .ui-app-area .parcel-pdf-dropdown .dropdown-menu {
1524
+ width: 158px !important;
1525
+ left: 0 !important;
1526
+ min-width: auto;
1527
+ max-width: 158px;
1528
+ font-weight: bold;
1529
+ }
1530
+ .ui-app-area .parcel-pdf-dropdown .dropdown-menu .nav-link {
1531
+ width: 158px !important;
1532
+ left: 0 !important;
1533
+ min-width: auto;
1534
+ max-width: 158px;
1535
+ border-bottom: 1px solid #D9D9D9;
1536
+ font-size: 15px;
1537
+ color: #5E5E5D;
1538
+ }
1539
+ .ui-app-area .parcel-pdf-dropdown .dropdown-menu .nav-link:last-child {
1540
+ border-bottom: transparent;
1541
+ }
1542
+
1505
1543
  /* =========================== */
1506
1544
  /* Menu Dots open on hover */
1507
1545
 
@@ -1685,6 +1723,22 @@ table .ui-table-row {
1685
1723
  margin: 0 !important;
1686
1724
  }
1687
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
+
1688
1742
 
1689
1743
 
1690
1744
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.19"
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.19'
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-05 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