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 +4 -4
- data/app/assets/stylesheets/_welcome-ui-tables.scss +24 -1
- data/lib/welcome_css/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: d2968630f81d8d907a09f5f426eb2e755ad49698389c52269b23e28249f8c107
         | 
| 4 | 
            +
              data.tar.gz: 407afa3c30ead768301f8fde85a0fcf8286fc44dcc7cac1d04805b5b39b4d802
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 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 | 
            -
             | 
| 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 | 
             
            }
         | 
    
        data/lib/welcome_css/version.rb
    CHANGED
    
    
    
        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. | 
| 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- | 
| 11 | 
            +
            date: 2022-04-12 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         |