welcome_css 0.52 → 0.53

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: 97469d53556a50ac0856582bd07e0fa30eb6efebdd01b44b1368a6a8891cf593
4
- data.tar.gz: d95efae455cf67797ecaed5dfb332a430d09801d665478e88dcc3693973a8088
3
+ metadata.gz: a7b7e42e7958254838cb5d062a254c813771aadd6bbece5ecb8137eadb5e9ff7
4
+ data.tar.gz: 66154b95403dce3ab64cb20fa6fa1fabcd3dddac42e800342ee1a522b97deeb7
5
5
  SHA512:
6
- metadata.gz: 9e4e5ac0a98c7d7c4297d588b90d9d2b00b21ec220a8e37986e47885a39de9d2731e6e5c42b262902aa44ab7db84b36a44f153e64f84d0b484d7ab598d1a940c
7
- data.tar.gz: e82b4a5676909801f82241c3872d03bf6b56f7bf107af0ef2136b4158333622e4fd37bf352fe49aee6f4ac7d4dc5f3a0191e52b7978fed0cb1518730e3c67b3a
6
+ metadata.gz: d95ebb960a36abaf20133cc0af31b944e0e604a1ff94fefd88d0abe4f0afa158a21984281b9bd814f6c67e3695a609ead3b21fdd4041d61d0ca62ac2e6193d41
7
+ data.tar.gz: cac930bd68df5313ff04e462f52772c663788e359f20fb599a80cd424f75a8129c06d42cef033777e183030d7ac504fbdf69c5058f98cff221b7864d476bf689
@@ -2639,28 +2639,48 @@ 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
2644
  .ui-app-area .items-container .table-item.Activate {
2645
2645
  opacity: 50%;
2646
2646
  }
2647
- .ui-app-area .items-container .table-item h4 {
2647
+ .ui-app-area .items-container .table-item .img-container {
2648
+ display: block;
2649
+ position: relative;
2650
+ width: 100%;
2651
+ height: 150px;
2652
+
2653
+ overflow: hidden;
2654
+ margin-bottom: 6px;
2655
+ background-size: cover;
2656
+ background-position: center center;
2657
+ }
2658
+ .ui-app-area .items-container .table-item .img-container a {
2659
+ display: block;
2660
+ position: absolute;
2661
+ left: 0;
2662
+ right: 0;
2663
+ top: 0;
2664
+ bottom: 0;
2665
+ }
2666
+ .ui-app-area .items-container .table-item h4,
2667
+ .ui-app-area .items-container .table-item .h4 {
2648
2668
  font-size: 14px;
2649
- min-height: 30px;
2650
- min-height: 75px;
2669
+ min-height: 45px !important;
2651
2670
 
2652
2671
  display: -webkit-box;
2653
2672
  overflow: hidden;
2654
- -webkit-line-clamp: 3;
2673
+ -webkit-line-clamp: 2;
2655
2674
  -webkit-box-orient: vertical;
2656
2675
  }
2657
- .ui-app-area .items-container .table-item h4 a {
2676
+ .ui-app-area .items-container .table-item h4 a,
2677
+ .ui-app-area .items-container .table-item .h4 a {
2658
2678
  color: #000;
2659
2679
  text-decoration: none;
2660
2680
 
2661
2681
  display: -webkit-box;
2662
2682
  overflow: hidden;
2663
- -webkit-line-clamp: 3;
2683
+ -webkit-line-clamp: 2;
2664
2684
  -webkit-box-orient: vertical;
2665
2685
  }
2666
2686
  .ui-app-area .items-container .table-item h4 a:hover {
@@ -2756,10 +2776,11 @@ table .ui-table-row {
2756
2776
  display: block;
2757
2777
  width: 34%;
2758
2778
  float: left;
2759
- margin-top: 30px;
2779
+ margin-top: 0px;
2760
2780
  top: 20px;
2761
2781
  background-color: #F9FAFC !important;
2762
2782
  border: 1px solid #D8D9DF;
2783
+
2763
2784
  height: calc(100vh - 20px);
2764
2785
  overflow: scroll;
2765
2786
  }
@@ -2775,18 +2796,17 @@ table .ui-table-row {
2775
2796
  }
2776
2797
  .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
2777
2798
  font-size: 14px;
2778
- min-height: 30px;
2779
- min-height: 75px;
2799
+ min-height: 60px;
2780
2800
 
2781
2801
  display: -webkit-box;
2782
2802
  overflow: hidden;
2783
- -webkit-line-clamp: 3;
2803
+ -webkit-line-clamp: 2;
2784
2804
  -webkit-box-orient: vertical;
2785
2805
  }
2786
2806
  .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title span {
2787
2807
  display: -webkit-box;
2788
2808
  overflow: hidden;
2789
- -webkit-line-clamp: 3;
2809
+ -webkit-line-clamp: 2;
2790
2810
  -webkit-box-orient: vertical;
2791
2811
  }
2792
2812
  .ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
@@ -2803,18 +2823,19 @@ table .ui-table-row {
2803
2823
  }
2804
2824
  .ui-app-area .estimates-drop-container .themes-column .card-body {
2805
2825
  display: block;
2806
- width: 75%;
2826
+ width: 100%;
2807
2827
  float: left;
2808
2828
  position: relative;
2809
2829
  }
2810
2830
  .ui-app-area .estimates-drop-container .themes-column .price-container {
2811
2831
  display: block;
2812
- width: 24% !important;
2832
+ width: 100% !important;
2813
2833
  float: right;
2814
- margin-top: 30px;
2834
+ margin-top: 0px;
2815
2835
  top: 20px;
2816
2836
  background-color: #F9FAFC !important;
2817
2837
  border: 1px solid #D8D9DF;
2838
+ text-align: center;
2818
2839
  }
2819
2840
  .ui-app-area .estimates-drop-container .component-addition {
2820
2841
  padding-top: 6px;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.52"
2
+ VERSION = "0.53"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.52'
4
+ version: '0.53'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho