welcome_css 0.49 → 0.52

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: 6a17a3ae5acb2c3fe3ee388b1a8deac3765436702f0c5e987a0e3fc8c0a4b799
4
- data.tar.gz: 1ef47c8ea2163cef206893192219d0f96ba64770560851eca939bde94d82c473
3
+ metadata.gz: 97469d53556a50ac0856582bd07e0fa30eb6efebdd01b44b1368a6a8891cf593
4
+ data.tar.gz: d95efae455cf67797ecaed5dfb332a430d09801d665478e88dcc3693973a8088
5
5
  SHA512:
6
- metadata.gz: cf95c629528952af6d0f730fe9dde5371d5f8b3d3816c929acec8b3084627a5270b729f001e5be7adfef3702e3afcbf7d6ee7b2e6dfef077155fb44e01c89d3c
7
- data.tar.gz: 0e35c6a5216d9ad0c3fb83374bdc3dde9ba794982e184f56545387bd9356351a5c7d74e59340651e3447f9c7eae9cea667fec9a8796c58e4b5071dea1b6554e1
6
+ metadata.gz: 9e4e5ac0a98c7d7c4297d588b90d9d2b00b21ec220a8e37986e47885a39de9d2731e6e5c42b262902aa44ab7db84b36a44f153e64f84d0b484d7ab598d1a940c
7
+ data.tar.gz: e82b4a5676909801f82241c3872d03bf6b56f7bf107af0ef2136b4158333622e4fd37bf352fe49aee6f4ac7d4dc5f3a0191e52b7978fed0cb1518730e3c67b3a
@@ -19,6 +19,13 @@
19
19
  position: relative;
20
20
  width: 100%;
21
21
  }
22
+ .ui-app-area .estimates-drop-container .themes-column .card-body {
23
+ width: 100%;
24
+ }
25
+ .ui-app-area .estimates-drop-container .themes-column .price-container {
26
+ width: 100% !important;
27
+ margin-top: 0px;
28
+ }
22
29
  }
23
30
 
24
31
  @media (min-width: 993px) {
@@ -208,6 +215,13 @@
208
215
  .responsive-left {
209
216
  float: left !important;
210
217
  }
218
+ .ui-app-area .estimates-drop-container .products-column .product-item {
219
+ width: 100% !important;
220
+ }
221
+ .ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
222
+ max-height: 140px;
223
+ height: 140px;
224
+ }
211
225
  }
212
226
 
213
227
  @media (min-width: 769px) {
@@ -2639,18 +2639,29 @@ table .ui-table-row {
2639
2639
  padding: 12px 12px 15px 12px !important;
2640
2640
  font-size: 14px;
2641
2641
  width: 19%;
2642
+ margin-bottom: 60px;
2642
2643
  }
2643
2644
  .ui-app-area .items-container .table-item.Activate {
2644
2645
  opacity: 50%;
2645
2646
  }
2646
2647
  .ui-app-area .items-container .table-item h4 {
2647
- font-size: 16px;
2648
+ font-size: 14px;
2648
2649
  min-height: 30px;
2649
- min-height: 70px;
2650
+ min-height: 75px;
2651
+
2652
+ display: -webkit-box;
2653
+ overflow: hidden;
2654
+ -webkit-line-clamp: 3;
2655
+ -webkit-box-orient: vertical;
2650
2656
  }
2651
2657
  .ui-app-area .items-container .table-item h4 a {
2652
2658
  color: #000;
2653
2659
  text-decoration: none;
2660
+
2661
+ display: -webkit-box;
2662
+ overflow: hidden;
2663
+ -webkit-line-clamp: 3;
2664
+ -webkit-box-orient: vertical;
2654
2665
  }
2655
2666
  .ui-app-area .items-container .table-item h4 a:hover {
2656
2667
  text-decoration: underline;
@@ -2666,6 +2677,8 @@ table .ui-table-row {
2666
2677
  width: 100%;
2667
2678
  max-width: 100%;
2668
2679
  margin-bottom: 12px;
2680
+ max-height: 150px;
2681
+ height: 150px;
2669
2682
  }
2670
2683
  .ui-app-area .items-container .table-item .ui-menu-dots {
2671
2684
  width: 5px;
@@ -2728,8 +2741,91 @@ table .ui-table-row {
2728
2741
  width: 22px !important;
2729
2742
  margin-left: 4px;
2730
2743
  margin-top: 3px;
2744
+ height: auto !important;
2731
2745
  }
2732
2746
 
2747
+ /* =========================== */
2748
+
2749
+ .ui-app-area .estimates-container .btn-new {
2750
+ display: block;
2751
+ position: absolute;
2752
+ top: 16px;
2753
+ right: 22px;
2754
+ }
2755
+ .ui-app-area .estimates-drop-container .products-column {
2756
+ display: block;
2757
+ width: 34%;
2758
+ float: left;
2759
+ margin-top: 30px;
2760
+ top: 20px;
2761
+ background-color: #F9FAFC !important;
2762
+ border: 1px solid #D8D9DF;
2763
+ height: calc(100vh - 20px);
2764
+ overflow: scroll;
2765
+ }
2766
+ .ui-app-area .estimates-drop-container .products-column #product_lists .row {
2767
+ --bs-gutter-x: 0 !important;
2768
+ }
2769
+ .ui-app-area .estimates-drop-container .products-column .product-item {
2770
+ padding-right: 5px;
2771
+ font-size: 14px;
2772
+ }
2773
+ .ui-app-area .estimates-drop-container .products-column .product-item .card-body {
2774
+ padding: 10px;
2775
+ }
2776
+ .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
2777
+ font-size: 14px;
2778
+ min-height: 30px;
2779
+ min-height: 75px;
2780
+
2781
+ display: -webkit-box;
2782
+ overflow: hidden;
2783
+ -webkit-line-clamp: 3;
2784
+ -webkit-box-orient: vertical;
2785
+ }
2786
+ .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title span {
2787
+ display: -webkit-box;
2788
+ overflow: hidden;
2789
+ -webkit-line-clamp: 3;
2790
+ -webkit-box-orient: vertical;
2791
+ }
2792
+ .ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
2793
+ width: 100%;
2794
+ max-width: 100%;
2795
+ margin-bottom: 4px;
2796
+ max-height: 150px;
2797
+ height: 130px;
2798
+ }
2799
+ .ui-app-area .estimates-drop-container .themes-column {
2800
+ display: block;
2801
+ width: 64%;
2802
+ float: right;
2803
+ }
2804
+ .ui-app-area .estimates-drop-container .themes-column .card-body {
2805
+ display: block;
2806
+ width: 75%;
2807
+ float: left;
2808
+ position: relative;
2809
+ }
2810
+ .ui-app-area .estimates-drop-container .themes-column .price-container {
2811
+ display: block;
2812
+ width: 24% !important;
2813
+ float: right;
2814
+ margin-top: 30px;
2815
+ top: 20px;
2816
+ background-color: #F9FAFC !important;
2817
+ border: 1px solid #D8D9DF;
2818
+ }
2819
+ .ui-app-area .estimates-drop-container .component-addition {
2820
+ padding-top: 6px;
2821
+ padding-bottom: 6px;
2822
+ border-radius: 4px;
2823
+ }
2824
+ .ui-app-area .estimates-drop-container .component-addition.active,
2825
+ .ui-app-area .estimates-drop-container .component-addition:hover {
2826
+ background-color: #EBEFF5;
2827
+ color: #000;
2828
+ }
2733
2829
 
2734
2830
 
2735
2831
 
@@ -154,6 +154,11 @@ $ui-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
154
154
  box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
155
155
  }
156
156
 
157
+ $ui-medium-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15%);
158
+ .medium-shadow {
159
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15%);
160
+ }
161
+
157
162
  $ui-light-shadow: 1px -1px 7px 0px rgba(174,174,174,0.05);
158
163
  .light-shadow {
159
164
  box-shadow: 1px -1px 7px 0px rgba(174,174,174,0.05);
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.49"
2
+ VERSION = "0.52"
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.49'
4
+ version: '0.52'
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-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails