welcome_css 0.62 → 0.65
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 +4 -4
- data/app/assets/stylesheets/_welcome-ui-tables.scss +60 -12
- data/lib/welcome_css/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f30297b4d59c9fa8e8a1f89971887ec91a975c3d2889fb292b0a50c23d1c5581
|
|
4
|
+
data.tar.gz: 8afba905955950aaa74c863c55e70ce3ca9e123e3825c90d83c1fa57473e1058
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7b45dca8beafaba9d14d078bd8a7b49afe9631a37ad9a084888af8469daf4d464a2b5c7d33070c76eb93d6f5de95d89fc8b81ab4492b9388ebddb045c35f911
|
|
7
|
+
data.tar.gz: 7bbfd8d82f6ed378ce026ca24e7f2268e5445c08c87452a02c4e0a5865d5fa0af2d76ef1a1ef547a9234f4f9f5b2e847f47c52827aaee896eeaced523a780209
|
|
@@ -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;
|
|
@@ -2830,20 +2840,23 @@ table .ui-table-row {
|
|
|
2830
2840
|
|
|
2831
2841
|
/* =========================== */
|
|
2832
2842
|
|
|
2833
|
-
.ui-app-area .items-container .table-item .switch
|
|
2843
|
+
.ui-app-area .items-container .table-item .switch,
|
|
2844
|
+
.ui-app-area .items-container .switch {
|
|
2834
2845
|
position: relative;
|
|
2835
2846
|
display: inline-block;
|
|
2836
2847
|
width: 40px;
|
|
2837
2848
|
height: 22px;
|
|
2838
2849
|
margin-top: -8px;
|
|
2839
2850
|
}
|
|
2840
|
-
.ui-app-area .items-container .table-item .switch input
|
|
2851
|
+
.ui-app-area .items-container .table-item .switch input,
|
|
2852
|
+
.ui-app-area .items-container .switch input {
|
|
2841
2853
|
opacity: 0;
|
|
2842
2854
|
width: 0;
|
|
2843
2855
|
height: 0;
|
|
2844
2856
|
}
|
|
2845
2857
|
|
|
2846
|
-
.ui-app-area .items-container .table-item .slider
|
|
2858
|
+
.ui-app-area .items-container .table-item .slider,
|
|
2859
|
+
.ui-app-area .items-container .slider {
|
|
2847
2860
|
position: absolute;
|
|
2848
2861
|
cursor: pointer;
|
|
2849
2862
|
top: 0;
|
|
@@ -2855,7 +2868,8 @@ table .ui-table-row {
|
|
|
2855
2868
|
transition: .4s;
|
|
2856
2869
|
}
|
|
2857
2870
|
|
|
2858
|
-
.ui-app-area .items-container .table-item .slider:before
|
|
2871
|
+
.ui-app-area .items-container .table-item .slider:before,
|
|
2872
|
+
.ui-app-area .items-container .slider:before {
|
|
2859
2873
|
position: absolute;
|
|
2860
2874
|
content: "";
|
|
2861
2875
|
height: 15px;
|
|
@@ -2867,27 +2881,33 @@ table .ui-table-row {
|
|
|
2867
2881
|
transition: .4s;
|
|
2868
2882
|
}
|
|
2869
2883
|
|
|
2870
|
-
.ui-app-area .items-container .table-item .slider
|
|
2884
|
+
.ui-app-area .items-container .table-item .slider,
|
|
2885
|
+
.ui-app-area .items-container .slider {
|
|
2871
2886
|
background-color: #5DD687;
|
|
2872
2887
|
}
|
|
2873
|
-
.ui-app-area .items-container .table-item .slider-off
|
|
2888
|
+
.ui-app-area .items-container .table-item .slider-off,
|
|
2889
|
+
.ui-app-area .items-container .slider-off {
|
|
2874
2890
|
background-color: #CCC;
|
|
2875
2891
|
}
|
|
2876
2892
|
|
|
2877
|
-
.ui-app-area .items-container .table-item input:focus + .slider
|
|
2893
|
+
.ui-app-area .items-container .table-item input:focus + .slider,
|
|
2894
|
+
.ui-app-area .items-container input:focus + .slider {
|
|
2878
2895
|
box-shadow: 0 0 1px #5DD687;
|
|
2879
2896
|
}
|
|
2880
2897
|
|
|
2881
|
-
.ui-app-area .items-container .table-item input:checked + .slider:before
|
|
2898
|
+
.ui-app-area .items-container .table-item input:checked + .slider:before,
|
|
2899
|
+
.ui-app-area .items-container input:checked + .slider:before {
|
|
2882
2900
|
-webkit-transform: translateX(15px);
|
|
2883
2901
|
-ms-transform: translateX(15px);
|
|
2884
2902
|
transform: translateX(15px);
|
|
2885
2903
|
}
|
|
2886
2904
|
|
|
2887
|
-
.ui-app-area .items-container .table-item .slider.round
|
|
2905
|
+
.ui-app-area .items-container .table-item .slider.round,
|
|
2906
|
+
.ui-app-area .items-container .slider.round {
|
|
2888
2907
|
border-radius: 34px;
|
|
2889
2908
|
}
|
|
2890
|
-
.ui-app-area .items-container .table-item .slider.round:before
|
|
2909
|
+
.ui-app-area .items-container .table-item .slider.round:before,
|
|
2910
|
+
.ui-app-area .items-container .slider.round:before {
|
|
2891
2911
|
border-radius: 50%;
|
|
2892
2912
|
}
|
|
2893
2913
|
|
|
@@ -3075,11 +3095,30 @@ table .ui-table-row {
|
|
|
3075
3095
|
.modal-dialog #product_list .product-selected h4 {
|
|
3076
3096
|
font-size: 18px;
|
|
3077
3097
|
}
|
|
3098
|
+
.modal-dialog #product_list .product-selected .card {
|
|
3099
|
+
width: 100% !important;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3078
3102
|
.modal-dialog #product_list .product-selected .product-item {
|
|
3079
3103
|
width: 100% !important;
|
|
3080
3104
|
}
|
|
3105
|
+
.modal-dialog #product_list .card {
|
|
3106
|
+
width: 23%;
|
|
3107
|
+
float: left;
|
|
3108
|
+
margin-bottom: 20px;
|
|
3109
|
+
margin-right: 7px;
|
|
3110
|
+
}
|
|
3111
|
+
.modal-dialog #product_list .product-selected .card.selected form:nth-child(2) {
|
|
3112
|
+
display: block;
|
|
3113
|
+
position: absolute;
|
|
3114
|
+
width: 25px !important;
|
|
3115
|
+
height: 25px;
|
|
3116
|
+
top: 0;
|
|
3117
|
+
right: 0;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3081
3120
|
.modal-dialog #product_list .product-item {
|
|
3082
|
-
width:
|
|
3121
|
+
width: 100%;
|
|
3083
3122
|
display: block;
|
|
3084
3123
|
float: left;
|
|
3085
3124
|
position: relative;
|
|
@@ -3092,6 +3131,11 @@ table .ui-table-row {
|
|
|
3092
3131
|
position: relative;
|
|
3093
3132
|
width: 78%;
|
|
3094
3133
|
}
|
|
3134
|
+
.modal-dialog #product_list .product-list .card.selected form:nth-child(2) {
|
|
3135
|
+
height: 0 !important;
|
|
3136
|
+
margin-bottom: 0 !important;
|
|
3137
|
+
}
|
|
3138
|
+
|
|
3095
3139
|
.modal-dialog #product_list .product-item .card-body {
|
|
3096
3140
|
padding: 8px;
|
|
3097
3141
|
}
|
|
@@ -3151,7 +3195,8 @@ table .ui-table-row {
|
|
|
3151
3195
|
border: 1px solid #6FB1F3;
|
|
3152
3196
|
}
|
|
3153
3197
|
.modal-dialog #product_list button {
|
|
3154
|
-
border: 2px solid #E8E9E9 !important
|
|
3198
|
+
/*border: 2px solid #E8E9E9 !important;*/
|
|
3199
|
+
border: none !important;
|
|
3155
3200
|
width: 100%;
|
|
3156
3201
|
background-color: #fff;
|
|
3157
3202
|
padding: 0;
|
|
@@ -3227,6 +3272,9 @@ table .ui-table-row {
|
|
|
3227
3272
|
border: 1px solid #D8D9DF;
|
|
3228
3273
|
/*box-shadow: 1px -1px 8px 0px rgba(174,174,174,.2%);*/
|
|
3229
3274
|
}
|
|
3275
|
+
.modal-dialog #product_list .product-list .card-title {
|
|
3276
|
+
height: 44px;
|
|
3277
|
+
}
|
|
3230
3278
|
|
|
3231
3279
|
|
|
3232
3280
|
|
data/lib/welcome_css/version.rb
CHANGED
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.
|
|
4
|
+
version: '0.65'
|
|
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-
|
|
11
|
+
date: 2022-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|