welcome_css 0.58 → 0.61

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: 6593f7b42bba11d97be8401161099a47db5ad8d3cbfd6e337d73d7f1c53704e0
4
- data.tar.gz: 8c82aff173b60c64d549688fc56fc6a14353d2afbab12c007ecaf2a52826cd80
3
+ metadata.gz: 2b527165838add22ccd57c5b6c918f024479e6b39629208052ede53ed4cc64ff
4
+ data.tar.gz: 6813265b1ccd3f625c3436c990144c0684017034049fe634a372ec1946c294e5
5
5
  SHA512:
6
- metadata.gz: 5291da67757cca82a4f91407d973a2d2052a3970a819670a41e6e2ec8ea3c9889811d1f3813c9c7d9c972b36984cf3c984dbe22cc847cdd9b8b71dc105b019bb
7
- data.tar.gz: 2b681645dfbf667f76cd6c9a9ee71846bea010d2bca655b16ee514b5a9e88b66b682cf666470d233585cf5e337bebe8b8f3f37ed38b1f024f107787dae09b9cb
6
+ metadata.gz: 1bc98d381c4c62b6cb30fc1e8beea1dd4f2196d7cb2520af74185638cb1a48bf361e53776cfee45c7a34e1514a03721cc118b8071e119876b7d5ad48d8ef3a15
7
+ data.tar.gz: bfcac98ec033bb56cbef67304bf21061e7cfae21b9ed34b8498a45a90e9f74ff1828a00b9bfcebadf005bf22db1c51fdd44bc0b3c8d90fe4577cddecf750a75a
@@ -23,9 +23,12 @@
23
23
  width: 100%;
24
24
  }
25
25
  .ui-app-area .estimates-drop-container .themes-column .price-container {
26
- width: 100% !important;
26
+ width: 24% !important;
27
27
  margin-top: 0px;
28
28
  }
29
+ .ui-app-area #themes img {
30
+ max-width: 60px !important;
31
+ }
29
32
  }
30
33
 
31
34
  @media (min-width: 993px) {
@@ -415,6 +418,19 @@
415
418
  .ui-app-area .items-container .table-item {
416
419
  width: 32%;
417
420
  }
421
+
422
+ /* =========================== */
423
+
424
+ .ui-app-area .estimates-drop-container .themes-column .estimates-container {
425
+ width: 100% !important;
426
+ }
427
+ .ui-app-area .estimates-drop-container .themes-column .price-container {
428
+ width: 100% !important;
429
+ }
430
+ .ui-app-area .areas-selected-list {
431
+ height: auto;
432
+ overflow: scroll;
433
+ }
418
434
  }
419
435
 
