welcome_css 0.36 → 0.37
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-buttons.scss +3 -0
- data/app/assets/stylesheets/_welcome-ui-menu-app.scss +2 -2
- data/app/assets/stylesheets/_welcome-ui-navbar.scss +10 -1
- data/app/assets/stylesheets/_welcome-ui-tables.scss +15 -3
- data/app/assets/stylesheets/_welcome-ui-typography.scss +10 -0
- data/app/assets/stylesheets/_welcome-ui.scss +11 -0
- 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: f1f894349b5d65f0e3f93dbc73307a90f55236b3f1857ac0cc520d2add079a01
         | 
| 4 | 
            +
              data.tar.gz: d396516ffbb2c35ede8656fb06634c0bad6a187750f8ca66339c63cd2049066c
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: ace8e510b76f40ddd60d1ab1cb9bea4c71671589ff302eb68221c5705d64189c73b9dac0a50a849c599d1630976ea6b4310f8edbef28d5d21431c557270ea250
         | 
| 7 | 
            +
              data.tar.gz: e68701b26b6dc64091fda436198f00d48eb49ebfe2f6fad656df7df38aa4c47c6a87b37efc32b2842bd02ef74ce6466ce7e29164b25c2f31737ffd18f74c8bb4
         | 
| @@ -10,8 +10,8 @@ | |
| 10 10 | 
             
              border: none;
         | 
| 11 11 | 
             
              font-size: $ui_font_normal;
         | 
| 12 12 | 
             
              border-left: 2px solid $ui_white;
         | 
| 13 | 
            -
               | 
| 14 | 
            -
              font-family: 'nunitosans-bold' | 
| 13 | 
            +
              font-family: 'nunitosans-semibold';
         | 
| 14 | 
            +
              /*font-family: 'nunitosans-bold';*/
         | 
| 15 15 | 
             
            }
         | 
| 16 16 | 
             
            .menu-app .list-group-item-action:hover,
         | 
| 17 17 | 
             
            .menu-app .list-group-item-action:focus {
         | 
| @@ -11,7 +11,7 @@ ul#navbar { | |
| 11 11 | 
             
              color: $ui_back;
         | 
| 12 12 | 
             
              font-size: $ui_font_small;
         | 
| 13 13 | 
             
              /*font-family: 'hk-grotesk-semibold';*/
         | 
| 14 | 
            -
              font-family: 'nunitosans- | 
| 14 | 
            +
              font-family: 'nunitosans-semibold';
         | 
| 15 15 | 
             
            }
         | 
| 16 16 |  | 
| 17 17 | 
             
            .alert-msg {
         | 
| @@ -50,4 +50,13 @@ ul#navbar { | |
| 50 50 | 
             
              .am-left-sidebar .am-logo {
         | 
| 51 51 | 
             
                display: none !important;
         | 
| 52 52 | 
             
              }
         | 
| 53 | 
            +
              .am-wrapper.main-app .ui-app-area.construction-area {
         | 
| 54 | 
            +
                width: 100%;
         | 
| 55 | 
            +
                padding: 0;
         | 
| 56 | 
            +
                position: fixed;
         | 
| 57 | 
            +
                z-index: 9999;
         | 
| 58 | 
            +
              }
         | 
| 59 | 
            +
              .am-wrapper.main-app .ui-app-area.construction-area nav {
         | 
| 60 | 
            +
                height: 50px !important;
         | 
| 61 | 
            +
              }
         | 
| 53 62 | 
             
            }
         | 
| @@ -112,7 +112,7 @@ table .ui-table-row { | |
| 112 112 | 
             
              /*background-color: #edeff4;*/
         | 
| 113 113 | 
             
              background-color: $ui_white;
         | 
| 114 114 | 
             
              /*border-bottom: 1px solid #000;*/
         | 
| 115 | 
            -
              font-family: 'nunitosans- | 
| 115 | 
            +
              font-family: 'nunitosans-semibold';
         | 
| 116 116 | 
             
            }
         | 
| 117 117 | 
             
            .ui-table table {
         | 
| 118 118 | 
             
              background-color: $ui_white;
         | 
| @@ -126,7 +126,7 @@ table .ui-table-row { | |
| 126 126 | 
             
              font-family: 'nunitosans-regular';
         | 
| 127 127 | 
             
            }
         | 
| 128 128 | 
             
            .ui-table td a {
         | 
| 129 | 
            -
              font-family: 'nunitosans- | 
| 129 | 
            +
              font-family: 'nunitosans-semibold';
         | 
| 130 130 | 
             
            }
         | 
| 131 131 | 
             
            .ui-table .ui-sort {
         | 
| 132 132 | 
             
              color: $ui_back;
         | 
| @@ -2130,6 +2130,18 @@ table .ui-table-row { | |
| 2130 2130 |  | 
| 2131 2131 | 
             
            /* =========================== */
         | 
| 2132 2132 |  | 
| 2133 | 
            +
            .am-content.ui-app-area .block-pill {
         | 
| 2134 | 
            +
              float: left;
         | 
| 2135 | 
            +
              position: relative;
         | 
| 2136 | 
            +
              width: 100%;
         | 
| 2137 | 
            +
              background-color: #F6F8FA;
         | 
| 2138 | 
            +
              border-radius: 4px;
         | 
| 2139 | 
            +
              padding: 8px 15px 12px 15px;
         | 
| 2140 | 
            +
              margin-bottom: 20px !important;
         | 
| 2141 | 
            +
            }
         | 
| 2142 | 
            +
             | 
| 2143 | 
            +
            /* =========================== */
         | 
| 2144 | 
            +
             | 
| 2133 2145 | 
             
            .am-content.ui-app-area .main-content.edit .card-body {
         | 
| 2134 2146 | 
             
              padding: 20px 15px;
         | 
| 2135 2147 | 
             
            }
         | 
| @@ -2471,7 +2483,7 @@ table .ui-table-row { | |
| 2471 2483 | 
             
              float: left;
         | 
| 2472 2484 | 
             
              position: relative;
         | 
| 2473 2485 | 
             
              width: 100%;
         | 
| 2474 | 
            -
              padding:  | 
| 2486 | 
            +
              padding: 15px 20px 8px 20px;
         | 
| 2475 2487 | 
             
              background-color: $ui_white;
         | 
| 2476 2488 | 
             
              border: 1px solid #d9d9d9;
         | 
| 2477 2489 | 
             
              border-radius: $ui-radius;
         | 
| @@ -16,6 +16,16 @@ | |
| 16 16 | 
             
                     asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.ttf') format('truetype');
         | 
| 17 17 | 
             
            }
         | 
| 18 18 |  | 
| 19 | 
            +
            @font-face {
         | 
| 20 | 
            +
                font-family: 'nunitosans-bold';
         | 
| 21 | 
            +
                src: asset-url('nunito/bold/nunitosans-bold.woff2') format('woff2'),
         | 
| 22 | 
            +
                     asset-url('nunito/bold/nunitosans-bold.woff') format('woff'),
         | 
| 23 | 
            +
                     asset-url('nunito/bold/nunitosans-bold.ttf') format('truetype'),
         | 
| 24 | 
            +
                     asset-url('nunito/bold/nunitosans-bold.svg#nunitosans-bold') format('svg');
         | 
| 25 | 
            +
                font-weight: normal;
         | 
| 26 | 
            +
                font-style: normal;
         | 
| 27 | 
            +
              }
         | 
| 28 | 
            +
             | 
| 19 29 | 
             
            /* ================================ */
         | 
| 20 30 |  | 
| 21 31 | 
             
            @font-face {
         | 
| @@ -263,6 +263,17 @@ $block-result-color: #000; | |
| 263 263 | 
             
              top: 42px;
         | 
| 264 264 | 
             
              /*background-color: #fafafa !important;*/
         | 
| 265 265 | 
             
            }
         | 
| 266 | 
            +
            .am-wrapper.main-app .ui-app-area.construction-area {
         | 
| 267 | 
            +
              padding: 0 15px 15px 15px;
         | 
| 268 | 
            +
              width: 84%;
         | 
| 269 | 
            +
              float: right;
         | 
| 270 | 
            +
              position: absolute;
         | 
| 271 | 
            +
              margin: 0;
         | 
| 272 | 
            +
              display: block;
         | 
| 273 | 
            +
              right: 0;
         | 
| 274 | 
            +
              top: 0px;
         | 
| 275 | 
            +
              /*background-color: #fafafa !important;*/
         | 
| 276 | 
            +
            }
         | 
| 266 277 | 
             
            .am-wrapper.main-app .ui-app-area .page-head {
         | 
| 267 278 | 
             
              padding: 20px;
         | 
| 268 279 | 
             
              margin-bottom: 30px;
         | 
    
        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.37'
         | 
| 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- | 
| 11 | 
            +
            date: 2022-03-01 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         |