welcome_css 0.69 → 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 +72 -4
- 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
         | 
| @@ -3205,9 +3205,40 @@ table .ui-table-row { | |
| 3205 3205 | 
             
              background-color: #fff !important;
         | 
| 3206 3206 | 
             
              color: #3A3A3A !important;
         | 
| 3207 3207 | 
             
              border: 1px solid #E0E5E7 !important;
         | 
| 3208 | 
            -
            }
         | 
| 3209 3208 |  | 
| 3209 | 
            +
              width: 200px;
         | 
| 3210 | 
            +
              display: block;
         | 
| 3211 | 
            +
              position: absolute;
         | 
| 3212 | 
            +
              height: 40px;
         | 
| 3213 | 
            +
              right: 145px;
         | 
| 3214 | 
            +
              top: 0;
         | 
| 3215 | 
            +
            }
         | 
| 3216 | 
            +
            .modal-content #search_form {
         | 
| 3217 | 
            +
              display: block;
         | 
| 3218 | 
            +
              float: left;
         | 
| 3219 | 
            +
              position: relative;
         | 
| 3220 | 
            +
              width: 100%;
         | 
| 3210 3221 |  | 
| 3222 | 
            +
              border-bottom: 1px solid #C4C5C6;
         | 
| 3223 | 
            +
              margin-bottom: 30px;
         | 
| 3224 | 
            +
            }
         | 
| 3225 | 
            +
            .modal-content #search_form .row.mb-2 .col-12.mb-3 {
         | 
| 3226 | 
            +
              margin-top: 55px;
         | 
| 3227 | 
            +
            }
         | 
| 3228 | 
            +
            .modal-content #search_form .row.mb-2 a {
         | 
| 3229 | 
            +
              display: block;
         | 
| 3230 | 
            +
              position: absolute;
         | 
| 3231 | 
            +
              right: 0;
         | 
| 3232 | 
            +
              top: 0;
         | 
| 3233 | 
            +
              width: 132px;
         | 
| 3234 | 
            +
              text-align: center;
         | 
| 3235 | 
            +
              height: 40px;
         | 
| 3236 | 
            +
              background-color: #4A8FE5;
         | 
| 3237 | 
            +
              color: #fff;
         | 
| 3238 | 
            +
              text-decoration: none;
         | 
| 3239 | 
            +
              padding: 7px 12px 6px;
         | 
| 3240 | 
            +
              border-radius: 4px;
         | 
| 3241 | 
            +
            }
         | 
| 3211 3242 | 
             
            .ui-app-area .price-container h4 {
         | 
| 3212 3243 | 
             
              border-bottom: 1px solid #D8D9DF;
         | 
| 3213 3244 | 
             
              width: 100%;
         | 
| @@ -3315,12 +3346,17 @@ table .ui-table-row { | |
| 3315 3346 | 
             
              width: 24%;
         | 
| 3316 3347 | 
             
              margin: 0 3px;
         | 
| 3317 3348 | 
             
              border: none !important;
         | 
| 3349 | 
            +
              padding-left: 20px;
         | 
| 3350 | 
            +
              background-image: image-url('icons/icn-rearrange.svg');
         | 
| 3351 | 
            +
              background-repeat: no-repeat;
         | 
| 3352 | 
            +
              background-size: 14px;
         | 
| 3353 | 
            +
              background-position: left 0px top 14px;
         | 
| 3318 3354 | 
             
            }
         | 
| 3319 3355 | 
             
            #model-area-themes [contenteditable] {
         | 
| 3320 3356 | 
             
              display: block;
         | 
| 3321 3357 | 
             
              float: left;
         | 
| 3322 3358 | 
             
              position: relative;
         | 
| 3323 | 
            -
              width:  | 
| 3359 | 
            +
              width: 95%;
         | 
| 3324 3360 | 
             
              height: 42px;
         | 
| 3325 3361 | 
             
              padding: 10px 34px 10px 25px;
         | 
| 3326 3362 | 
             
              border: 1px solid #ddd;
         | 
| @@ -3332,6 +3368,9 @@ table .ui-table-row { | |
| 3332 3368 | 
             
              background-position: left 7px top 15px;
         | 
| 3333 3369 | 
             
              margin-bottom: 18px;
         | 
| 3334 3370 | 
             
            }
         | 
| 3371 | 
            +
            #model-area-themes [contenteditable]:hover {
         | 
| 3372 | 
            +
              cursor: text;
         | 
| 3373 | 
            +
            }
         | 
| 3335 3374 | 
             
            #model-area-themes [data-remote] {
         | 
| 3336 3375 | 
             
              display: block;
         | 
| 3337 3376 | 
             
              position: absolute;
         | 
| @@ -3340,7 +3379,7 @@ table .ui-table-row { | |
| 3340 3379 | 
             
              border: 1px solid #ff0000;
         | 
| 3341 3380 | 
             
              border-radius: 4px;
         | 
| 3342 3381 | 
             
              top: 0;
         | 
| 3343 | 
            -
              right:  | 
| 3382 | 
            +
              right: 12px;
         | 
| 3344 3383 | 
             
              background-image: image-url('icons/icn-trash.svg');
         | 
| 3345 3384 | 
             
              background-repeat: no-repeat;
         | 
| 3346 3385 | 
             
              background-size: 15px;
         | 
| @@ -3348,7 +3387,7 @@ table .ui-table-row { | |
| 3348 3387 | 
             
              text-indent: -9999px;
         | 
| 3349 3388 | 
             
            }
         | 
| 3350 3389 | 
             
            #model-area-themes [draggable]:hover {
         | 
| 3351 | 
            -
               | 
| 3390 | 
            +
              cursor: move;
         | 
| 3352 3391 | 
             
            }
         | 
| 3353 3392 | 
             
            .modal-content #model-area-themes div:last-child {
         | 
| 3354 3393 | 
             
              display: block;
         | 
| @@ -3356,4 +3395,33 @@ table .ui-table-row { | |
| 3356 3395 | 
             
              position: relative;
         | 
| 3357 3396 | 
             
              width: 100%;
         | 
| 3358 3397 | 
             
              margin-top: 20px;
         | 
| 3398 | 
            +
            }
         | 
| 3399 | 
            +
            .modal-content .form-group .select2-selection {
         | 
| 3400 | 
            +
              border: 1px solid #CED4DA;
         | 
| 3401 | 
            +
              min-height: 37px;
         | 
| 3402 | 
            +
            }
         | 
| 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;
         | 
| 3359 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
         |