welcome_css 0.54 → 0.57

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: 5cda193bb14837e19ccde63ea0f2a38a9c1646550def46f385d9c4cc326e9fdf
4
+ data.tar.gz: 98293ddf80558a2e71ff89d3f9ef6542b3b5edeebeb16ee03a1cab8923217c5d
5
5
  SHA512:
6
- metadata.gz: c1a1c6e5055e1ee2370760a6d077b38fe38714cd3141dbaf77b5b48b66804df107ea7ea3c8bf8bc3892f1c28323c40f0cbaf020cc8b9fe67720bc5ad7349d526
7
- data.tar.gz: 0aceb98c06462107fbc7965e9bee2a85334e42be9dbe9b1d574ff30fada765b6bac76358a229979e2abd93cede60969f924fa97d01695e1f6574c5d02d7bef6c
6
+ metadata.gz: feee58798818bba7a8b3caf6ea08164a075742d8d5f1b8785eb2d31d2ed35096d47a829ef2c6d2425e8ecc22ae5d1f3a02b602c332b19abf0c4e86c559e69669
7
+ data.tar.gz: dd316a486be3c30fc739f0badf85f8d9534f6f8d6a7d0ff1702a979e5e04b5bd96818ffd2a58d776ed2be2e91fc08ba05a98857083f795486142c6fbdc5c2691
@@ -188,6 +188,10 @@
188
188
  .btn.btn-right {
189
189
  float: right;
190
190
  }
191
+ .txt-danger,
192
+ .txt-danger:hover {
193
+ color: #DC3545;
194
+ }
191
195
 
192
196
  /* ========================================= */
193
197
 
@@ -274,6 +274,27 @@
274
274
  .am-content.ui-app-area .block-widget .blocks-container .blocks_areas .block_area-item {
275
275
  width: 25%;
276
276
  }
277
+
278
+ .land-app .ui-app-area .filter-block {
279
+ padding: 20px 25px 10px 25px !important;
280
+ }
281
+ .land-app .ui-app-area .filter-inputs {
282
+ border-right: none;
283
+ }
284
+ .land-app .ui-app-area .filter-block .filter-buttons {
285
+ position: relative;
286
+ top: auto;
287
+ right: auto;
288
+ width: 100%;
289
+ float: left;
290
+ padding-top: 18px;
291
+ border-top: 1px solid #D9D9D9;
292
+ }
293
+ .land-app .ui-app-area .filter-block .col-8,
294
+ .land-app .ui-app-area .filter-block .col-2,
295
+ .land-app .ui-app-area .filter-block .col-4 {
296
+ width: 100%;
297
+ }
277
298
  }
278
299
 
279
300
  @media (max-width: 580px) {
@@ -862,6 +862,44 @@ table .ui-table-row {
862
862
 
863
863
  /* =========================== */
864
864
 
865
+ .land-app .ui-app-area .filter-block {
866
+ padding: 20px 132px 10px 25px !important;
867
+ box-shadow: $ui-shadow;
868
+ }
869
+ .land-app .ui-app-area .filter-inputs {
870
+ border-right: 1px solid #D9D9D9;
871
+ }
872
+ .land-app .ui-app-area .filter-block .col-8,
873
+ .land-app .ui-app-area .filter-block .col-2,
874
+ .land-app .ui-app-area .filter-block .col-4 {
875
+ padding-left: 5px !important;
876
+ padding-right: 5px !important;
877
+ }
878
+ .land-app .ui-app-area .filter-block .row {
879
+ margin-bottom: 12px;
880
+ }
881
+ .land-app .ui-app-area .filter-block .row input,
882
+ .land-app .ui-app-area .filter-block .row select {
883
+ width: 100%;
884
+ }
885
+ .land-app .ui-app-area .filter-block label {
886
+ font-size: 12px;
887
+ justify-content: flex-start;
888
+ margin-left: 15px;
889
+ width: 100%;
890
+ margin-bottom: 4px;
891
+ font-weight: bold;
892
+ }
893
+ .land-app .ui-app-area .filter-block .filter-buttons {
894
+ display: block;
895
+ position: absolute;
896
+ top: 20px;
897
+ right: 20px;
898
+ width: 100px;
899
+ }
900
+
901
+ /* =========================== */
902
+
865
903
  .main-app .tab-table {
866
904
  background-color: $ui_white;
867
905
  }
@@ -2848,7 +2886,7 @@ table .ui-table-row {
2848
2886
  }
2849
2887
  .ui-app-area .estimates-drop-container .products-column {
2850
2888
  display: block;
2851
- width: 34%;
2889
+ width: 44%;
2852
2890
  float: left;
2853
2891
  margin-top: 0px;
2854
2892
  top: 20px;
@@ -2870,7 +2908,7 @@ table .ui-table-row {
2870
2908
  }
2871
2909
  .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
2872
2910
  font-size: 14px;
2873
- min-height: 60px;
2911
+ min-height: 40px;
2874
2912
 
2875
2913
  display: -webkit-box;
2876
2914
  overflow: hidden;
@@ -2890,9 +2928,29 @@ table .ui-table-row {
2890
2928
  max-height: 150px;
2891
2929
  height: 130px;
2892
2930
  }
2931
+
2932
+ .ui-app-area .estimates-drop-container .products-column .product-item .img-container {
2933
+ display: block;
2934
+ position: relative;
2935
+ width: 100%;
2936
+ height: 150px;
2937
+
2938
+ overflow: hidden;
2939
+ margin-bottom: 6px;
2940
+ background-size: cover;
2941
+ background-position: center center;
2942
+ }
2943
+
2944
+ .ui-app-area .estimates-drop-container .products-column .btn-filter {
2945
+ margin-left: 8px !important;
2946
+ }
2947
+ .ui-app-area .estimates-drop-container .products-column .float-right {
2948
+ float: right;
2949
+ }
2950
+
2893
2951
  .ui-app-area .estimates-drop-container .themes-column {
2894
2952
  display: block;
2895
- width: 64%;
2953
+ width: 55%;
2896
2954
  float: right;
2897
2955
  }
2898
2956
  .ui-app-area .estimates-drop-container .themes-column .card-body {
@@ -2922,6 +2980,18 @@ table .ui-table-row {
2922
2980
  color: #000;
2923
2981
  }
2924
2982
 
2983
+ /* =========================== */
2984
+
2985
+ .ui-app-area .estimates-drop-container #ui-tabs {
2986
+ display: block;
2987
+ float: left;
2988
+ position: relative;
2989
+ padding-left: 0;
2990
+ }
2991
+ .ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
2992
+ margin-top: 0px;
2993
+ width: 200px;
2994
+ }
2925
2995
 
2926
2996
 
2927
2997
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.54"
2
+ VERSION = "0.57"
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.54'
4
+ version: '0.57'
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-10 00:00:00.000000000 Z
11
+ date: 2022-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails