welcome_css 0.76 → 0.77
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:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: d0574e79e349e467ff5673262d86fdd74e21e91d1227cbf9e2f611dde89da972
         | 
| 4 | 
            +
              data.tar.gz: 35c0d3b2cb1a82352ba56377644e201d7b82ab3932c4481b27926e4e3c0fdac1
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 22fc97bbb743f20643f6d4600882d614875e68b6fa0f2bb4189e79b452892a1160f81f169fdebab2df6a973a7a29e076252a69aece40cd091480d19a5f41b6e3
         | 
| 7 | 
            +
              data.tar.gz: e5950b95ccec8a1923328deebd1e0cfa4e2a93d3270f9d092aa09e339dc3b970337b61983b9b76089bf8b1e2e84c85476d747304d74c40bcaead8768430f1808
         | 
| @@ -235,6 +235,20 @@ | |
| 235 235 | 
             
              }
         | 
| 236 236 | 
             
            }
         | 
| 237 237 |  | 
| 238 | 
            +
            @media (max-width: 880px) {
         | 
| 239 | 
            +
              .ui-app-area .form-selected {
         | 
| 240 | 
            +
                height: 160px;
         | 
| 241 | 
            +
              }
         | 
| 242 | 
            +
              .ui-app-area .selected-products-popup {
         | 
| 243 | 
            +
                display: block;
         | 
| 244 | 
            +
              }
         | 
| 245 | 
            +
              .ui-app-area .selected-products-popup .select2.select2-container {
         | 
| 246 | 
            +
                width: 90% !important;
         | 
| 247 | 
            +
                margin-bottom: 10px;
         | 
| 248 | 
            +
                margin-top: 4px;
         | 
| 249 | 
            +
              }
         | 
| 250 | 
            +
            }
         | 
| 251 | 
            +
             | 
| 238 252 | 
             
            @media (min-width: 769px) {
         | 
| 239 253 | 
             
              .navbar .logo-area {
         | 
| 240 254 | 
             
                display: none;
         | 
| @@ -3330,6 +3330,67 @@ table .ui-table-row { | |
| 3330 3330 |  | 
| 3331 3331 | 
             
            /* =========================== */
         | 
| 3332 3332 |  | 
| 3333 | 
            +
            .ui-app-area #product_import .table-item:hover {
         | 
| 3334 | 
            +
              cursor: pointer;
         | 
| 3335 | 
            +
            }
         | 
| 3336 | 
            +
            .ui-app-area .form-selected[hidden] {
         | 
| 3337 | 
            +
              visibility: hidden;
         | 
| 3338 | 
            +
              opacity: 0;
         | 
| 3339 | 
            +
             | 
| 3340 | 
            +
              -webkit-transition: opacity 600ms, visibility 600ms;
         | 
| 3341 | 
            +
              transition: opacity 600ms, visibility 600ms;
         | 
| 3342 | 
            +
            }
         | 
| 3343 | 
            +
            .ui-app-area .form-selected {
         | 
| 3344 | 
            +
              display: block;
         | 
| 3345 | 
            +
              float: left;
         | 
| 3346 | 
            +
              position: sticky;
         | 
| 3347 | 
            +
              background-color: #fff;
         | 
| 3348 | 
            +
              bottom: 0;
         | 
| 3349 | 
            +
              width: calc(100% + 30px);
         | 
| 3350 | 
            +
              height: 80px;
         | 
| 3351 | 
            +
              padding: 20px;
         | 
| 3352 | 
            +
              margin-left: -15px;
         | 
| 3353 | 
            +
              box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
         | 
| 3354 | 
            +
              -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
         | 
| 3355 | 
            +
              -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
         | 
| 3356 | 
            +
             | 
| 3357 | 
            +
              visibility: visible;
         | 
| 3358 | 
            +
              opacity: 1;
         | 
| 3359 | 
            +
            }
         | 
| 3360 | 
            +
            .ui-app-area .selected-products-popup {
         | 
| 3361 | 
            +
              float: none;
         | 
| 3362 | 
            +
              position: relative;
         | 
| 3363 | 
            +
              max-width: 780px;
         | 
| 3364 | 
            +
              text-align: center;
         | 
| 3365 | 
            +
              margin: 0 auto;
         | 
| 3366 | 
            +
              font-size: 20px;
         | 
| 3367 | 
            +
              font-weight: bold;
         | 
| 3368 | 
            +
             | 
| 3369 | 
            +
              display: flex;
         | 
| 3370 | 
            +
              flex-direction: row;
         | 
| 3371 | 
            +
              justify-content: center;
         | 
| 3372 | 
            +
              align-items: center;
         | 
| 3373 | 
            +
            }
         | 
| 3374 | 
            +
            .ui-app-area .selected-products-popup .select2.select2-container {
         | 
| 3375 | 
            +
              width: 320px !important;
         | 
| 3376 | 
            +
              margin-right: 10px;
         | 
| 3377 | 
            +
              margin-left: 10px;
         | 
| 3378 | 
            +
              text-align: left;
         | 
| 3379 | 
            +
            }
         | 
| 3380 | 
            +
            .ui-app-area .selected-products-popup .select2.select2-container .select2-selection {
         | 
| 3381 | 
            +
              height: 40px;
         | 
| 3382 | 
            +
              font-size: 14px;
         | 
| 3383 | 
            +
              font-weight: normal;
         | 
| 3384 | 
            +
            }
         | 
| 3385 | 
            +
             | 
| 3386 | 
            +
            /* =========================== */
         | 
| 3387 | 
            +
             | 
| 3388 | 
            +
            .land-app .ui-app-area [data-controller="batch-action"] .table-item.selected {
         | 
| 3389 | 
            +
              border-color: #6FB1F3 !important;
         | 
| 3390 | 
            +
            }
         | 
| 3391 | 
            +
             | 
| 3392 | 
            +
            /* =========================== */
         | 
| 3393 | 
            +
             | 
| 3333 3394 | 
             
            .ui-app-area #themes .dropdown-item.btn-secondary {
         | 
| 3334 3395 | 
             
              color: #000 !important;
         | 
| 3335 3396 | 
             
              background-color: #F2F4FF;
         | 
    
        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.77'
         | 
| 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-22 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         |