welcome_css 0.50 → 0.53
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: a7b7e42e7958254838cb5d062a254c813771aadd6bbece5ecb8137eadb5e9ff7
|
|
4
|
+
data.tar.gz: 66154b95403dce3ab64cb20fa6fa1fabcd3dddac42e800342ee1a522b97deeb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d95ebb960a36abaf20133cc0af31b944e0e604a1ff94fefd88d0abe4f0afa158a21984281b9bd814f6c67e3695a609ead3b21fdd4041d61d0ca62ac2e6193d41
|
|
7
|
+
data.tar.gz: cac930bd68df5313ff04e462f52772c663788e359f20fb599a80cd424f75a8129c06d42cef033777e183030d7ac504fbdf69c5058f98cff221b7864d476bf689
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
position: relative;
|
|
20
20
|
width: 100%;
|
|
21
21
|
}
|
|
22
|
+
.ui-app-area .estimates-drop-container .themes-column .card-body {
|
|
23
|
+
width: 100%;
|
|
24
|
+
}
|
|
25
|
+
.ui-app-area .estimates-drop-container .themes-column .price-container {
|
|
26
|
+
width: 100% !important;
|
|
27
|
+
margin-top: 0px;
|
|
28
|
+
}
|
|
22
29
|
}
|
|
23
30
|
|
|
24
31
|
@media (min-width: 993px) {
|
|
@@ -208,6 +215,13 @@
|
|
|
208
215
|
.responsive-left {
|
|
209
216
|
float: left !important;
|
|
210
217
|
}
|
|
218
|
+
.ui-app-area .estimates-drop-container .products-column .product-item {
|
|
219
|
+
width: 100% !important;
|
|
220
|
+
}
|
|
221
|
+
.ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
|
|
222
|
+
max-height: 140px;
|
|
223
|
+
height: 140px;
|
|
224
|
+
}
|
|
211
225
|
}
|
|
212
226
|
|
|
213
227
|
@media (min-width: 769px) {
|
|
@@ -2639,28 +2639,48 @@ table .ui-table-row {
|
|
|
2639
2639
|
padding: 12px 12px 15px 12px !important;
|
|
2640
2640
|
font-size: 14px;
|
|
2641
2641
|
width: 19%;
|
|
2642
|
-
margin-bottom:
|
|
2642
|
+
margin-bottom: 30px;
|
|
2643
2643
|
}
|
|
2644
2644
|
.ui-app-area .items-container .table-item.Activate {
|
|
2645
2645
|
opacity: 50%;
|
|
2646
2646
|
}
|
|
2647
|
-
.ui-app-area .items-container .table-item
|
|
2647
|
+
.ui-app-area .items-container .table-item .img-container {
|
|
2648
|
+
display: block;
|
|
2649
|
+
position: relative;
|
|
2650
|
+
width: 100%;
|
|
2651
|
+
height: 150px;
|
|
2652
|
+
|
|
2653
|
+
overflow: hidden;
|
|
2654
|
+
margin-bottom: 6px;
|
|
2655
|
+
background-size: cover;
|
|
2656
|
+
background-position: center center;
|
|
2657
|
+
}
|
|
2658
|
+
.ui-app-area .items-container .table-item .img-container a {
|
|
2659
|
+
display: block;
|
|
2660
|
+
position: absolute;
|
|
2661
|
+
left: 0;
|
|
2662
|
+
right: 0;
|
|
2663
|
+
top: 0;
|
|
2664
|
+
bottom: 0;
|
|
2665
|
+
}
|
|
2666
|
+
.ui-app-area .items-container .table-item h4,
|
|
2667
|
+
.ui-app-area .items-container .table-item .h4 {
|
|
2648
2668
|
font-size: 14px;
|
|
2649
|
-
min-height:
|
|
2650
|
-
min-height: 75px;
|
|
2669
|
+
min-height: 45px !important;
|
|
2651
2670
|
|
|
2652
2671
|
display: -webkit-box;
|
|
2653
2672
|
overflow: hidden;
|
|
2654
|
-
-webkit-line-clamp:
|
|
2673
|
+
-webkit-line-clamp: 2;
|
|
2655
2674
|
-webkit-box-orient: vertical;
|
|
2656
2675
|
}
|
|
2657
|
-
.ui-app-area .items-container .table-item h4 a
|
|
2676
|
+
.ui-app-area .items-container .table-item h4 a,
|
|
2677
|
+
.ui-app-area .items-container .table-item .h4 a {
|
|
2658
2678
|
color: #000;
|
|
2659
2679
|
text-decoration: none;
|
|
2660
2680
|
|
|
2661
2681
|
display: -webkit-box;
|
|
2662
2682
|
overflow: hidden;
|
|
2663
|
-
-webkit-line-clamp:
|
|
2683
|
+
-webkit-line-clamp: 2;
|
|
2664
2684
|
-webkit-box-orient: vertical;
|
|
2665
2685
|
}
|
|
2666
2686
|
.ui-app-area .items-container .table-item h4 a:hover {
|
|
@@ -2677,8 +2697,8 @@ table .ui-table-row {
|
|
|
2677
2697
|
width: 100%;
|
|
2678
2698
|
max-width: 100%;
|
|
2679
2699
|
margin-bottom: 12px;
|
|
2680
|
-
height: 100%;
|
|
2681
2700
|
max-height: 150px;
|
|
2701
|
+
height: 150px;
|
|
2682
2702
|
}
|
|
2683
2703
|
.ui-app-area .items-container .table-item .ui-menu-dots {
|
|
2684
2704
|
width: 5px;
|
|
@@ -2744,6 +2764,89 @@ table .ui-table-row {
|
|
|
2744
2764
|
height: auto !important;
|
|
2745
2765
|
}
|
|
2746
2766
|
|
|
2767
|
+
/* =========================== */
|
|
2768
|
+
|
|
2769
|
+
.ui-app-area .estimates-container .btn-new {
|
|
2770
|
+
display: block;
|
|
2771
|
+
position: absolute;
|
|
2772
|
+
top: 16px;
|
|
2773
|
+
right: 22px;
|
|
2774
|
+
}
|
|
2775
|
+
.ui-app-area .estimates-drop-container .products-column {
|
|
2776
|
+
display: block;
|
|
2777
|
+
width: 34%;
|
|
2778
|
+
float: left;
|
|
2779
|
+
margin-top: 0px;
|
|
2780
|
+
top: 20px;
|
|
2781
|
+
background-color: #F9FAFC !important;
|
|
2782
|
+
border: 1px solid #D8D9DF;
|
|
2783
|
+
|
|
2784
|
+
height: calc(100vh - 20px);
|
|
2785
|
+
overflow: scroll;
|
|
2786
|
+
}
|
|
2787
|
+
.ui-app-area .estimates-drop-container .products-column #product_lists .row {
|
|
2788
|
+
--bs-gutter-x: 0 !important;
|
|
2789
|
+
}
|
|
2790
|
+
.ui-app-area .estimates-drop-container .products-column .product-item {
|
|
2791
|
+
padding-right: 5px;
|
|
2792
|
+
font-size: 14px;
|
|
2793
|
+
}
|
|
2794
|
+
.ui-app-area .estimates-drop-container .products-column .product-item .card-body {
|
|
2795
|
+
padding: 10px;
|
|
2796
|
+
}
|
|
2797
|
+
.ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
|
|
2798
|
+
font-size: 14px;
|
|
2799
|
+
min-height: 60px;
|
|
2800
|
+
|
|
2801
|
+
display: -webkit-box;
|
|
2802
|
+
overflow: hidden;
|
|
2803
|
+
-webkit-line-clamp: 2;
|
|
2804
|
+
-webkit-box-orient: vertical;
|
|
2805
|
+
}
|
|
2806
|
+
.ui-app-area .estimates-drop-container .products-column .product-item h5.card-title span {
|
|
2807
|
+
display: -webkit-box;
|
|
2808
|
+
overflow: hidden;
|
|
2809
|
+
-webkit-line-clamp: 2;
|
|
2810
|
+
-webkit-box-orient: vertical;
|
|
2811
|
+
}
|
|
2812
|
+
.ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
|
|
2813
|
+
width: 100%;
|
|
2814
|
+
max-width: 100%;
|
|
2815
|
+
margin-bottom: 4px;
|
|
2816
|
+
max-height: 150px;
|
|
2817
|
+
height: 130px;
|
|
2818
|
+
}
|
|
2819
|
+
.ui-app-area .estimates-drop-container .themes-column {
|
|
2820
|
+
display: block;
|
|
2821
|
+
width: 64%;
|
|
2822
|
+
float: right;
|
|
2823
|
+
}
|
|
2824
|
+
.ui-app-area .estimates-drop-container .themes-column .card-body {
|
|
2825
|
+
display: block;
|
|
2826
|
+
width: 100%;
|
|
2827
|
+
float: left;
|
|
2828
|
+
position: relative;
|
|
2829
|
+
}
|
|
2830
|
+
.ui-app-area .estimates-drop-container .themes-column .price-container {
|
|
2831
|
+
display: block;
|
|
2832
|
+
width: 100% !important;
|
|
2833
|
+
float: right;
|
|
2834
|
+
margin-top: 0px;
|
|
2835
|
+
top: 20px;
|
|
2836
|
+
background-color: #F9FAFC !important;
|
|
2837
|
+
border: 1px solid #D8D9DF;
|
|
2838
|
+
text-align: center;
|
|
2839
|
+
}
|
|
2840
|
+
.ui-app-area .estimates-drop-container .component-addition {
|
|
2841
|
+
padding-top: 6px;
|
|
2842
|
+
padding-bottom: 6px;
|
|
2843
|
+
border-radius: 4px;
|
|
2844
|
+
}
|
|
2845
|
+
.ui-app-area .estimates-drop-container .component-addition.active,
|
|
2846
|
+
.ui-app-area .estimates-drop-container .component-addition:hover {
|
|
2847
|
+
background-color: #EBEFF5;
|
|
2848
|
+
color: #000;
|
|
2849
|
+
}
|
|
2747
2850
|
|
|
2748
2851
|
|
|
2749
2852
|
|
|
@@ -154,6 +154,11 @@ $ui-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
|
|
|
154
154
|
box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
+
$ui-medium-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15%);
|
|
158
|
+
.medium-shadow {
|
|
159
|
+
box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15%);
|
|
160
|
+
}
|
|
161
|
+
|
|
157
162
|
$ui-light-shadow: 1px -1px 7px 0px rgba(174,174,174,0.05);
|
|
158
163
|
.light-shadow {
|
|
159
164
|
box-shadow: 1px -1px 7px 0px rgba(174,174,174,0.05);
|
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.53'
|
|
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-
|
|
11
|
+
date: 2022-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|