welcome_css 0.51 → 0.52
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: 97469d53556a50ac0856582bd07e0fa30eb6efebdd01b44b1368a6a8891cf593
|
|
4
|
+
data.tar.gz: d95efae455cf67797ecaed5dfb332a430d09801d665478e88dcc3693973a8088
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e4e5ac0a98c7d7c4297d588b90d9d2b00b21ec220a8e37986e47885a39de9d2731e6e5c42b262902aa44ab7db84b36a44f153e64f84d0b484d7ab598d1a940c
|
|
7
|
+
data.tar.gz: e82b4a5676909801f82241c3872d03bf6b56f7bf107af0ef2136b4158333622e4fd37bf352fe49aee6f4ac7d4dc5f3a0191e52b7978fed0cb1518730e3c67b3a
|
|
@@ -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) {
|
|
@@ -2677,7 +2677,6 @@ table .ui-table-row {
|
|
|
2677
2677
|
width: 100%;
|
|
2678
2678
|
max-width: 100%;
|
|
2679
2679
|
margin-bottom: 12px;
|
|
2680
|
-
height: 100%;
|
|
2681
2680
|
max-height: 150px;
|
|
2682
2681
|
height: 150px;
|
|
2683
2682
|
}
|
|
@@ -2745,6 +2744,88 @@ table .ui-table-row {
|
|
|
2745
2744
|
height: auto !important;
|
|
2746
2745
|
}
|
|
2747
2746
|
|
|
2747
|
+
/* =========================== */
|
|
2748
|
+
|
|
2749
|
+
.ui-app-area .estimates-container .btn-new {
|
|
2750
|
+
display: block;
|
|
2751
|
+
position: absolute;
|
|
2752
|
+
top: 16px;
|
|
2753
|
+
right: 22px;
|
|
2754
|
+
}
|
|
2755
|
+
.ui-app-area .estimates-drop-container .products-column {
|
|
2756
|
+
display: block;
|
|
2757
|
+
width: 34%;
|
|
2758
|
+
float: left;
|
|
2759
|
+
margin-top: 30px;
|
|
2760
|
+
top: 20px;
|
|
2761
|
+
background-color: #F9FAFC !important;
|
|
2762
|
+
border: 1px solid #D8D9DF;
|
|
2763
|
+
height: calc(100vh - 20px);
|
|
2764
|
+
overflow: scroll;
|
|
2765
|
+
}
|
|
2766
|
+
.ui-app-area .estimates-drop-container .products-column #product_lists .row {
|
|
2767
|
+
--bs-gutter-x: 0 !important;
|
|
2768
|
+
}
|
|
2769
|
+
.ui-app-area .estimates-drop-container .products-column .product-item {
|
|
2770
|
+
padding-right: 5px;
|
|
2771
|
+
font-size: 14px;
|
|
2772
|
+
}
|
|
2773
|
+
.ui-app-area .estimates-drop-container .products-column .product-item .card-body {
|
|
2774
|
+
padding: 10px;
|
|
2775
|
+
}
|
|
2776
|
+
.ui-app-area .estimates-drop-container .products-column .product-item h5.card-title {
|
|
2777
|
+
font-size: 14px;
|
|
2778
|
+
min-height: 30px;
|
|
2779
|
+
min-height: 75px;
|
|
2780
|
+
|
|
2781
|
+
display: -webkit-box;
|
|
2782
|
+
overflow: hidden;
|
|
2783
|
+
-webkit-line-clamp: 3;
|
|
2784
|
+
-webkit-box-orient: vertical;
|
|
2785
|
+
}
|
|
2786
|
+
.ui-app-area .estimates-drop-container .products-column .product-item h5.card-title span {
|
|
2787
|
+
display: -webkit-box;
|
|
2788
|
+
overflow: hidden;
|
|
2789
|
+
-webkit-line-clamp: 3;
|
|
2790
|
+
-webkit-box-orient: vertical;
|
|
2791
|
+
}
|
|
2792
|
+
.ui-app-area .estimates-drop-container .products-column .product-item img.img-responsive {
|
|
2793
|
+
width: 100%;
|
|
2794
|
+
max-width: 100%;
|
|
2795
|
+
margin-bottom: 4px;
|
|
2796
|
+
max-height: 150px;
|
|
2797
|
+
height: 130px;
|
|
2798
|
+
}
|
|
2799
|
+
.ui-app-area .estimates-drop-container .themes-column {
|
|
2800
|
+
display: block;
|
|
2801
|
+
width: 64%;
|
|
2802
|
+
float: right;
|
|
2803
|
+
}
|
|
2804
|
+
.ui-app-area .estimates-drop-container .themes-column .card-body {
|
|
2805
|
+
display: block;
|
|
2806
|
+
width: 75%;
|
|
2807
|
+
float: left;
|
|
2808
|
+
position: relative;
|
|
2809
|
+
}
|
|
2810
|
+
.ui-app-area .estimates-drop-container .themes-column .price-container {
|
|
2811
|
+
display: block;
|
|
2812
|
+
width: 24% !important;
|
|
2813
|
+
float: right;
|
|
2814
|
+
margin-top: 30px;
|
|
2815
|
+
top: 20px;
|
|
2816
|
+
background-color: #F9FAFC !important;
|
|
2817
|
+
border: 1px solid #D8D9DF;
|
|
2818
|
+
}
|
|
2819
|
+
.ui-app-area .estimates-drop-container .component-addition {
|
|
2820
|
+
padding-top: 6px;
|
|
2821
|
+
padding-bottom: 6px;
|
|
2822
|
+
border-radius: 4px;
|
|
2823
|
+
}
|
|
2824
|
+
.ui-app-area .estimates-drop-container .component-addition.active,
|
|
2825
|
+
.ui-app-area .estimates-drop-container .component-addition:hover {
|
|
2826
|
+
background-color: #EBEFF5;
|
|
2827
|
+
color: #000;
|
|
2828
|
+
}
|
|
2748
2829
|
|
|
2749
2830
|
|
|
2750
2831
|
|
|
@@ -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.52'
|
|
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
|