welcome_css 0.71 → 0.72

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: 48ecac61bd18b11013c162f2c256d2d0f4523d3dec846d677dedc5e8545a36ec
4
- data.tar.gz: 9ee5a78005078be2cfe5a434e091ccaed19da5276b081dea0f072d9e991d47e0
3
+ metadata.gz: d2968630f81d8d907a09f5f426eb2e755ad49698389c52269b23e28249f8c107
4
+ data.tar.gz: 407afa3c30ead768301f8fde85a0fcf8286fc44dcc7cac1d04805b5b39b4d802
5
5
  SHA512:
6
- metadata.gz: 7061f3ebfb4b74960c89e654c20e80b6c335d5d2447f218089d220a7aa61032982318ef40ecd9ffb2dbbd3e5a28271d0f5b2893bdd7a167ecc348f74092f8df0
7
- data.tar.gz: 2eb6b78bbec6ee9b308f5f19ee3b66c45f5b58d57dac500a57c56ee1e1fa77fddf7b8b4cf84dc273d3deba946bb21a85f28ada576af1b83b765fa9b882fddc7c
6
+ metadata.gz: 65f33fc7ac3fb91650ee2066e6672c001b248bf93ee36718624a67489778b57174a5de238e6585f70318d7726d10a83b9f5358a91750c1fc48c43e9835c0998c
7
+ data.tar.gz: 5fe0911c709ae39dbb0c2fde91e141bf1cb214be7ca505d3cc4900e84a78b4bd21a6070411283486e4b123acfab1a9bebda1aeb8749eed9e076900d884f26cbe
@@ -3400,5 +3400,28 @@ table .ui-table-row {
3400
3400
  border: 1px solid #CED4DA;
3401
3401
  min-height: 37px;
3402
3402
  }
3403
- .modal-content .form-group textarea {
3403
+
3404
+ /* =========================== */
3405
+
3406
+ .table .edit_product button {
3407
+ display: block;
3408
+ position: absolute;
3409
+ right: 15px;
3410
+ bottom: 25px;
3411
+ }
3412
+ .table .edit_product button.btn-primary:disabled {
3413
+ background-color: #ffffff !important;
3414
+ color: #000000 !important;
3415
+ border: 1px solid #000;
3416
+ }
3417
+ .table .edit_product button.btn-primary:hover {
3418
+ background-color: #4A8FE7 !important;
3419
+ color: #fff !important;
3420
+ border: 1px solid #4A8FE7;
3421
+ }
3422
+ .table .edit_product .product-brand {
3423
+ padding-right: 60px;
3424
+ }
3425
+ .table .progress {
3426
+ height: 10px;
3404
3427
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.71"
2
+ VERSION = "0.72"
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.71'
4
+ version: '0.72'
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-08 00:00:00.000000000 Z
11
+ date: 2022-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails