welcome_css 0.74 → 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: 350220f2b8f07a6062702d9e1196213c13d5cecbdeef39a3b3187521649536ab
4
- data.tar.gz: 0f06d3811e8703aef24403f37ef45310cfc2a257cfcc35651cace9a18a314858
3
+ metadata.gz: d0574e79e349e467ff5673262d86fdd74e21e91d1227cbf9e2f611dde89da972
4
+ data.tar.gz: 35c0d3b2cb1a82352ba56377644e201d7b82ab3932c4481b27926e4e3c0fdac1
5
5
  SHA512:
6
- metadata.gz: ff043aebe23d8cd8c708276370162923953ab83a79e88f67517ab45e1b11c15ee5e781bcc76fa9e86c14767a20bb7140e0fa08b7489681d5aa39bc8a4d8286b1
7
- data.tar.gz: d2d1210044ecd65dbbb48467d896a17c4119a6011a1b1210dc9ec7077019a5e381edc4f4fa9e6d5306ffbf1fd86f81508a092e7aa0290535bdf65b4ea11af44e
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;
@@ -2103,6 +2103,31 @@ table .ui-table-row {
2103
2103
  right: 2px;
2104
2104
  top: 0;
2105
2105
  }
2106
+
2107
+ /* =========================== */
2108
+
2109
+ .am-content.ui-app-area #tab_construction_stages .table-responsive {
2110
+ box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
2111
+ -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
2112
+ -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
2113
+ }
2114
+ .am-content.ui-app-area .construction-stage .floor-widget {
2115
+ box-shadow: none;
2116
+ margin-bottom: 0;
2117
+ border-bottom: 1px solid #D8DBE5;
2118
+ background-color: $ui_white;
2119
+ }
2120
+ .am-content.ui-app-area .construction-stage .floor-widget .sort img {
2121
+ position: relative;
2122
+ right: auto;
2123
+ top: auto;
2124
+ }
2125
+ .am-content.ui-app-area #tab_construction_stages .add-item-relative {
2126
+ margin-top: 10px !important;
2127
+ }
2128
+
2129
+ /* =========================== */
2130
+
2106
2131
  .am-content.ui-app-area .model-widget .model-info:last-child {
2107
2132
  margin-bottom: 0px;
2108
2133
  }
@@ -2911,6 +2936,22 @@ table .ui-table-row {
2911
2936
  border-radius: 50%;
2912
2937
  }
2913
2938
 
2939
+ .ui-app-area .items-container .edit_product .product-component {
2940
+ padding-top: 0px;
2941
+ padding-bottom: 4px;
2942
+ font-size: 14px;
2943
+ min-height: 65px !important;
2944
+ display: block !important;
2945
+ overflow: auto;
2946
+ -webkit-line-clamp: unset !important;
2947
+ -webkit-box-orient: unset !important;
2948
+ margin-bottom: 12px;
2949
+ }
2950
+ .ui-app-area .items-container .edit_product .product-component div:last-child {
2951
+ min-height: 60px;
2952
+ margin-top: 12px;
2953
+ }
2954
+
2914
2955
  /* =========================== */
2915
2956
 
2916
2957
  .ui-app-area .estimates-container .btn-new {
@@ -3279,6 +3320,74 @@ table .ui-table-row {
3279
3320
  padding: 5px 15px !important;
3280
3321
  background-position: right 10px top 15px !important;
3281
3322
  }
3323
+ .ui-app-area .download-link {
3324
+ background-image: image-url('icons/icn-download-blue.svg');
3325
+ background-repeat: no-repeat;
3326
+ background-size: 12px;
3327
+ background-position: left 0px top 3px;
3328
+ padding-left: 18px;
3329
+ }
3330
+
3331
+ /* =========================== */
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
+ }
3282
3391
 
3283
3392
  /* =========================== */
3284
3393
 
@@ -3430,8 +3539,6 @@ table .ui-table-row {
3430
3539
  border-radius: 4px;
3431
3540
  }
3432
3541
 
3433
-
3434
-
3435
3542
  /* =========================== */
3436
3543
 
3437
3544
  .table .edit_product button {
@@ -3455,4 +3562,34 @@ table .ui-table-row {
3455
3562
  }
3456
3563
  .table .progress {
3457
3564
  height: 10px;
3565
+ }
3566
+
3567
+ .modal-content .new_spec_sheet select {
3568
+ display: block;
3569
+ width: 50%;
3570
+ height: calc(1.5em + 0.75rem + 2px);
3571
+ padding: 0.375rem 0.75rem;
3572
+ font-size: 1rem;
3573
+ font-weight: 400;
3574
+ line-height: 1.5;
3575
+ color: #495057;
3576
+ background-color: #fff;
3577
+ background-clip: padding-box;
3578
+ border: 1px solid #ced4da;
3579
+ border-radius: 0.25rem;
3580
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3581
+ margin-top: -15px;
3582
+ margin-bottom: 20px;
3583
+ }
3584
+ .modal-content .new_spec_sheet .select-spec-sheet {
3585
+ border-bottom: 1px solid #dee2e6;
3586
+ margin-bottom: 20px;
3587
+ }
3588
+ .modal-content #customizations_container .btn-outline-danger {
3589
+ margin-top: 28px;
3590
+ }
3591
+ .modal-content .modal-footer {
3592
+ margin-top: 0;
3593
+ margin-bottom: 0;
3594
+ padding-bottom: 0;
3458
3595
  }
@@ -713,4 +713,26 @@ $block-result-color: #000;
713
713
  .am-content.ui-app-area table {
714
714
  table-layout: auto !important;
715
715
  }
716
+ }
717
+
718
+ /* ====================================== */
719
+ /* Style Guide */
720
+
721
+ .highlight {
722
+ padding: 15px 30px;
723
+ background-color: $ui_lightgray;
724
+ border-radius: 8px;
725
+ }
726
+ .highlight pre {
727
+ padding: 0;
728
+ margin-top: 0.65rem;
729
+ margin-bottom: 0.65rem;
730
+ white-space: pre;
731
+ background-color: transparent;
732
+ border: 0;
733
+ }
734
+ .highlight pre code {
735
+ font-size: inherit;
736
+ color: #212529;
737
+ word-wrap: normal;
716
738
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.74"
2
+ VERSION = "0.77"
3
3
  end
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.74'
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-19 00:00:00.000000000 Z
11
+ date: 2022-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails