welcome_css 0.61 → 0.64

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: 2b527165838add22ccd57c5b6c918f024479e6b39629208052ede53ed4cc64ff
4
- data.tar.gz: 6813265b1ccd3f625c3436c990144c0684017034049fe634a372ec1946c294e5
3
+ metadata.gz: 90922e9b25bff45a7b619eb345e33b668fc47a2af84d38d356f2323a595b5587
4
+ data.tar.gz: 228e2f84ab733c7da0900b5dc5c6f927337189327e6b59fb56bc8502275fdbcc
5
5
  SHA512:
6
- metadata.gz: 1bc98d381c4c62b6cb30fc1e8beea1dd4f2196d7cb2520af74185638cb1a48bf361e53776cfee45c7a34e1514a03721cc118b8071e119876b7d5ad48d8ef3a15
7
- data.tar.gz: bfcac98ec033bb56cbef67304bf21061e7cfae21b9ed34b8498a45a90e9f74ff1828a00b9bfcebadf005bf22db1c51fdd44bc0b3c8d90fe4577cddecf750a75a
6
+ metadata.gz: 552d1afb5abf5fb740a8618616258583069d0a24eadcc08058b42aee2b4309d2522b1844018c4ad224f1c511ddb6a3ce3dccb63f5a0df1ae47850b3d94bd29ff
7
+ data.tar.gz: 23c2b452d57c8ee7f69815faee847b110320c3eeaebb7fb51e71b6d6d4de8899bb868790475a237606192c0d7c83da21d1b5e5efdf26e2c091bd86f65fccb52c
@@ -29,6 +29,10 @@
29
29
  .ui-app-area #themes img {
30
30
  max-width: 60px !important;
31
31
  }
32
+ .ui-app-area .product-img-choice {
33
+ width: 80px;
34
+ height: 66px;
35
+ }
32
36
  }
33
37
 
34
38
  @media (min-width: 993px) {
@@ -225,6 +229,10 @@
225
229
  max-height: 140px;
226
230
  height: 140px;
227
231
  }
232
+ .ui-app-area .product-img-choice {
233
+ width: 66px;
234
+ height: 54px;
235
+ }
228
236
  }
229
237
 
230
238
  @media (min-width: 769px) {
@@ -2686,6 +2686,16 @@ table .ui-table-row {
2686
2686
  .ui-app-area .items-container .table-item.Activate .product-brand {
2687
2687
  opacity: 50%;
2688
2688
  }
2689
+ .ui-app-area .items-container.inactive-products .table-item.Activate .img-container,
2690
+ .ui-app-area .items-container.inactive-products .table-item.Activate h4,
2691
+ .ui-app-area .items-container.inactive-products .table-item.Activate .product-price,
2692
+ .ui-app-area .items-container.inactive-products .table-item.Activate .product-component,
2693
+ .ui-app-area .items-container.inactive-products .table-item.Activate .product-brand {
2694
+ opacity: 100% !important;
2695
+ }
2696
+ .table-item [aria-busy="true"] {
2697
+ background-color: #ff0000 !important;
2698
+ }
2689
2699
  .ui-app-area .items-container .table-item .img-container {
2690
2700
  display: block;
2691
2701
  position: relative;
@@ -2709,7 +2719,7 @@ table .ui-table-row {
2709
2719
  .ui-app-area .items-container .table-item h4,
2710
2720
  .ui-app-area .items-container .table-item .h4 {
2711
2721
  font-size: 14px;
2712
- min-height: 45px !important;
2722
+ min-height: 52px !important;
2713
2723
 
2714
2724
  display: -webkit-box;
2715
2725
  overflow: hidden;
@@ -2794,9 +2804,9 @@ table .ui-table-row {
2794
2804
  width: 40px;
2795
2805
  height: 22px;
2796
2806
  border-radius: 4px;
2797
- box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2807
+ /*box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2798
2808
  -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);
2809
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);*/
2800
2810
  }
2801
2811
  .ui-app-area .activate_deactivate a {
2802
2812
  display: block;
@@ -2835,6 +2845,7 @@ table .ui-table-row {
2835
2845
  display: inline-block;
2836
2846
  width: 40px;
2837
2847
  height: 22px;
2848
+ margin-top: -8px;
2838
2849
  }
2839
2850
  .ui-app-area .items-container .table-item .switch input {
2840
2851
  opacity: 0;
@@ -2942,7 +2953,6 @@ table .ui-table-row {
2942
2953
  max-height: 150px;
2943
2954
  height: 130px;
2944
2955
  }
2945
-
2946
2956
  .ui-app-area #products-list .product-item .img-container {
2947
2957
  display: block;
2948
2958
  position: relative;
@@ -3005,11 +3015,17 @@ table .ui-table-row {
3005
3015
  background-color: #fff !important;
3006
3016
  border: 1px solid #D8D9DF;
3007
3017
  width: 24% !important;
3018
+
3019
+ top: 50px;
3008
3020
  }
3009
3021
  .ui-app-area .estimates-drop-container .component-addition {
3010
3022
  padding-top: 6px;
3011
3023
  padding-bottom: 6px;
3012
3024
  border-radius: 4px;
3025
+
3026
+ display: flex;
3027
+ justify-content: center;
3028
+ align-items: center;
3013
3029
  }
3014
3030
  .ui-app-area .estimates-drop-container .component-addition.active,
3015
3031
  .ui-app-area .estimates-drop-container .component-addition:hover {
@@ -3030,6 +3046,28 @@ table .ui-table-row {
3030
3046
  padding: 2px 6px;
3031
3047
  font-size: 12px;
3032
3048
  }
3049
+ .ui-app-area .product-choice .product-specification {
3050
+ margin-bottom: 4px;
3051
+ }
3052
+ .ui-app-area .product-choice .product-name {
3053
+ font-size: 14px;
3054
+ line-height: 18px;
3055
+ min-height: 40px;
3056
+
3057
+ display: -webkit-box;
3058
+ overflow: hidden;
3059
+ -webkit-line-clamp: 2;
3060
+ -webkit-box-orient: vertical;
3061
+ }
3062
+ .card .delete-selected {
3063
+ display: none;
3064
+ }
3065
+ .product-selected .delete-selected {
3066
+ display: block;
3067
+ position: absolute;
3068
+ top: 10px;
3069
+ right: 10px;
3070
+ }
3033
3071
 
3034
3072
  /* =========================== */
3035
3073
 
@@ -3047,11 +3085,30 @@ table .ui-table-row {
3047
3085
  .modal-dialog #product_list .product-selected h4 {
3048
3086
  font-size: 18px;
3049
3087
  }
3088
+ .modal-dialog #product_list .product-selected .card {
3089
+ width: 100% !important;
3090
+ }
3091
+
3050
3092
  .modal-dialog #product_list .product-selected .product-item {
3051
3093
  width: 100% !important;
3052
3094
  }
3095
+ .modal-dialog #product_list .card {
3096
+ width: 23%;
3097
+ float: left;
3098
+ margin-bottom: 20px;
3099
+ margin-right: 7px;
3100
+ }
3101
+ .modal-dialog #product_list .product-selected .card.selected form:nth-child(2) {
3102
+ display: block;
3103
+ position: absolute;
3104
+ width: 25px !important;
3105
+ height: 25px;
3106
+ top: 0;
3107
+ right: 0;
3108
+ }
3109
+
3053
3110
  .modal-dialog #product_list .product-item {
3054
- width: 25%;
3111
+ width: 100%;
3055
3112
  display: block;
3056
3113
  float: left;
3057
3114
  position: relative;
@@ -3064,6 +3121,11 @@ table .ui-table-row {
3064
3121
  position: relative;
3065
3122
  width: 78%;
3066
3123
  }
3124
+ .modal-dialog #product_list .product-list .card.selected form:nth-child(2) {
3125
+ height: 0 !important;
3126
+ margin-bottom: 0 !important;
3127
+ }
3128
+
3067
3129
  .modal-dialog #product_list .product-item .card-body {
3068
3130
  padding: 8px;
3069
3131
  }
@@ -3123,9 +3185,11 @@ table .ui-table-row {
3123
3185
  border: 1px solid #6FB1F3;
3124
3186
  }
3125
3187
  .modal-dialog #product_list button {
3126
- border: 1px solid #E8E9E9 !important;
3188
+ /*border: 2px solid #E8E9E9 !important;*/
3189
+ border: none !important;
3127
3190
  width: 100%;
3128
3191
  background-color: #fff;
3192
+ padding: 0;
3129
3193
  }
3130
3194
  .modal-dialog #search_form button.btn-primary {
3131
3195
  background-color: #fff !important;
@@ -3155,6 +3219,9 @@ table .ui-table-row {
3155
3219
  border-bottom: 1px solid #D8D9DF;
3156
3220
  padding-bottom: 12px;
3157
3221
  }
3222
+ .ui-app-area .areas-selected-list .row {
3223
+ margin-bottom: 8px;
3224
+ }
3158
3225
 
3159
3226
  /* =========================== */
3160
3227
 
@@ -3179,6 +3246,25 @@ table .ui-table-row {
3179
3246
  background-color: #F2F4FF;
3180
3247
  font-weight: bold;
3181
3248
  }
3249
+ .ui-app-area .product-img-choice {
3250
+ width: 100px;
3251
+ height: 72px;
3252
+ border: 1px solid #D8D9DF;
3253
+
3254
+ background-size: contain;
3255
+ background-position: center center;
3256
+ background-repeat: no-repeat;
3257
+ }
3258
+ .ui-app-area .rooms-pills {
3259
+ background-color: #fff;
3260
+ padding: 5px 5px 2px 5px;
3261
+ border-radius: 4px;
3262
+ border: 1px solid #D8D9DF;
3263
+ /*box-shadow: 1px -1px 8px 0px rgba(174,174,174,.2%);*/
3264
+ }
3265
+ .modal-dialog #product_list .product-list .card-title {
3266
+ height: 44px;
3267
+ }
3182
3268
 
3183
3269
 
3184
3270
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.61"
2
+ VERSION = "0.64"
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.61'
4
+ version: '0.64'
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-29 00:00:00.000000000 Z
11
+ date: 2022-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails