welcome_css 0.21 → 0.22

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: 2e4b340f4980d411de647d16d1bc8df43476932e07f6a4ff6e2fd3591ad63d5e
4
- data.tar.gz: 8321470ce654417088eb079cfebcfa8698ed1eb31b9ad3807e37f90da10b0315
3
+ metadata.gz: 9bc57c8a9902f24635627a8824fbb6766633b3b0e5c71492b3f7ba2d2dde4df5
4
+ data.tar.gz: ec0721789c8885dc19d688429c8cded0235a437846554481c53caf0dae8552eb
5
5
  SHA512:
6
- metadata.gz: 47c5910700de3c2ef82ea54609f7b93753a2377e915a255f1b02fb55e2ee128cb299f4fc798c22eb0551ed9ccaeb2c9d22264c9478c6f44d359c4a050f7c0f18
7
- data.tar.gz: d1e02e862bfc2f3d6ded4460b722b206e094242b089ca493935aa9e8df215af99706592ce3aba212a89e5dfc8f8f19ad4390db1b4f7827acaa5129925146f7c2
6
+ metadata.gz: 01d7bfe7a95058a32a5e35df414b4350e90774f7c1336ea027e8ffdf1700b9dce144e3e0219ee9cb50523a2d5767c4aa649750e6e192f4d7ca564aaf473905b8
7
+ data.tar.gz: ee11b8484226f926dc348444c607a63d00a3bfb8847c4b528dc271eb85eae65646d808bf0c734d1f0e2e5eb90f5807b0a07d13f97146b4555bbff8b07bb7f2a7
@@ -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
+ }
@@ -1520,6 +1520,26 @@ table .ui-table-row {
1520
1520
  right: 0px!important;
1521
1521
  }
1522
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
+
1523
1543
  /* =========================== */
1524
1544
  /* Menu Dots open on hover */
1525
1545
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.21"
2
+ VERSION = "0.22"
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.21'
4
+ version: '0.22'
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-10 00:00:00.000000000 Z
11
+ date: 2021-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails