welcome_css 0.63 → 0.66
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a8b241fdacc16d395f1a2f817eac97512819a11a2ef26e20681cdda1ffc6527
|
|
4
|
+
data.tar.gz: 40cbf6d7e872d974382b786e2269a21f2c7024541851fb8ff3fd23f3adfb701a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 821f1da9eb67e479eeccd09f859dfa456f77c964d9f5714c63c9d97789a18cc10f90326f48d75f31630aaf04d31a8ac2883af3fc5943b99a36ed21a9e186d4d0
|
|
7
|
+
data.tar.gz: 759b58fb9548c66c2a44be4da251047d78eedb300e3efa172b09859109fa90687a45bea786c4b43658068388d6fd1a240049ba0fe9eb2687391c67dfe8bdf639
|
|
@@ -318,11 +318,16 @@
|
|
|
318
318
|
.link-icon:hover {
|
|
319
319
|
cursor: pointer;
|
|
320
320
|
}
|
|
321
|
-
.simple-link
|
|
322
|
-
|
|
323
|
-
|
|
321
|
+
.simple-link, .simple-link:hover,
|
|
322
|
+
.btn.btn-link, .btn.btn-link:hover {
|
|
323
|
+
color: #4A8FE7 !important;
|
|
324
|
+
background-color: transparent !important;
|
|
324
325
|
border: none;
|
|
325
326
|
font-weight: normal;
|
|
326
|
-
padding: 0;
|
|
327
|
+
padding: 0 !important;
|
|
327
328
|
margin: 0 5px;
|
|
329
|
+
}
|
|
330
|
+
.simple-link:hover,
|
|
331
|
+
.btn.btn-link:hover {
|
|
332
|
+
text-decoration: underline;
|
|
328
333
|
}
|
|
@@ -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
|
|
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.66'
|
|
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-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|