420
436
  @media (max-width: 460px) {
@@ -2682,6 +2682,7 @@ table .ui-table-row {
2682
2682
  .ui-app-area .items-container .table-item.Activate .img-container,
2683
2683
  .ui-app-area .items-container .table-item.Activate h4,
2684
2684
  .ui-app-area .items-container .table-item.Activate .product-price,
2685
+ .ui-app-area .items-container .table-item.Activate .product-component,
2685
2686
  .ui-app-area .items-container .table-item.Activate .product-brand {
2686
2687
  opacity: 50%;
2687
2688
  }
@@ -2693,8 +2694,9 @@ table .ui-table-row {
2693
2694
 
2694
2695
  overflow: hidden;
2695
2696
  margin-bottom: 6px;
2696
- background-size: cover;
2697
+ background-size: contain;
2697
2698
  background-position: center center;
2699
+ background-repeat: no-repeat;
2698
2700
  }
2699
2701
  .ui-app-area .items-container .table-item .img-container a {
2700
2702
  display: block;
@@ -2754,6 +2756,18 @@ table .ui-table-row {
2754
2756
  padding-top: 4px;
2755
2757
  padding-bottom: 4px;
2756
2758
  }
2759
+ .ui-app-area .items-container .table-item .product-component {
2760
+ padding-top: 0px;
2761
+ padding-bottom: 4px;
2762
+ font-size: 14px;
2763
+ min-height: 65px !important;
2764
+
2765
+ display: -webkit-box;
2766
+ overflow: hidden;
2767
+ -webkit-line-clamp: 2;
2768
+ -webkit-box-orient: vertical;
2769
+ margin-bottom: 12px;
2770
+ }
2757
2771
  .ui-app-area .items-container .table-item .product-price .float-right {
2758
2772
  float: right;
2759
2773
  }
@@ -2886,27 +2900,27 @@ table .ui-table-row {
2886
2900
  }
2887
2901
  .ui-app-area .estimates-drop-container .products-column {
2888
2902
  display: block;
2889
- width: 44%;
2903
+ width: 100%;
2890
2904
  float: left;
2905
+ position: relative;
2891
2906
  margin-top: 0px;
2892
- top: 20px;
2893
- background-color: #F9FAFC !important;
2894
- border: 1px solid #D8D9DF;
2907
+ /*background-color: #F9FAFC !important;
2908
+ border: 1px solid #D8D9DF;*/
2895
2909
 
2896
- height: calc(100vh - 20px);
2897
- overflow: scroll;
2910
+ /*height: calc(100vh - 20px);
2911
+ overflow: scroll;*/
2898
2912
  }
2899
2913
  .ui-app-area .estimates-drop-container .products-column #product_lists .row {
2900
2914
  --bs-gutter-x: 0 !important;
2901
2915
  }
2902
- .ui-app-area .estimates-drop-container .products-column .product-item {
2916
+ .ui-app-area #products-list .product-item {
2903
2917
  padding-right: 5px;
2904
2918
  font-size: 14px;
2905
2919
  }
2906
- .ui-app-area .estimates-drop-container .products-column .product-item .card-body {
2920
+ .ui-app-area #products-list .product-item .card-body {
2907
2921
  padding: 10px;
2908
2922
  }
2909
- .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
2923
+ .ui-app-area #products-list .product-item h5.card-title {
2910
2924
  font-size: 14px;
2911
2925
  min-height: 40px;
2912
2926
 
@@ -2915,13 +2929,13 @@ table .ui-table-row {
2915
2929
  -webkit-line-clamp: 2;
2916
2930
  -webkit-box-orient: vertical;
2917
2931
  }
2918
- .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title span {
2932
+ .ui-app-area #products-list .product-item h5.card-title span {
2919
2933
  display: -webkit-box;
2920
2934
  overflow: hidden;
2921
2935
  -webkit-line-clamp: 2;
2922
2936
  -webkit-box-orient: vertical;
2923
2937
  }
2924
- .ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
2938
+ .ui-app-area #products-list .product-item img.img-responsive {
2925
2939
  width: 100%;
2926
2940
  max-width: 100%;
2927
2941
  margin-bottom: 4px;
@@ -2929,7 +2943,7 @@ table .ui-table-row {
2929
2943
  height: 130px;
2930
2944
  }
2931
2945
 
2932
- .ui-app-area .estimates-drop-container .products-column .product-item .img-container {
2946
+ .ui-app-area #products-list .product-item .img-container {
2933
2947
  display: block;
2934
2948
  position: relative;
2935
2949
  width: 100%;
@@ -2937,8 +2951,9 @@ table .ui-table-row {
2937
2951
 
2938
2952
  overflow: hidden;
2939
2953
  margin-bottom: 6px;
2940
- background-size: cover;
2954
+ background-size: contain;
2941
2955
  background-position: center center;
2956
+ background-repeat: no-repeat;
2942
2957
  }
2943
2958
 
2944
2959
  .ui-app-area .estimates-drop-container .products-column .btn-filter {
@@ -2948,26 +2963,48 @@ table .ui-table-row {
2948
2963
  float: right;
2949
2964
  }
2950
2965
 
2951
- .ui-app-area .estimates-drop-container .themes-column {
2966
+ /*.ui-app-area .estimates-drop-container .themes-column {
2952
2967
  display: block;
2953
2968
  width: 55%;
2954
2969
  float: right;
2970
+ }*/
2971
+ .ui-app-area .estimates-drop-container .themes-column {
2972
+ display: block;
2973
+ width: 100%;
2974
+ float: left;
2975
+ position: relative;
2976
+ margin-top: 0px;
2977
+ /*background-color: #F9FAFC !important;
2978
+ border: 1px solid #D8D9DF;*/
2979
+
2980
+ /*height: calc(100vh - 20px);
2981
+ overflow: scroll;*/
2955
2982
  }
2956
2983
  .ui-app-area .estimates-drop-container .themes-column .card-body {
2957
2984
  display: block;
2958
2985
  width: 100%;
2959
2986
  float: left;
2960
2987
  position: relative;
2988
+ padding-top: 0 !important;
2989
+ padding-bottom: 70px;
2990
+ }
2991
+ .ui-app-area .estimates-drop-container .themes-column .estimates-container {
2992
+ display: block;
2993
+ float: left;
2994
+ position: relative;
2995
+ height: 100%;
2996
+ width: 75% !important;
2997
+ }
2998
+ .ui-app-area .estimates-drop-container .themes-column .estimates-container .dropdown-select {
2999
+ display: block;
2961
3000
  }
2962
3001
  .ui-app-area .estimates-drop-container .themes-column .price-container {
2963
3002
  display: block;
2964
- width: 100% !important;
2965
3003
  float: right;
2966
3004
  margin-top: 0px;
2967
- top: 20px;
2968
- background-color: #F9FAFC !important;
3005
+ background-color: #fff !important;
2969
3006
  border: 1px solid #D8D9DF;
2970
- text-align: center;
3007
+ width: 24% !important;
2971
3008
  }
2972
3009
  .ui-app-area .estimates-drop-container .component-addition {
2973
3010
  padding-top: 6px;
@@ -2979,6 +3016,145 @@ table .ui-table-row {
2979
3016
  background-color: #EBEFF5;
2980
3017
  color: #000;
2981
3018
  }
3019
+ .ui-app-area .estimates-drop-container .product-choice .text-success {
3020
+ background-color: #53DA7E;
3021
+ color: #fff !important;
3022
+ border-radius: 50%;
3023
+ padding: 2px 6px;
3024
+ font-size: 12px;
3025
+ }
3026
+ .ui-app-area .estimates-drop-container .product-choice .text-danger {
3027
+ background-color: #eaeaea;
3028
+ color: #fff !important;
3029
+ border-radius: 50%;
3030
+ padding: 2px 6px;
3031
+ font-size: 12px;
3032
+ }
3033
+
3034
+ /* =========================== */
3035
+
3036
+ .modal-dialog #product_list {
3037
+ width: 100% !important;
3038
+ }
3039
+ .modal-dialog #product_list .product-selected {
3040
+ display: block;
3041
+ float: left;
3042
+ position: relative;
3043
+ width: 20%;
3044
+ padding-right: 10px;
3045
+ border-right: 1px solid #D8D9DF;
3046
+ }
3047
+ .modal-dialog #product_list .product-selected h4 {
3048
+ font-size: 18px;
3049
+ }
3050
+ .modal-dialog #product_list .product-selected .product-item {
3051
+ width: 100% !important;
3052
+ }
3053
+ .modal-dialog #product_list .product-item {
3054
+ width: 25%;
3055
+ display: block;
3056
+ float: left;
3057
+ position: relative;
3058
+ padding-right: 5px;
3059
+ font-size: 14px;
3060
+ }
3061
+ .modal-dialog #product_list .product-list {
3062
+ display: block;
3063
+ float: right;
3064
+ position: relative;
3065
+ width: 78%;
3066
+ }
3067
+ .modal-dialog #product_list .product-item .card-body {
3068
+ padding: 8px;
3069
+ }
3070
+ .modal-dialog #product_list .product-item h4.card-title {
3071
+ font-size: 14px;
3072
+ min-height: 40px;
3073
+
3074
+ display: -webkit-box;
3075
+ overflow: hidden;
3076
+ -webkit-line-clamp: 2;
3077
+ -webkit-box-orient: vertical;
3078
+ }
3079
+ .modal-dialog #product_list .product-item h5.card-title span {
3080
+ display: -webkit-box;
3081
+ overflow: hidden;
3082
+ -webkit-line-clamp: 2;
3083
+ -webkit-box-orient: vertical;
3084
+ font-size: 12px;
3085
+ text-align: left;
3086
+ }
3087
+ .modal-dialog #product_list .product-item .card-text {
3088
+ text-align: left;
3089
+ width: 100%;
3090
+ font-size: 12px;
3091
+ }
3092
+ .modal-dialog #product_list .product-item .card-text .float-right {
3093
+ float: right;
3094
+ }
3095
+ .modal-dialog #product_list .product-item img.img-responsive {
3096
+ width: 100%;
3097
+ max-width: 100%;
3098
+ margin-bottom: 4px;
3099
+ max-height: 150px;
3100
+ height: 120px;
3101
+ }
3102
+
3103
+ .modal-dialog #product_list .product-item .img-container {
3104
+ display: block;
3105
+ position: relative;
3106
+ width: 100%;
3107
+ height: 110px;
3108
+
3109
+ overflow: hidden;
3110
+ margin-bottom: 6px;
3111
+ background-size: contain;
3112
+ background-position: center center;
3113
+ background-repeat: no-repeat;
3114
+ }
3115
+ .modal-dialog #product_list .product-item .card {
3116
+ background-color: #fff;
3117
+ border: none;
3118
+ border-radius: 0;
3119
+ min-height: 200px;
3120
+ background-color: #fff;
3121
+ }
3122
+ .modal-dialog #product_list .product-item .card.selected {
3123
+ border: 1px solid #6FB1F3;
3124
+ }
3125
+ .modal-dialog #product_list button {
3126
+ border: 1px solid #E8E9E9 !important;
3127
+ width: 100%;
3128
+ background-color: #fff;
3129
+ }
3130
+ .modal-dialog #search_form button.btn-primary {
3131
+ background-color: #fff !important;
3132
+ color: #3A3A3A !important;
3133
+ border: 1px solid #E0E5E7 !important;
3134
+ }
3135
+
3136
+
3137
+ .ui-app-area .price-container h4 {
3138
+ border-bottom: 1px solid #D8D9DF;
3139
+ width: 100%;
3140
+ padding-bottom: 8px;
3141
+ }
3142
+ .ui-app-area .areas-selected-list {
3143
+ display: block;
3144
+ float: left;
3145
+ position: relative;
3146
+ width: 100%;
3147
+ height: 200px;
3148
+ overflow: scroll;
3149
+ font-size: 14px;
3150
+ padding-bottom: 20px;
3151
+ margin-bottom: 12px;
3152
+ border-bottom: 1px solid #D8D9DF;
3153
+ }
3154
+ .ui-app-area .theme-titles {
3155
+ border-bottom: 1px solid #D8D9DF;
3156
+ padding-bottom: 12px;
3157
+ }
2982
3158
 
2983
3159
  /* =========================== */
2984
3160
 
@@ -2991,6 +3167,17 @@ table .ui-table-row {
2991
3167
  .ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
2992
3168
  margin-top: 0px;
2993
3169
  width: 200px;
3170
+ font-size: 14px !important;
3171
+ padding: 5px 15px !important;
3172
+ background-position: right 10px top 15px !important;
3173
+ }
3174
+
3175
+ /* =========================== */
3176
+
3177
+ .ui-app-area #themes .dropdown-item.btn-secondary {
3178
+ color: #000 !important;
3179
+ background-color: #F2F4FF;
3180
+ font-weight: bold;
2994
3181
  }
2995
3182
 
2996
3183
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.58"
2
+ VERSION = "0.61"
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.58'
4
+ version: '0.61'
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-23 00:00:00.000000000 Z
11
+ date: 2022-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails