welcome_css 0.54 → 0.55

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: 0de67aa2aebfc1f9182195ab2411282614e19e98c742d06b5cac3b8aed505ddb
4
- data.tar.gz: 6dd614f57241c0d8b4a9577c33d31c47e028044703ff5ed615faaf563b7301ae
3
+ metadata.gz: 9bc625708eb947f9c64c8d864686f8d4c2723930452adadbc387286af275ffe0
4
+ data.tar.gz: 723be16b9ef30dab1dc59064e3d2983d41c848be57309f72faad782fb814d177
5
5
  SHA512:
6
- metadata.gz: c1a1c6e5055e1ee2370760a6d077b38fe38714cd3141dbaf77b5b48b66804df107ea7ea3c8bf8bc3892f1c28323c40f0cbaf020cc8b9fe67720bc5ad7349d526
7
- data.tar.gz: 0aceb98c06462107fbc7965e9bee2a85334e42be9dbe9b1d574ff30fada765b6bac76358a229979e2abd93cede60969f924fa97d01695e1f6574c5d02d7bef6c
6
+ metadata.gz: d7e8ae470611125585c7af44da2b9529e14185930ee169cb2e368de6bca47e71894fff2a9029fcf40bd9a463d3cdfe4c5d668f6b0741fa0d347627fb7859feb7
7
+ data.tar.gz: e6f4cac95d9c4178c0bbe8087f57a0e56b79359460918096c3ece0e6839609d67968037d56df8a66f0b60987e9bdd6b5541e63758e547f3621b5df81f24bac1e
@@ -2848,7 +2848,7 @@ table .ui-table-row {
2848
2848
  }
2849
2849
  .ui-app-area .estimates-drop-container .products-column {
2850
2850
  display: block;
2851
- width: 34%;
2851
+ width: 44%;
2852
2852
  float: left;
2853
2853
  margin-top: 0px;
2854
2854
  top: 20px;
@@ -2870,7 +2870,7 @@ table .ui-table-row {
2870
2870
  }
2871
2871
  .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
2872
2872
  font-size: 14px;
2873
- min-height: 60px;
2873
+ min-height: 40px;
2874
2874
 
2875
2875
  display: -webkit-box;
2876
2876
  overflow: hidden;
@@ -2890,9 +2890,29 @@ table .ui-table-row {
2890
2890
  max-height: 150px;
2891
2891
  height: 130px;
2892
2892
  }
2893
+
2894
+ .ui-app-area .estimates-drop-container .products-column .product-item .img-container {
2895
+ display: block;
2896
+ position: relative;
2897
+ width: 100%;
2898
+ height: 150px;
2899
+
2900
+ overflow: hidden;
2901
+ margin-bottom: 6px;
2902
+ background-size: cover;
2903
+ background-position: center center;
2904
+ }
2905
+
2906
+ .ui-app-area .estimates-drop-container .products-column .btn-filter {
2907
+ margin-left: 8px !important;
2908
+ }
2909
+ .ui-app-area .estimates-drop-container .products-column .float-right {
2910
+ float: right;
2911
+ }
2912
+
2893
2913
  .ui-app-area .estimates-drop-container .themes-column {
2894
2914
  display: block;
2895
- width: 64%;
2915
+ width: 55%;
2896
2916
  float: right;
2897
2917
  }
2898
2918
  .ui-app-area .estimates-drop-container .themes-column .card-body {
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.54"
2
+ VERSION = "0.55"
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.54'
4
+ version: '0.55'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho