welcome_css 0.51 → 0.54

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: a15f0c83ea525932ac5379d2af70326fff413750e8783e6b0dd77f4be0cdc097
4
- data.tar.gz: f6f58d6bcca571f8cfc11a325b08f38a4f48987d361456f0e35091a48a968fa2
3
+ metadata.gz: 0de67aa2aebfc1f9182195ab2411282614e19e98c742d06b5cac3b8aed505ddb
4
+ data.tar.gz: 6dd614f57241c0d8b4a9577c33d31c47e028044703ff5ed615faaf563b7301ae
5
5
  SHA512:
6
- metadata.gz: 3527cdc6ec880bb49a43ba3eb70294c346c10948afcaaee00e97169116c78e580d3232f6f40c08198fa64da2087f5713c66ef9988fdb33be1ebcaeceab50eaa9
7
- data.tar.gz: 79e0fe0c95555d51f6a0b3e868790f8258f8f05f1ba239aff700f9557351be2b767f001b3087ddcfaccb8e913d60a75eba030dafc801e0c279778a441a187970
6
+ metadata.gz: c1a1c6e5055e1ee2370760a6d077b38fe38714cd3141dbaf77b5b48b66804df107ea7ea3c8bf8bc3892f1c28323c40f0cbaf020cc8b9fe67720bc5ad7349d526
7
+ data.tar.gz: 0aceb98c06462107fbc7965e9bee2a85334e42be9dbe9b1d574ff30fada765b6bac76358a229979e2abd93cede60969f924fa97d01695e1f6574c5d02d7bef6c
@@ -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,28 +2639,51 @@ 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
+ margin-bottom: 30px;
2643
2643
  }
2644
- .ui-app-area .items-container .table-item.Activate {
2644
+ .ui-app-area .items-container .table-item.Activate .img-container,
2645
+ .ui-app-area .items-container .table-item.Activate h4,
2646
+ .ui-app-area .items-container .table-item.Activate .product-price,
2647
+ .ui-app-area .items-container .table-item.Activate .product-brand {
2645
2648
  opacity: 50%;
2646
2649
  }
2647
- .ui-app-area .items-container .table-item h4 {
2650
+ .ui-app-area .items-container .table-item .img-container {
2651
+ display: block;
2652
+ position: relative;
2653
+ width: 100%;
2654
+ height: 150px;
2655
+
2656
+ overflow: hidden;
2657
+ margin-bottom: 6px;
2658
+ background-size: cover;
2659
+ background-position: center center;
2660
+ }
2661
+ .ui-app-area .items-container .table-item .img-container a {
2662
+ display: block;
2663
+ position: absolute;
2664
+ left: 0;
2665
+ right: 0;
2666
+ top: 0;
2667
+ bottom: 0;
2668
+ }
2669
+ .ui-app-area .items-container .table-item h4,
2670
+ .ui-app-area .items-container .table-item .h4 {
2648
2671
  font-size: 14px;
2649
- min-height: 30px;
2650
- min-height: 75px;
2672
+ min-height: 45px !important;
2651
2673
 
2652
2674
  display: -webkit-box;
2653
2675
  overflow: hidden;
2654
- -webkit-line-clamp: 3;
2676
+ -webkit-line-clamp: 2;
2655
2677
  -webkit-box-orient: vertical;
2656
2678
  }
2657
- .ui-app-area .items-container .table-item h4 a {
2679
+ .ui-app-area .items-container .table-item h4 a,
2680
+ .ui-app-area .items-container .table-item .h4 a {
2658
2681
  color: #000;
2659
2682
  text-decoration: none;
2660
2683
 
2661
2684
  display: -webkit-box;
2662
2685
  overflow: hidden;
2663
- -webkit-line-clamp: 3;
2686
+ -webkit-line-clamp: 2;
2664
2687
  -webkit-box-orient: vertical;
2665
2688
  }
2666
2689
  .ui-app-area .items-container .table-item h4 a:hover {
@@ -2677,7 +2700,6 @@ table .ui-table-row {
2677
2700
  width: 100%;
2678
2701
  max-width: 100%;
2679
2702
  margin-bottom: 12px;
2680
- height: 100%;
2681
2703
  max-height: 150px;
2682
2704
  height: 150px;
2683
2705
  }
@@ -2688,6 +2710,15 @@ table .ui-table-row {
2688
2710
  right: 12px;
2689
2711
  bottom: 15px;
2690
2712
  }
2713
+ .ui-app-area .items-container .table-item .product-price {
2714
+ border-top: 1px solid #CCCCCC;
2715
+ border-bottom: 1px solid #CCCCCC;
2716
+ padding-top: 4px;
2717
+ padding-bottom: 4px;
2718
+ }
2719
+ .ui-app-area .items-container .table-item .product-price .float-right {
2720
+ float: right;
2721
+ }
2691
2722
  .ui-app-area nav.pagination {
2692
2723
  width: 100%;
2693
2724
  margin: 30px 0;
@@ -2707,9 +2738,9 @@ table .ui-table-row {
2707
2738
  position: absolute;
2708
2739
  right: 10px;
2709
2740
  bottom: 18px;
2710
- border: 1px solid #000;
2711
- width: 34px;
2712
- height: 34px;
2741
+ /*border: 1px solid #000;*/
2742
+ width: 40px;
2743
+ height: 22px;
2713
2744
  border-radius: 4px;
2714
2745
  box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2715
2746
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
@@ -2745,6 +2776,151 @@ table .ui-table-row {
2745
2776
  height: auto !important;
2746
2777
  }
2747
2778
 
2779
+ /* =========================== */
2780
+
2781
+ .ui-app-area .items-container .table-item .switch {
2782
+ position: relative;
2783
+ display: inline-block;
2784
+ width: 40px;
2785
+ height: 22px;
2786
+ }
2787
+ .ui-app-area .items-container .table-item .switch input {
2788
+ opacity: 0;
2789
+ width: 0;
2790
+ height: 0;
2791
+ }
2792
+
2793
+ .ui-app-area .items-container .table-item .slider {
2794
+ position: absolute;
2795
+ cursor: pointer;
2796
+ top: 0;
2797
+ left: 0;
2798
+ right: 0;
2799
+ bottom: 0;
2800
+ background-color: #ccc;
2801
+ -webkit-transition: .4s;
2802
+ transition: .4s;
2803
+ }
2804
+
2805
+ .ui-app-area .items-container .table-item .slider:before {
2806
+ position: absolute;
2807
+ content: "";
2808
+ height: 15px;
2809
+ width: 15px;
2810
+ left: 4px;
2811
+ bottom: 4px;
2812
+ background-color: white;
2813
+ -webkit-transition: .4s;
2814
+ transition: .4s;
2815
+ }
2816
+
2817
+ .ui-app-area .items-container .table-item .slider {
2818
+ background-color: #5DD687;
2819
+ }
2820
+ .ui-app-area .items-container .table-item .slider-off {
2821
+ background-color: #CCC;
2822
+ }
2823
+
2824
+ .ui-app-area .items-container .table-item input:focus + .slider {
2825
+ box-shadow: 0 0 1px #5DD687;
2826
+ }
2827
+
2828
+ .ui-app-area .items-container .table-item input:checked + .slider:before {
2829
+ -webkit-transform: translateX(15px);
2830
+ -ms-transform: translateX(15px);
2831
+ transform: translateX(15px);
2832
+ }
2833
+
2834
+ .ui-app-area .items-container .table-item .slider.round {
2835
+ border-radius: 34px;
2836
+ }
2837
+ .ui-app-area .items-container .table-item .slider.round:before {
2838
+ border-radius: 50%;
2839
+ }
2840
+
2841
+ /* =========================== */
2842
+
2843
+ .ui-app-area .estimates-container .btn-new {
2844
+ display: block;
2845
+ position: absolute;
2846
+ top: 16px;
2847
+ right: 22px;
2848
+ }
2849
+ .ui-app-area .estimates-drop-container .products-column {
2850
+ display: block;
2851
+ width: 34%;
2852
+ float: left;
2853
+ margin-top: 0px;
2854
+ top: 20px;
2855
+ background-color: #F9FAFC !important;
2856
+ border: 1px solid #D8D9DF;
2857
+
2858
+ height: calc(100vh - 20px);
2859
+ overflow: scroll;
2860
+ }
2861
+ .ui-app-area .estimates-drop-container .products-column #product_lists .row {
2862
+ --bs-gutter-x: 0 !important;
2863
+ }
2864
+ .ui-app-area .estimates-drop-container .products-column .product-item {
2865
+ padding-right: 5px;
2866
+ font-size: 14px;
2867
+ }
2868
+ .ui-app-area .estimates-drop-container .products-column .product-item .card-body {
2869
+ padding: 10px;
2870
+ }
2871
+ .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
2872
+ font-size: 14px;
2873
+ min-height: 60px;
2874
+
2875
+ display: -webkit-box;
2876
+ overflow: hidden;
2877
+ -webkit-line-clamp: 2;
2878
+ -webkit-box-orient: vertical;
2879
+ }
2880
+ .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title span {
2881
+ display: -webkit-box;
2882
+ overflow: hidden;
2883
+ -webkit-line-clamp: 2;
2884
+ -webkit-box-orient: vertical;
2885
+ }
2886
+ .ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
2887
+ width: 100%;
2888
+ max-width: 100%;
2889
+ margin-bottom: 4px;
2890
+ max-height: 150px;
2891
+ height: 130px;
2892
+ }
2893
+ .ui-app-area .estimates-drop-container .themes-column {
2894
+ display: block;
2895
+ width: 64%;
2896
+ float: right;
2897
+ }
2898
+ .ui-app-area .estimates-drop-container .themes-column .card-body {
2899
+ display: block;
2900
+ width: 100%;
2901
+ float: left;
2902
+ position: relative;
2903
+ }
2904
+ .ui-app-area .estimates-drop-container .themes-column .price-container {
2905
+ display: block;
2906
+ width: 100% !important;
2907
+ float: right;
2908
+ margin-top: 0px;
2909
+ top: 20px;
2910
+ background-color: #F9FAFC !important;
2911
+ border: 1px solid #D8D9DF;
2912
+ text-align: center;
2913
+ }
2914
+ .ui-app-area .estimates-drop-container .component-addition {
2915
+ padding-top: 6px;
2916
+ padding-bottom: 6px;
2917
+ border-radius: 4px;
2918
+ }
2919
+ .ui-app-area .estimates-drop-container .component-addition.active,
2920
+ .ui-app-area .estimates-drop-container .component-addition:hover {
2921
+ background-color: #EBEFF5;
2922
+ color: #000;
2923
+ }
2748
2924
 
2749
2925
 
2750
2926
 
@@ -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.51"
2
+ VERSION = "0.54"
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.51'
4
+ version: '0.54'
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-08 00:00:00.000000000 Z
11
+ date: 2022-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails