welcome_css 0.57 → 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: 5cda193bb14837e19ccde63ea0f2a38a9c1646550def46f385d9c4cc326e9fdf
4
- data.tar.gz: 98293ddf80558a2e71ff89d3f9ef6542b3b5edeebeb16ee03a1cab8923217c5d
3
+ metadata.gz: 0b7cf4cb70750057f8a253dc8e56c32951369e18ea45119ae58a828c4ee5f9c1
4
+ data.tar.gz: abd1c9dedc69b6bda4da040878d715596ed077749357179d2d21249aaac0e981
5
5
  SHA512:
6
- metadata.gz: feee58798818bba7a8b3caf6ea08164a075742d8d5f1b8785eb2d31d2ed35096d47a829ef2c6d2425e8ecc22ae5d1f3a02b602c332b19abf0c4e86c559e69669
7
- data.tar.gz: dd316a486be3c30fc739f0badf85f8d9534f6f8d6a7d0ff1702a979e5e04b5bd96818ffd2a58d776ed2be2e91fc08ba05a98857083f795486142c6fbdc5c2691
6
+ metadata.gz: 4878122c32a9398aaeea04b4f9f8f6d1b2ec11d6f925bb847ce373f1e36b7a7cf5f3b7f2d3717e7d18e0611298171ac6bbfe74724ece43faf69b5d8c8c3bc2bf
7
+ data.tar.gz: 7337fad100b4369a3bde65794409ce077cf3bdccc06a7b58e2722c56ecfd296ba47002ce3d7306f85825ab35c1ba82ffc89bec62941398978520d10482349613
@@ -6,7 +6,7 @@
6
6
  border: 1px solid $ui_green;
7
7
  }
8
8
  .ui-btn {
9
- font-family: 'gt-eesti-medium';
9
+ font-family: 'hk_groteskmedium';
10
10
  padding: 7px 15px 6px 34px;
11
11
  border-radius: $ui-radius;
12
12
  margin-left: 8px !important;
@@ -17,7 +17,7 @@
17
17
  background-image: image-url('icons/add.svg');
18
18
  background-repeat: no-repeat;
19
19
  background-position: left 16px top 14px;
20
- font-family: 'gt-eesti-medium';
20
+ font-family: 'hk_groteskmedium';
21
21
  }
22
22
  .btn-primary {
23
23
  background-color: $ui_blue;
@@ -65,16 +65,16 @@
65
65
  background-repeat: no-repeat;
66
66
  background-size: 8px;
67
67
  background-position: right 10px top 16px;
68
- font-family: 'gt-eesti-medium';
68
+ font-family: 'hk_groteskmedium';
69
69
  }
70
70
  .ui-app-area .btn-success {
71
- font-family: 'gt-eesti-medium';
71
+ font-family: 'hk_groteskmedium';
72
72
  background-color: transparent;
73
73
  border: 1px solid $ui_blue;
74
74
  color: $ui_blue;
75
75
  }
76
76
  .ui-app-area .btn-alternative {
77
- font-family: 'gt-eesti-medium';
77
+ font-family: 'hk_groteskmedium';
78
78
  background-color: transparent;
79
79
  border: 1px solid #D9D9D9;
80
80
  font-weight: normal;
@@ -86,7 +86,7 @@
86
86
  font-size: $ui_font_normal;
87
87
  color: $ui_blue;
88
88
  border: 1px solid $ui_blue;
89
- font-family: 'gt-eesti-medium';
89
+ font-family: 'hk_groteskmedium';
90
90
  }
91
91
 
92
92
  .btn-white {
@@ -94,7 +94,7 @@
94
94
  font-size: $ui_font_normal;
95
95
  color: $ui_back;
96
96
  border: 1px solid $ui_back;
97
- font-family: 'gt-eesti-medium';
97
+ font-family: 'hk_groteskmedium';
98
98
  }
99
99
  .btn-gray {
100
100
  background-color: $ui_white;
@@ -110,14 +110,14 @@
110
110
  font-size: $ui_font_normal;
111
111
  color: $ui_white;
112
112
  border: 1px solid $ui_back;
113
- font-family: 'gt-eesti-medium';
113
+ font-family: 'hk_groteskmedium';
114
114
  }
115
115
  .btn-black-alternative {
116
116
  background-color: $ui_white;
117
117
  font-size: $ui_font_normal;
118
118
  color: $ui_back;
119
119
  border: 1px solid $ui_back;
120
- font-family: 'gt-eesti-medium';
120
+ font-family: 'hk_groteskmedium';
121
121
  }
122
122
  .btn-pad-lg {
123
123
  padding: 6px 30px !important;
@@ -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 {
@@ -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,56 @@ 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
+ .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
+ }
2982
3069
 
2983
3070
  /* =========================== */
2984
3071
 
@@ -2991,6 +3078,9 @@ table .ui-table-row {
2991
3078
  .ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
2992
3079
  margin-top: 0px;
2993
3080
  width: 200px;
3081
+ font-size: 14px !important;
3082
+ padding: 5px 15px !important;
3083
+ background-position: right 10px top 15px !important;
2994
3084
  }
2995
3085
 
2996
3086
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.57"
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.57'
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-22 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