welcome_css 0.60 → 0.63

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: 0b7cf4cb70750057f8a253dc8e56c32951369e18ea45119ae58a828c4ee5f9c1
4
- data.tar.gz: abd1c9dedc69b6bda4da040878d715596ed077749357179d2d21249aaac0e981
3
+ metadata.gz: 67754d2ecc1c20ca43fd8f132ea58088108da46767fb5091cdd76c62e9bd8a7e
4
+ data.tar.gz: e6adc5aa05f49a1475b1eec6bd209777c5ade42e7ca3ea98f279e925ddcfc93a
5
5
  SHA512:
6
- metadata.gz: 4878122c32a9398aaeea04b4f9f8f6d1b2ec11d6f925bb847ce373f1e36b7a7cf5f3b7f2d3717e7d18e0611298171ac6bbfe74724ece43faf69b5d8c8c3bc2bf
7
- data.tar.gz: 7337fad100b4369a3bde65794409ce077cf3bdccc06a7b58e2722c56ecfd296ba47002ce3d7306f85825ab35c1ba82ffc89bec62941398978520d10482349613
6
+ metadata.gz: 7f277b68ba58c850b395446ab6bce71e97f1386648d4b74dbac56d861caf11a5305bc3998cf6ac365e2fdd9b9c8832c04059d9c2be072e065ac0031759f51f6e
7
+ data.tar.gz: cf9a0d319cc00b472026cfd7900a610d3cf005e2f23491999b874a3b39996b0eb27aeda73255712de6c3422d03b2ded8218cb45233b70ca7c39272a3b957d449
@@ -23,9 +23,16 @@
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
+ }
32
+ .ui-app-area .product-img-choice {
33
+ width: 80px;
34
+ height: 66px;
35
+ }
29
36
  }
30
37
 
31
38
  @media (min-width: 993px) {
@@ -222,6 +229,10 @@
222
229
  max-height: 140px;
223
230
  height: 140px;
224
231
  }
232
+ .ui-app-area .product-img-choice {
233
+ width: 66px;
234
+ height: 54px;
235
+ }
225
236
  }
226
237
 
227
238
  @media (min-width: 769px) {
@@ -415,6 +426,19 @@
415
426
  .ui-app-area .items-container .table-item {
416
427
  width: 32%;
417
428
  }
429
+
430
+ /* =========================== */
431
+
432
+ .ui-app-area .estimates-drop-container .themes-column .estimates-container {
433
+ width: 100% !important;
434
+ }
435
+ .ui-app-area .estimates-drop-container .themes-column .price-container {
436
+ width: 100% !important;
437
+ }
438
+ .ui-app-area .areas-selected-list {
439
+ height: auto;
440
+ overflow: scroll;
441
+ }
418
442
  }
419
443
 
420
444
  @media (max-width: 460px) {
@@ -2709,7 +2709,7 @@ table .ui-table-row {
2709
2709
  .ui-app-area .items-container .table-item h4,
2710
2710
  .ui-app-area .items-container .table-item .h4 {
2711
2711
  font-size: 14px;
2712
- min-height: 45px !important;
2712
+ min-height: 52px !important;
2713
2713
 
2714
2714
  display: -webkit-box;
2715
2715
  overflow: hidden;
@@ -2794,9 +2794,9 @@ table .ui-table-row {
2794
2794
  width: 40px;
2795
2795
  height: 22px;
2796
2796
  border-radius: 4px;
2797
- box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2797
+ /*box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2798
2798
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2799
- -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2799
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);*/
2800
2800
  }
2801
2801
  .ui-app-area .activate_deactivate a {
2802
2802
  display: block;
@@ -2835,6 +2835,7 @@ table .ui-table-row {
2835
2835
  display: inline-block;
2836
2836
  width: 40px;
2837
2837
  height: 22px;
2838
+ margin-top: -8px;
2838
2839
  }
2839
2840
  .ui-app-area .items-container .table-item .switch input {
2840
2841
  opacity: 0;
@@ -2913,14 +2914,14 @@ table .ui-table-row {
2913
2914
  .ui-app-area .estimates-drop-container .products-column #product_lists .row {
2914
2915
  --bs-gutter-x: 0 !important;
2915
2916
  }
2916
- .ui-app-area .estimates-drop-container .products-column .product-item {
2917
+ .ui-app-area #products-list .product-item {
2917
2918
  padding-right: 5px;
2918
2919
  font-size: 14px;
2919
2920
  }
2920
- .ui-app-area .estimates-drop-container .products-column .product-item .card-body {
2921
+ .ui-app-area #products-list .product-item .card-body {
2921
2922
  padding: 10px;
2922
2923
  }
2923
- .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
2924
+ .ui-app-area #products-list .product-item h5.card-title {
2924
2925
  font-size: 14px;
2925
2926
  min-height: 40px;
2926
2927
 
@@ -2929,21 +2930,20 @@ table .ui-table-row {
2929
2930
  -webkit-line-clamp: 2;
2930
2931
  -webkit-box-orient: vertical;
2931
2932
  }
2932
- .ui-app-area .estimates-drop-container .products-column .product-item h5.card-title span {
2933
+ .ui-app-area #products-list .product-item h5.card-title span {
2933
2934
  display: -webkit-box;
2934
2935
  overflow: hidden;
2935
2936
  -webkit-line-clamp: 2;
2936
2937
  -webkit-box-orient: vertical;
2937
2938
  }
2938
- .ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
2939
+ .ui-app-area #products-list .product-item img.img-responsive {
2939
2940
  width: 100%;
2940
2941
  max-width: 100%;
2941
2942
  margin-bottom: 4px;
2942
2943
  max-height: 150px;
2943
2944
  height: 130px;
2944
2945
  }
2945
-
2946
- .ui-app-area .estimates-drop-container .products-column .product-item .img-container {
2946
+ .ui-app-area #products-list .product-item .img-container {
2947
2947
  display: block;
2948
2948
  position: relative;
2949
2949
  width: 100%;
@@ -3005,11 +3005,17 @@ table .ui-table-row {
3005
3005
  background-color: #fff !important;
3006
3006
  border: 1px solid #D8D9DF;
3007
3007
  width: 24% !important;
3008
+
3009
+ top: 50px;
3008
3010
  }
3009
3011
  .ui-app-area .estimates-drop-container .component-addition {
3010
3012
  padding-top: 6px;
3011
3013
  padding-bottom: 6px;
3012
3014
  border-radius: 4px;
3015
+
3016
+ display: flex;
3017
+ justify-content: center;
3018
+ align-items: center;
3013
3019
  }
3014
3020
  .ui-app-area .estimates-drop-container .component-addition.active,
3015
3021
  .ui-app-area .estimates-drop-container .component-addition:hover {
@@ -3030,21 +3036,158 @@ table .ui-table-row {
3030
3036
  padding: 2px 6px;
3031
3037
  font-size: 12px;
3032
3038
  }
3033
- .ui-app-area .product-selected {
3034
- width: 20%;
3039
+ .ui-app-area .product-choice .product-specification {
3040
+ margin-bottom: 4px;
3035
3041
  }
3036
- .ui-app-area .product-list {
3037
- width: 78%;
3038
- padding-left: 10px;
3039
- border-left: 1px solid #D8D9DF;
3042
+ .ui-app-area .product-choice .product-name {
3043
+ font-size: 14px;
3044
+ line-height: 18px;
3045
+ min-height: 40px;
3046
+
3047
+ display: -webkit-box;
3048
+ overflow: hidden;
3049
+ -webkit-line-clamp: 2;
3050
+ -webkit-box-orient: vertical;
3051
+ }
3052
+ .card .delete-selected {
3053
+ display: none;
3054
+ }
3055
+ .product-selected .delete-selected {
3056
+ display: block;
3057
+ position: absolute;
3058
+ top: 10px;
3059
+ right: 10px;
3040
3060
  }
3041
- .ui-app-area .product-list .product-item {
3061
+
3062
+ /* =========================== */
3063
+
3064
+ .modal-dialog #product_list {
3065
+ width: 100% !important;
3066
+ }
3067
+ .modal-dialog #product_list .product-selected {
3068
+ display: block;
3069
+ float: left;
3070
+ position: relative;
3042
3071
  width: 20%;
3072
+ padding-right: 10px;
3073
+ border-right: 1px solid #D8D9DF;
3074
+ }
3075
+ .modal-dialog #product_list .product-selected h4 {
3076
+ font-size: 18px;
3077
+ }
3078
+ .modal-dialog #product_list .product-selected .card {
3079
+ width: 100% !important;
3080
+ }
3081
+
3082
+ .modal-dialog #product_list .product-selected .product-item {
3083
+ width: 100% !important;
3084
+ }
3085
+ .modal-dialog #product_list .card {
3086
+ width: 23%;
3087
+ float: left;
3088
+ margin-bottom: 20px;
3089
+ margin-right: 7px;
3090
+ }
3091
+ .modal-dialog #product_list .product-selected .card.selected form:nth-child(2) {
3092
+ display: block;
3093
+ position: absolute;
3094
+ width: 25px !important;
3095
+ height: 25px;
3096
+ top: 0;
3097
+ right: 0;
3098
+ }
3099
+
3100
+ .modal-dialog #product_list .product-item {
3101
+ width: 100%;
3043
3102
  display: block;
3044
3103
  float: left;
3045
3104
  position: relative;
3046
- padding: 0 5px;
3105
+ padding-right: 5px;
3106
+ font-size: 14px;
3107
+ }
3108
+ .modal-dialog #product_list .product-list {
3109
+ display: block;
3110
+ float: right;
3111
+ position: relative;
3112
+ width: 78%;
3047
3113
  }
3114
+ .modal-dialog #product_list .product-list .card.selected form:nth-child(2) {
3115
+ height: 0 !important;
3116
+ margin-bottom: 0 !important;
3117
+ }
3118
+
3119
+ .modal-dialog #product_list .product-item .card-body {
3120
+ padding: 8px;
3121
+ }
3122
+ .modal-dialog #product_list .product-item h4.card-title {
3123
+ font-size: 14px;
3124
+ min-height: 40px;
3125
+
3126
+ display: -webkit-box;
3127
+ overflow: hidden;
3128
+ -webkit-line-clamp: 2;
3129
+ -webkit-box-orient: vertical;
3130
+ }
3131
+ .modal-dialog #product_list .product-item h5.card-title span {
3132
+ display: -webkit-box;
3133
+ overflow: hidden;
3134
+ -webkit-line-clamp: 2;
3135
+ -webkit-box-orient: vertical;
3136
+ font-size: 12px;
3137
+ text-align: left;
3138
+ }
3139
+ .modal-dialog #product_list .product-item .card-text {
3140
+ text-align: left;
3141
+ width: 100%;
3142
+ font-size: 12px;
3143
+ }
3144
+ .modal-dialog #product_list .product-item .card-text .float-right {
3145
+ float: right;
3146
+ }
3147
+ .modal-dialog #product_list .product-item img.img-responsive {
3148
+ width: 100%;
3149
+ max-width: 100%;
3150
+ margin-bottom: 4px;
3151
+ max-height: 150px;
3152
+ height: 120px;
3153
+ }
3154
+
3155
+ .modal-dialog #product_list .product-item .img-container {
3156
+ display: block;
3157
+ position: relative;
3158
+ width: 100%;
3159
+ height: 110px;
3160
+
3161
+ overflow: hidden;
3162
+ margin-bottom: 6px;
3163
+ background-size: contain;
3164
+ background-position: center center;
3165
+ background-repeat: no-repeat;
3166
+ }
3167
+ .modal-dialog #product_list .product-item .card {
3168
+ background-color: #fff;
3169
+ border: none;
3170
+ border-radius: 0;
3171
+ min-height: 200px;
3172
+ background-color: #fff;
3173
+ }
3174
+ .modal-dialog #product_list .product-item .card.selected {
3175
+ border: 1px solid #6FB1F3;
3176
+ }
3177
+ .modal-dialog #product_list button {
3178
+ /*border: 2px solid #E8E9E9 !important;*/
3179
+ border: none !important;
3180
+ width: 100%;
3181
+ background-color: #fff;
3182
+ padding: 0;
3183
+ }
3184
+ .modal-dialog #search_form button.btn-primary {
3185
+ background-color: #fff !important;
3186
+ color: #3A3A3A !important;
3187
+ border: 1px solid #E0E5E7 !important;
3188
+ }
3189
+
3190
+
3048
3191
  .ui-app-area .price-container h4 {
3049
3192
  border-bottom: 1px solid #D8D9DF;
3050
3193
  width: 100%;
@@ -3066,6 +3209,9 @@ table .ui-table-row {
3066
3209
  border-bottom: 1px solid #D8D9DF;
3067
3210
  padding-bottom: 12px;
3068
3211
  }
3212
+ .ui-app-area .areas-selected-list .row {
3213
+ margin-bottom: 8px;
3214
+ }
3069
3215
 
3070
3216
  /* =========================== */
3071
3217
 
@@ -3083,6 +3229,33 @@ table .ui-table-row {
3083
3229
  background-position: right 10px top 15px !important;
3084
3230
  }
3085
3231
 
3232
+ /* =========================== */
3233
+
3234
+ .ui-app-area #themes .dropdown-item.btn-secondary {
3235
+ color: #000 !important;
3236
+ background-color: #F2F4FF;
3237
+ font-weight: bold;
3238
+ }
3239
+ .ui-app-area .product-img-choice {
3240
+ width: 100px;
3241
+ height: 72px;
3242
+ border: 1px solid #D8D9DF;
3243
+
3244
+ background-size: contain;
3245
+ background-position: center center;
3246
+ background-repeat: no-repeat;
3247
+ }
3248
+ .ui-app-area .rooms-pills {
3249
+ background-color: #fff;
3250
+ padding: 5px 5px 2px 5px;
3251
+ border-radius: 4px;
3252
+ border: 1px solid #D8D9DF;
3253
+ /*box-shadow: 1px -1px 8px 0px rgba(174,174,174,.2%);*/
3254
+ }
3255
+ .modal-dialog #product_list .product-list .card-title {
3256
+ height: 44px;
3257
+ }
3258
+
3086
3259
 
3087
3260
 
3088
3261
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.60"
2
+ VERSION = "0.63"
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.60'
4
+ version: '0.63'
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-28 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails