welcome_css 0.59 → 0.60

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: b0ce1679057567ce050e84c13d141494be0e07106e53a799220ba904851300e2
4
- data.tar.gz: 6642184a31f924822c01904ad3428a0042ac54d1b6601f169c7a5aa53080b6bd
3
+ metadata.gz: 0b7cf4cb70750057f8a253dc8e56c32951369e18ea45119ae58a828c4ee5f9c1
4
+ data.tar.gz: abd1c9dedc69b6bda4da040878d715596ed077749357179d2d21249aaac0e981
5
5
  SHA512:
6
- metadata.gz: 37493d603a7c4e9edca0300638ff4e7fb57c33976463f8d8ba40840ddf463dee820fa02c6afb28269ea9caba4f2a81ba3d58e1683c90554e39f778d170c3bd6a
7
- data.tar.gz: 68f95ef8df09d197d893aced99ce7e32c4ca3a5ca1e6f85b69598d30f6ce8a0ce4eb69b151306c3c0cbfa4a95cbb341e15ddb4fc469e31261ce1b9bcef8c38cf
6
+ metadata.gz: 4878122c32a9398aaeea04b4f9f8f6d1b2ec11d6f925bb847ce373f1e36b7a7cf5f3b7f2d3717e7d18e0611298171ac6bbfe74724ece43faf69b5d8c8c3bc2bf
7
+ data.tar.gz: 7337fad100b4369a3bde65794409ce077cf3bdccc06a7b58e2722c56ecfd296ba47002ce3d7306f85825ab35c1ba82ffc89bec62941398978520d10482349613
@@ -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,15 +2900,15 @@ 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;
@@ -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 {
@@ -2955,15 +2970,15 @@ table .ui-table-row {
2955
2970
  }*/
2956
2971
  .ui-app-area .estimates-drop-container .themes-column {
2957
2972
  display: block;
2958
- width: 55%;
2959
- float: right;
2973
+ width: 100%;
2974
+ float: left;
2975
+ position: relative;
2960
2976
  margin-top: 0px;
2961
2977
  /*background-color: #F9FAFC !important;
2962
2978
  border: 1px solid #D8D9DF;*/
2963
2979
 
2964
- height: calc(100vh - 20px);
2965
- overflow: scroll;
2966
- position: relative;
2980
+ /*height: calc(100vh - 20px);
2981
+ overflow: scroll;*/
2967
2982
  }
2968
2983
  .ui-app-area .estimates-drop-container .themes-column .card-body {
2969
2984
  display: block;
@@ -2975,20 +2990,21 @@ table .ui-table-row {
2975
2990
  }
2976
2991
  .ui-app-area .estimates-drop-container .themes-column .estimates-container {
2977
2992
  display: block;
2978
- position: absolute;
2993
+ float: left;
2994
+ position: relative;
2979
2995
  height: 100%;
2980
- padding-bottom: 80px;
2996
+ width: 75% !important;
2997
+ }
2998
+ .ui-app-area .estimates-drop-container .themes-column .estimates-container .dropdown-select {
2999
+ display: block;
2981
3000
  }
2982
3001
  .ui-app-area .estimates-drop-container .themes-column .price-container {
2983
3002
  display: block;
2984
- width: 100% !important;
2985
3003
  float: right;
2986
3004
  margin-top: 0px;
2987
3005
  background-color: #fff !important;
2988
3006
  border: 1px solid #D8D9DF;
2989
- text-align: center;
2990
- position: absolute;
2991
- bottom: 0;
3007
+ width: 24% !important;
2992
3008
  }
2993
3009
  .ui-app-area .estimates-drop-container .component-addition {
2994
3010
  padding-top: 6px;
@@ -3014,6 +3030,42 @@ table .ui-table-row {
3014
3030
  padding: 2px 6px;
3015
3031
  font-size: 12px;
3016
3032
  }
3033
+ .ui-app-area .product-selected {
3034
+ width: 20%;
3035
+ }
3036
+ .ui-app-area .product-list {
3037
+ width: 78%;
3038
+ padding-left: 10px;
3039
+ border-left: 1px solid #D8D9DF;
3040
+ }
3041
+ .ui-app-area .product-list .product-item {
3042
+ width: 20%;
3043
+ display: block;
3044
+ float: left;
3045
+ position: relative;
3046
+ padding: 0 5px;
3047
+ }
3048
+ .ui-app-area .price-container h4 {
3049
+ border-bottom: 1px solid #D8D9DF;
3050
+ width: 100%;
3051
+ padding-bottom: 8px;
3052
+ }
3053
+ .ui-app-area .areas-selected-list {
3054
+ display: block;
3055
+ float: left;
3056
+ position: relative;
3057
+ width: 100%;
3058
+ height: 200px;
3059
+ overflow: scroll;
3060
+ font-size: 14px;
3061
+ padding-bottom: 20px;
3062
+ margin-bottom: 12px;
3063
+ border-bottom: 1px solid #D8D9DF;
3064
+ }
3065
+ .ui-app-area .theme-titles {
3066
+ border-bottom: 1px solid #D8D9DF;
3067
+ padding-bottom: 12px;
3068
+ }
3017
3069
 
3018
3070
  /* =========================== */
3019
3071
 
@@ -3026,6 +3078,9 @@ table .ui-table-row {
3026
3078
  .ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
3027
3079
  margin-top: 0px;
3028
3080
  width: 200px;
3081
+ font-size: 14px !important;
3082
+ padding: 5px 15px !important;
3083
+ background-position: right 10px top 15px !important;
3029
3084
  }
3030
3085
 
3031
3086
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.59"
2
+ VERSION = "0.60"
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.59'
4
+ version: '0.60'
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-24 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails