welcome_css 0.35 → 0.36
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/_fonts.scss +32 -0
- data/app/assets/stylesheets/_welcome-ui-buttons.scss +12 -2
- data/app/assets/stylesheets/_welcome-ui-menu-app.scss +3 -2
- data/app/assets/stylesheets/_welcome-ui-navbar.scss +40 -1
- data/app/assets/stylesheets/_welcome-ui-responsive.scss +35 -0
- data/app/assets/stylesheets/_welcome-ui-sidebar.scss +106 -84
- data/app/assets/stylesheets/_welcome-ui-tables.scss +168 -27
- data/app/assets/stylesheets/_welcome-ui.scss +155 -12
- data/app/assets/stylesheets/_welcome_bootstrap_variables.scss +0 -1
- 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: 11f325d1f3ae92d768b39575c79a650ec9b92276df653eb9e595abeab64fd4b0
         | 
| 4 | 
            +
              data.tar.gz: 8ce250c403220533fcc01d643a28e278cf5436c51a8617bd0ea650b2f9455473
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 2ca2eeaf01a130b67595247dd4c25ee874684b1a9874fbab83cf0f60dfd6ecd917fcffb4779c687e29bfb703668131b31e929f12add736c0be1ea909e2c152e0
         | 
| 7 | 
            +
              data.tar.gz: 3d9673a3f0933dedc141ad26a2c4edf42bc6748e772bfbe222e046d5c06a1c19833755bfe8cf108eda48454b59b336e7d67517bc4b19252ceacd6d9a021fb12e
         | 
| @@ -1,6 +1,38 @@ | |
| 1 1 | 
             
            /***************************************/
         | 
| 2 2 | 
             
            /*GT Eesti*/
         | 
| 3 3 | 
             
            /**************************************/
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            @font-face {
         | 
| 6 | 
            +
              font-family: 'gilroy-bold';
         | 
| 7 | 
            +
              src: asset-url('gilroy/bold/gilroy-bold.woff2') format('woff2'),
         | 
| 8 | 
            +
                   asset-url('gilroy/bold/gilroy-bold.woff') format('woff'),
         | 
| 9 | 
            +
                   asset-url('gilroy/bold/gilroy-bold.ttf') format('truetype'),
         | 
| 10 | 
            +
                   asset-url('gilroy/bold/gilroy-bold.svg#gilroy-bold') format('svg');
         | 
| 11 | 
            +
              font-weight: normal;
         | 
| 12 | 
            +
              font-style: normal;
         | 
| 13 | 
            +
            }
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            @font-face {
         | 
| 16 | 
            +
              font-family: 'nunitosans-regular';
         | 
| 17 | 
            +
              src: asset-url('nunito/regular/nunitosans-regular.woff2') format('woff2'),
         | 
| 18 | 
            +
                   asset-url('nunito/regular/nunitosans-regular.woff') format('woff'),
         | 
| 19 | 
            +
                   asset-url('nunito/regular/nunitosans-regular.ttf') format('truetype'),
         | 
| 20 | 
            +
                   asset-url('nunito/regular/nunitosans-regular.svg#nunitosans-regular') format('svg');
         | 
| 21 | 
            +
              font-weight: normal;
         | 
| 22 | 
            +
              font-style: normal;
         | 
| 23 | 
            +
            }
         | 
| 24 | 
            +
            @font-face {
         | 
| 25 | 
            +
              font-family: 'nunitosans-bold';
         | 
| 26 | 
            +
              src: asset-url('nunito/bold/nunitosans-bold.woff2') format('woff2'),
         | 
| 27 | 
            +
                   asset-url('nunito/bold/nunitosans-bold.woff') format('woff'),
         | 
| 28 | 
            +
                   asset-url('nunito/bold/nunitosans-bold.ttf') format('truetype'),
         | 
| 29 | 
            +
                   asset-url('nunito/bold/nunitosans-bold.svg#nunitosans-bold') format('svg');
         | 
| 30 | 
            +
              font-weight: normal;
         | 
| 31 | 
            +
              font-style: normal;
         | 
| 32 | 
            +
            }
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            /**************************************/
         | 
| 35 | 
            +
             | 
| 4 36 | 
             
            @font-face {
         | 
| 5 37 | 
             
                font-family: 'gt-eesti-light';
         | 
| 6 38 | 
             
                src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot');
         | 
| @@ -47,6 +47,8 @@ | |
| 47 47 | 
             
              width: 100%;
         | 
| 48 48 | 
             
              font-size: $ui_font_small;
         | 
| 49 49 | 
             
              border-bottom: 1px solid $ui_middlegray;
         | 
| 50 | 
            +
              text-align: left;
         | 
| 51 | 
            +
              padding: 6px 20px 6px 20px;
         | 
| 50 52 | 
             
            }
         | 
| 51 53 | 
             
            .ui-app-area .dropdown .btn-group .btn:hover {
         | 
| 52 54 | 
             
              color: $ui_white;
         | 
| @@ -98,7 +100,7 @@ | |
| 98 100 | 
             
              background-color: $ui_white;
         | 
| 99 101 | 
             
              font-size: $ui_font_normal;
         | 
| 100 102 | 
             
              color: $ui_back;
         | 
| 101 | 
            -
              border: 1px solid  | 
| 103 | 
            +
              border: 1px solid #D9D9D9;
         | 
| 102 104 | 
             
              font-family: 'hk_groteskmedium';
         | 
| 103 105 | 
             
              font-weight: 400;
         | 
| 104 106 | 
             
            }
         | 
| @@ -228,7 +230,7 @@ | |
| 228 230 | 
             
              background-position: right 10px top 18px;
         | 
| 229 231 | 
             
            }
         | 
| 230 232 | 
             
            #ui-tabs .dropdown.dropdown-select .dropdown-menu {
         | 
| 231 | 
            -
              width:  | 
| 233 | 
            +
              width: 300px;
         | 
| 232 234 | 
             
            }
         | 
| 233 235 | 
             
            .btn-dot {
         | 
| 234 236 | 
             
              top: 6px;
         | 
| @@ -259,6 +261,14 @@ | |
| 259 261 | 
             
              height: 30px;
         | 
| 260 262 | 
             
            }*/
         | 
| 261 263 |  | 
| 264 | 
            +
            .btn.btn-upload {
         | 
| 265 | 
            +
              padding: 6px 12px 6px 30px !important;
         | 
| 266 | 
            +
              background-image: image-url('icons/icn-upload.svg');
         | 
| 267 | 
            +
              background-repeat: no-repeat;
         | 
| 268 | 
            +
              background-size: 14px;
         | 
| 269 | 
            +
              background-position: left 8px top 9px;
         | 
| 270 | 
            +
            }
         | 
| 271 | 
            +
             | 
| 262 272 | 
             
            /* ========================================= */
         | 
| 263 273 |  | 
| 264 274 | 
             
            .am-content.ui-app-area .btn-add {
         | 
| @@ -3,14 +3,15 @@ | |
| 3 3 |  | 
| 4 4 | 
             
            .menu-app {
         | 
| 5 5 | 
             
              background-color: $ui_white;
         | 
| 6 | 
            -
              box-shadow: $ui-shadow-right | 
| 6 | 
            +
              /*box-shadow: $ui-shadow-right;*/
         | 
| 7 7 | 
             
              border-right: 1px solid #D9D9D9;
         | 
| 8 8 | 
             
            }
         | 
| 9 9 | 
             
            .menu-app .list-group-item {
         | 
| 10 10 | 
             
              border: none;
         | 
| 11 11 | 
             
              font-size: $ui_font_normal;
         | 
| 12 12 | 
             
              border-left: 2px solid $ui_white;
         | 
| 13 | 
            -
              font-family: 'hk-grotesk-semibold' | 
| 13 | 
            +
              /*font-family: 'hk-grotesk-semibold';*/
         | 
| 14 | 
            +
              font-family: 'nunitosans-bold';
         | 
| 14 15 | 
             
            }
         | 
| 15 16 | 
             
            .menu-app .list-group-item-action:hover,
         | 
| 16 17 | 
             
            .menu-app .list-group-item-action:focus {
         | 
| @@ -10,5 +10,44 @@ ul#navbar { | |
| 10 10 | 
             
            .navbar-ui .nav-link {
         | 
| 11 11 | 
             
              color: $ui_back;
         | 
| 12 12 | 
             
              font-size: $ui_font_small;
         | 
| 13 | 
            -
              font-family: 'hk-grotesk-semibold' | 
| 13 | 
            +
              /*font-family: 'hk-grotesk-semibold';*/
         | 
| 14 | 
            +
              font-family: 'nunitosans-bold';
         | 
| 15 | 
            +
            }
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            .alert-msg {
         | 
| 18 | 
            +
              position: fixed;
         | 
| 19 | 
            +
              top: 6px;
         | 
| 20 | 
            +
              right: 12px;
         | 
| 21 | 
            +
              left: auto;
         | 
| 22 | 
            +
              z-index: 1030;
         | 
| 23 | 
            +
              background-color: #EBF7EE;
         | 
| 24 | 
            +
              border: 1px solid #C0E3CA;
         | 
| 25 | 
            +
              width: 292px !important;
         | 
| 26 | 
            +
              padding: 19px 20px;
         | 
| 27 | 
            +
              font-size: 14px;
         | 
| 28 | 
            +
            }
         | 
| 29 | 
            +
            .am-top-header .col-6:first-child {
         | 
| 30 | 
            +
              display: none;
         | 
| 31 | 
            +
            }
         | 
| 32 | 
            +
            .col-6.admin-options {
         | 
| 33 | 
            +
              max-width: 100%;
         | 
| 34 | 
            +
              width: 100%;
         | 
| 35 | 
            +
              flex: auto;
         | 
| 36 | 
            +
            }
         | 
| 37 | 
            +
            .navbar-nav.am-icons-nav {
         | 
| 38 | 
            +
              position: absolute;
         | 
| 39 | 
            +
              left: -12px;
         | 
| 40 | 
            +
            }
         | 
| 41 | 
            +
             | 
| 42 | 
            +
            @media (max-width: 768px) {
         | 
| 43 | 
            +
              .am-top-header .col-6:first-child {
         | 
| 44 | 
            +
                display: block;
         | 
| 45 | 
            +
              }
         | 
| 46 | 
            +
              .navbar-nav.am-icons-nav {
         | 
| 47 | 
            +
                position: fixed;
         | 
| 48 | 
            +
                left: unset;
         | 
| 49 | 
            +
              }
         | 
| 50 | 
            +
              .am-left-sidebar .am-logo {
         | 
| 51 | 
            +
                display: none !important;
         | 
| 52 | 
            +
              }
         | 
| 14 53 | 
             
            }
         | 
| @@ -204,6 +204,12 @@ | |
| 204 204 | 
             
              }
         | 
| 205 205 | 
             
            }
         | 
| 206 206 |  | 
| 207 | 
            +
            @media (min-width: 769px) {
         | 
| 208 | 
            +
              .navbar .logo-area {
         | 
| 209 | 
            +
                display: none;
         | 
| 210 | 
            +
              }
         | 
| 211 | 
            +
            }
         | 
| 212 | 
            +
             | 
| 207 213 | 
             
            @media (max-width: 768px) {
         | 
| 208 214 | 
             
              .view-header .col-lg-6,
         | 
| 209 215 | 
             
              .view-header .col-lg-6:last-child {
         | 
| @@ -232,6 +238,22 @@ | |
| 232 238 | 
             
              .land-app .ui-app-area .filter-block .w-50 {
         | 
| 233 239 | 
             
                width: 100% !important;
         | 
| 234 240 | 
             
              }
         | 
| 241 | 
            +
              .am-left-sidebar {
         | 
| 242 | 
            +
                padding-top: 55px !important;
         | 
| 243 | 
            +
              }
         | 
| 244 | 
            +
              .am-left-sidebar .logo-area {
         | 
| 245 | 
            +
                display: none;
         | 
| 246 | 
            +
              }
         | 
| 247 | 
            +
              label[data-function*=swipe] {
         | 
| 248 | 
            +
                z-index: 9999999;
         | 
| 249 | 
            +
              }
         | 
| 250 | 
            +
              .am-navbar-header {
         | 
| 251 | 
            +
                width: 150px;
         | 
| 252 | 
            +
              }
         | 
| 253 | 
            +
              .am-content.ui-app-area .floor-widget .floor-container .floor_areas .floor_area-item,
         | 
| 254 | 
            +
              .am-content.ui-app-area .block-widget .blocks-container .blocks_areas .block_area-item {
         | 
| 255 | 
            +
                width: 25%;
         | 
| 256 | 
            +
              }
         | 
| 235 257 | 
             
            }
         | 
| 236 258 |  | 
| 237 259 | 
             
            @media (max-width: 580px) {
         | 
| @@ -319,6 +341,7 @@ | |
| 319 341 | 
             
              }
         | 
| 320 342 |  | 
| 321 343 | 
             
              /* =========================== */
         | 
| 344 | 
            +
             | 
| 322 345 | 
             
              .land-app .ui-app-area .small-tabs .px-4,
         | 
| 323 346 | 
             
              .land-app .ui-app-area .small-tabs .py-4 {
         | 
| 324 347 | 
             
                padding-left: 0 !important;
         | 
| @@ -336,6 +359,12 @@ | |
| 336 359 | 
             
              .land-app .ui-app-area .full-block .full-block-content .w-20 {
         | 
| 337 360 | 
             
                margin-bottom: 15px;
         | 
| 338 361 | 
             
              }
         | 
| 362 | 
            +
             | 
| 363 | 
            +
              /* =========================== */
         | 
| 364 | 
            +
             | 
| 365 | 
            +
              .ui-app-area .table-item {
         | 
| 366 | 
            +
                width: 32%;
         | 
| 367 | 
            +
              }
         | 
| 339 368 | 
             
            }
         | 
| 340 369 |  | 
| 341 370 | 
             
            @media (max-width: 460px) {
         | 
| @@ -355,6 +384,12 @@ | |
| 355 384 | 
             
                float: right;
         | 
| 356 385 | 
             
                text-align: right;
         | 
| 357 386 | 
             
              }
         | 
| 387 | 
            +
             | 
| 388 | 
            +
              /* =========================== */
         | 
| 389 | 
            +
             | 
| 390 | 
            +
              .ui-app-area .table-item {
         | 
| 391 | 
            +
                width: 48%;
         | 
| 392 | 
            +
              }
         | 
| 358 393 | 
             
            }
         | 
| 359 394 |  | 
| 360 395 | 
             
            @media (min-width: 576px) {
         |