welcome_css 0.74 → 0.75

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: dae8a45ac3e71d8a922c4be7243f3d460aa163c75b93753b5c7acb531ee88f67
4
+ data.tar.gz: db96e208e47cce91a6e805fd68fd812bb393393e4d79a722d44dbdd4b17e8222
5
5
  SHA512:
6
- metadata.gz: ff043aebe23d8cd8c708276370162923953ab83a79e88f67517ab45e1b11c15ee5e781bcc76fa9e86c14767a20bb7140e0fa08b7489681d5aa39bc8a4d8286b1
7
- data.tar.gz: d2d1210044ecd65dbbb48467d896a17c4119a6011a1b1210dc9ec7077019a5e381edc4f4fa9e6d5306ffbf1fd86f81508a092e7aa0290535bdf65b4ea11af44e
6
+ metadata.gz: c9832fd660c8faf34023e6e910d5360a150a8c93ec7a6bfa9fac0347b337374e6f73ba70c53d401fdc32cdd1ee75d3a8162205740b91e9656411e66d5c9e29ef
7
+ data.tar.gz: 92fadbee0e1b7dfb308170e51ee6455f64bbd3c890d23381c259e1c5c705afdcb0968be6ecea438af050f85bee30ee5ac6253e13a97c326206d63a24f523da9b
@@ -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 {
@@ -3430,8 +3471,6 @@ table .ui-table-row {
3430
3471
  border-radius: 4px;
3431
3472
  }
3432
3473
 
3433
-
3434
-
3435
3474
  /* =========================== */
3436
3475
 
3437
3476
  .table .edit_product button {
@@ -3455,4 +3494,34 @@ table .ui-table-row {
3455
3494
  }
3456
3495
  .table .progress {
3457
3496
  height: 10px;
3497
+ }
3498
+
3499
+ .modal-content .new_spec_sheet select {
3500
+ display: block;
3501
+ width: 50%;
3502
+ height: calc(1.5em + 0.75rem + 2px);
3503
+ padding: 0.375rem 0.75rem;
3504
+ font-size: 1rem;
3505
+ font-weight: 400;
3506
+ line-height: 1.5;
3507
+ color: #495057;
3508
+ background-color: #fff;
3509
+ background-clip: padding-box;
3510
+ border: 1px solid #ced4da;
3511
+ border-radius: 0.25rem;
3512
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3513
+ margin-top: -15px;
3514
+ margin-bottom: 20px;
3515
+ }
3516
+ .modal-content .new_spec_sheet .select-spec-sheet {
3517
+ border-bottom: 1px solid #dee2e6;
3518
+ margin-bottom: 20px;
3519
+ }
3520
+ .modal-content #customizations_container .btn-outline-danger {
3521
+ margin-top: 28px;
3522
+ }
3523
+ .modal-content .modal-footer {
3524
+ margin-top: 0;
3525
+ margin-bottom: 0;
3526
+ padding-bottom: 0;
3458
3527
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.74"
2
+ VERSION = "0.75"
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.75'
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails