welcome_css 0.73 → 0.74
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 +33 -2
- 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: 350220f2b8f07a6062702d9e1196213c13d5cecbdeef39a3b3187521649536ab
         | 
| 4 | 
            +
              data.tar.gz: 0f06d3811e8703aef24403f37ef45310cfc2a257cfcc35651cace9a18a314858
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: ff043aebe23d8cd8c708276370162923953ab83a79e88f67517ab45e1b11c15ee5e781bcc76fa9e86c14767a20bb7140e0fa08b7489681d5aa39bc8a4d8286b1
         | 
| 7 | 
            +
              data.tar.gz: d2d1210044ecd65dbbb48467d896a17c4119a6011a1b1210dc9ec7077019a5e381edc4f4fa9e6d5306ffbf1fd86f81508a092e7aa0290535bdf65b4ea11af44e
         | 
| @@ -3358,7 +3358,7 @@ table .ui-table-row { | |
| 3358 3358 | 
             
              position: relative;
         | 
| 3359 3359 | 
             
              width: 95%;
         | 
| 3360 3360 | 
             
              height: 42px;
         | 
| 3361 | 
            -
              padding: 10px  | 
| 3361 | 
            +
              padding: 10px 70px 10px 25px;
         | 
| 3362 3362 | 
             
              border: 1px solid #ddd;
         | 
| 3363 3363 | 
             
              border-radius: 4px;
         | 
| 3364 3364 | 
             
              font-size: 14px;
         | 
| @@ -3394,12 +3394,43 @@ table .ui-table-row { | |
| 3394 3394 | 
             
              float: left;
         | 
| 3395 3395 | 
             
              position: relative;
         | 
| 3396 3396 | 
             
              width: 100%;
         | 
| 3397 | 
            -
              margin-top:  | 
| 3397 | 
            +
              margin-top: 10px;
         | 
| 3398 | 
            +
             | 
| 3399 | 
            +
              border-top: 1px solid #ccc;
         | 
| 3400 | 
            +
              padding-top: 20px;
         | 
| 3398 3401 | 
             
            }
         | 
| 3399 3402 | 
             
            .modal-content .form-group .select2-selection {
         | 
| 3400 3403 | 
             
              border: 1px solid #CED4DA;
         | 
| 3401 3404 | 
             
              min-height: 37px;
         | 
| 3402 3405 | 
             
            }
         | 
| 3406 | 
            +
            .modal-content .duplicate-theme {
         | 
| 3407 | 
            +
              position: absolute;
         | 
| 3408 | 
            +
              right: 40px;
         | 
| 3409 | 
            +
              height: 42px;
         | 
| 3410 | 
            +
            }
         | 
| 3411 | 
            +
            .modal-content .duplicate-theme.btn-duplicate {
         | 
| 3412 | 
            +
              background-position: top 12px left 9px;
         | 
| 3413 | 
            +
              width: 36px;
         | 
| 3414 | 
            +
            }
         | 
| 3415 | 
            +
            .modal-content .duplicate-theme.btn-duplicate:hover span {
         | 
| 3416 | 
            +
              padding: 5px;
         | 
| 3417 | 
            +
              display: block;
         | 
| 3418 | 
            +
              z-index: 100;
         | 
| 3419 | 
            +
              background: #000;
         | 
| 3420 | 
            +
              color: #fff;
         | 
| 3421 | 
            +
              left: 5px;
         | 
| 3422 | 
            +
              top: -15px !important;
         | 
| 3423 | 
            +
              margin: 0;
         | 
| 3424 | 
            +
              width: 175px;
         | 
| 3425 | 
            +
              position: absolute;
         | 
| 3426 | 
            +
              top: 15px;
         | 
| 3427 | 
            +
              text-decoration: none;
         | 
| 3428 | 
            +
              text-indent: initial;
         | 
| 3429 | 
            +
              font-size: 12px;
         | 
| 3430 | 
            +
              border-radius: 4px;
         | 
| 3431 | 
            +
            }
         | 
| 3432 | 
            +
             | 
| 3433 | 
            +
             | 
| 3403 3434 |  | 
| 3404 3435 | 
             
            /* =========================== */
         | 
| 3405 3436 |  | 
    
        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.74'
         | 
| 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-19 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         |