welcome_css 0.26 → 0.27
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: b5714f6bc40580fe1cc7cf961c8964746ecd5b9aaee6515b86553c6fb266f28d
         | 
| 4 | 
            +
              data.tar.gz: 3ff2bdb425d38e3a712ee5444398db8005b5d920c605f4725622f3575901f618
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 639bf14581a51f9650df5031dbae23a198c7951a5bb220f7cd539a7b2bac822140daaf663c46f7d506d66c14c6a76fd20eeee10f35e8a932ddb448ccfc174555
         | 
| 7 | 
            +
              data.tar.gz: 20fb9dcab3ac79284b621ffed2139871abff03eb547cda7239e47366ebf5493bfd863c321365a42da1566aa96d6eca10cbc2ffa7fcbf3238745beadd3dc9bd7f
         | 
| @@ -41,6 +41,14 @@ | |
| 41 41 | 
             
                position: relative;
         | 
| 42 42 | 
             
                margin: 0 0 0 10px;
         | 
| 43 43 | 
             
              }
         | 
| 44 | 
            +
              .navbar.navbar-ui {
         | 
| 45 | 
            +
                position: fixed;
         | 
| 46 | 
            +
                height: 58px;
         | 
| 47 | 
            +
                width: 100%;
         | 
| 48 | 
            +
                background-color: #fff;
         | 
| 49 | 
            +
                z-index: 2;
         | 
| 50 | 
            +
                box-shadow: 0 2px 6px 0 rgba(207,207,207,0.30);
         | 
| 51 | 
            +
              }
         | 
| 44 52 | 
             
              .land-app .view-header .col-lg-6 {
         | 
| 45 53 | 
             
                width: 30%!important;
         | 
| 46 54 | 
             
                display: inline-block;
         | 
| @@ -1,12 +1,12 @@ | |
| 1 1 | 
             
            @import "welcome-ui";
         | 
| 2 2 | 
             
            @import "welcome_bootstrap_variables";
         | 
| 3 | 
            -
            @import "bootstrap/scss/bootstrap";
         | 
| 4 3 | 
             
            @import "fonts";
         | 
| 4 | 
            +
            @import "bootstrap/scss/bootstrap";
         | 
| 5 5 | 
             
            @import "welcome-ui-typography";
         | 
| 6 6 | 
             
            @import "welcome-ui-tables";
         | 
| 7 7 | 
             
            @import "welcome-ui-navbar";
         | 
| 8 8 | 
             
            @import "welcome-ui-menu-app";
         | 
| 9 9 | 
             
            @import "welcome-ui-buttons";
         | 
| 10 | 
            -
            @import "welcome-ui-tabs";
         | 
| 11 10 | 
             
            @import "welcome-ui-sidebar";
         | 
| 12 | 
            -
            @import "welcome-ui- | 
| 11 | 
            +
            @import "welcome-ui-tabs";
         | 
| 12 | 
            +
            @import "welcome-ui-responsive";
         | 
    
        data/lib/welcome_css/version.rb
    CHANGED