active_frontend 6.1.0 → 6.2.0
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/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_form.scss +48 -2
- data/vendor/assets/stylesheets/_link.scss +2 -16
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 0a64110a2af8a18702d3151ff0d5e78f94db5cbe
         | 
| 4 | 
            +
              data.tar.gz: d84108c89eda405fe58d31bd197085108033e0a2
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: dc93f245bfded1f29907c8131e88c8a88eeda7ed4c9e17fa4a2839242a6478432c67da10fd5b75e0dac0b23871b4a517394de7e887e691adf7278df5b92d1e73
         | 
| 7 | 
            +
              data.tar.gz: ffbc709a10170705f47e4999f112af3142e07f05f392fd9306cbd92677663043832aabe4114f37906f133d836663f429b53ebd92e1a78fe37fc19991c8cd9026
         | 
| @@ -2,6 +2,8 @@ | |
| 2 2 | 
             
            ==================================================
         | 
| 3 3 | 
             
            # Form
         | 
| 4 4 | 
             
            # Components
         | 
| 5 | 
            +
            # Styles
         | 
| 6 | 
            +
            # Sizes
         | 
| 5 7 | 
             
            # Media Queries */
         | 
| 6 8 |  | 
| 7 9 | 
             
            /* # Form
         | 
| @@ -288,8 +290,8 @@ select.form-input-initial-width { | |
| 288 290 | 
             
            .form-select-inline { margin: 0; }
         | 
| 289 291 | 
             
            .form-button-inline {
         | 
| 290 292 | 
             
              margin: 0;
         | 
| 291 | 
            -
              padding-bottom:  | 
| 292 | 
            -
              padding-top:  | 
| 293 | 
            +
              padding-bottom: 14px;
         | 
| 294 | 
            +
              padding-top: 14px;
         | 
| 293 295 | 
             
            }
         | 
| 294 296 | 
             
            .form-help-block {
         | 
| 295 297 | 
             
              color: rgba(136,153,166,1);
         | 
| @@ -304,6 +306,50 @@ select.form-input-initial-width { | |
| 304 306 | 
             
            }
         | 
| 305 307 | 
             
            .form-footer li:first-child { margin-top: 10px; }
         | 
| 306 308 |  | 
| 309 | 
            +
            /* # Styles
         | 
| 310 | 
            +
            ================================================== */
         | 
| 311 | 
            +
            .form-inline {
         | 
| 312 | 
            +
              clear: both;
         | 
| 313 | 
            +
              margin-left: -5px;
         | 
| 314 | 
            +
            }
         | 
| 315 | 
            +
            .form-inline input,
         | 
| 316 | 
            +
            .form-inline textarea,
         | 
| 317 | 
            +
            .form-inline select {
         | 
| 318 | 
            +
              display: inline-block;
         | 
| 319 | 
            +
              float: left;
         | 
| 320 | 
            +
              margin: 0 0 0 5px;
         | 
| 321 | 
            +
            }
         | 
| 322 | 
            +
            .form-inline input[type="submit"],
         | 
| 323 | 
            +
            .form-inline input[type="reset"],
         | 
| 324 | 
            +
            .form-inline input[type="button"] {
         | 
| 325 | 
            +
              padding-bottom: 14px;
         | 
| 326 | 
            +
              padding-top: 14px;
         | 
| 327 | 
            +
            }
         | 
| 328 | 
            +
             | 
| 329 | 
            +
            /* # Sizes
         | 
| 330 | 
            +
            ================================================== */
         | 
| 331 | 
            +
            .form-input-large { width: 300px !important; }
         | 
| 332 | 
            +
            .form-input-medium { width: 150px !important; }
         | 
| 333 | 
            +
            .form-input-small { width: 75px !important; }
         | 
| 334 | 
            +
            .form-input-mini { width: 50px !important; }
         | 
| 335 | 
            +
            .form-inline.form-inline-alt input,
         | 
| 336 | 
            +
            .form-inline.form-inline-alt textarea,
         | 
| 337 | 
            +
            .form-inline.form-inline-alt select {
         | 
| 338 | 
            +
              font-size: 12px;
         | 
| 339 | 
            +
              line-height: 12px;
         | 
| 340 | 
            +
              padding-bottom: 8px;
         | 
| 341 | 
            +
              padding-top: 10px;
         | 
| 342 | 
            +
            }
         | 
| 343 | 
            +
             | 
| 344 | 
            +
            .form-inline.form-inline-alt input[type="submit"],
         | 
| 345 | 
            +
            .form-inline.form-inline-alt input[type="reset"],
         | 
| 346 | 
            +
            .form-inline.form-inline-alt input[type="button"] {
         | 
| 347 | 
            +
              font-size: 11px;
         | 
| 348 | 
            +
              line-height: 11px;
         | 
| 349 | 
            +
              padding-bottom: 10px;
         | 
| 350 | 
            +
              padding-top: 9px;
         | 
| 351 | 
            +
            }
         | 
| 352 | 
            +
             | 
| 307 353 | 
             
            /* # Media Queries
         | 
| 308 354 | 
             
            ================================================== */
         | 
| 309 355 | 
             
            @media only screen and (max-width: 767px) {
         | 
| @@ -1,7 +1,6 @@ | |
| 1 1 | 
             
            /* Table of Contents
         | 
| 2 2 | 
             
            ==================================================
         | 
| 3 | 
            -
            # Link
         | 
| 4 | 
            -
            # Colors */
         | 
| 3 | 
            +
            # Link */
         | 
| 5 4 |  | 
| 6 5 | 
             
            /* # Link
         | 
| 7 6 | 
             
            ================================================== */
         | 
| @@ -13,17 +12,4 @@ a { | |
| 13 12 | 
             
            a[disabled] {
         | 
| 14 13 | 
             
              cursor: not-allowed;
         | 
| 15 14 | 
             
              pointer-events: none;
         | 
| 16 | 
            -
            }
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            /* # Colors
         | 
| 19 | 
            -
            ================================================== */
         | 
| 20 | 
            -
            .link-black { color: rgba(35,41,55,1); }
         | 
| 21 | 
            -
            .link-blue { color: rgba(0,102,255,1); }
         | 
| 22 | 
            -
            .link-gray { color: rgba(136,153,166,1); }
         | 
| 23 | 
            -
            .link-green { color: rgba(0,200,0,1); }
         | 
| 24 | 
            -
            .link-orange { color: rgba(255,82,0,1); }
         | 
| 25 | 
            -
            .text-purple { color: rgba(128,0,255,1); }
         | 
| 26 | 
            -
            .link-red { color: rgba(240,35,17,1); }
         | 
| 27 | 
            -
            .link-smoke { color: rgba(85,94,113,1); }
         | 
| 28 | 
            -
            .link-white { color: rgba(255,255,255,1); }
         | 
| 29 | 
            -
            .link-yellow { color: rgba(255,245,0,1); }
         | 
| 15 | 
            +
            }
         |