welcome_css 0.60 → 0.61
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: 2b527165838add22ccd57c5b6c918f024479e6b39629208052ede53ed4cc64ff
|
|
4
|
+
data.tar.gz: 6813265b1ccd3f625c3436c990144c0684017034049fe634a372ec1946c294e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bc98d381c4c62b6cb30fc1e8beea1dd4f2196d7cb2520af74185638cb1a48bf361e53776cfee45c7a34e1514a03721cc118b8071e119876b7d5ad48d8ef3a15
|
|
7
|
+
data.tar.gz: bfcac98ec033bb56cbef67304bf21061e7cfae21b9ed34b8498a45a90e9f74ff1828a00b9bfcebadf005bf22db1c51fdd44bc0b3c8d90fe4577cddecf750a75a
|
|
@@ -23,9 +23,12 @@
|
|
|
23
23
|
width: 100%;
|
|
24
24
|
}
|
|
25
25
|
.ui-app-area .estimates-drop-container .themes-column .price-container {
|
|
26
|
-
width:
|
|
26
|
+
width: 24% !important;
|
|
27
27
|
margin-top: 0px;
|
|
28
28
|
}
|
|
29
|
+
.ui-app-area #themes img {
|
|
30
|
+
max-width: 60px !important;
|
|
31
|
+
}
|
|
29
32
|
}
|
|
30
33
|
|
|
31
34
|
@media (min-width: 993px) {
|
|
@@ -415,6 +418,19 @@
|
|
|
415
418
|
.ui-app-area .items-container .table-item {
|
|
416
419
|
width: 32%;
|
|
417
420
|
}
|
|
421
|
+
|
|
422
|
+
/* =========================== */
|
|
423
|
+
|
|
424
|
+
.ui-app-area .estimates-drop-container .themes-column .estimates-container {
|
|
425
|
+
width: 100% !important;
|
|
426
|
+
}
|
|
427
|
+
.ui-app-area .estimates-drop-container .themes-column .price-container {
|
|
428
|
+
width: 100% !important;
|
|
429
|
+
}
|
|
430
|
+
.ui-app-area .areas-selected-list {
|
|
431
|
+
height: auto;
|
|
432
|
+
overflow: scroll;
|
|
433
|
+
}
|
|
418
434
|
}
|
|
419
435
|
|
|
420
436
|
@media (max-width: 460px) {
|
|
@@ -2913,14 +2913,14 @@ table .ui-table-row {
|
|
|
2913
2913
|
.ui-app-area .estimates-drop-container .products-column #product_lists .row {
|
|
2914
2914
|
--bs-gutter-x: 0 !important;
|
|
2915
2915
|
}
|
|
2916
|
-
.ui-app-area
|
|
2916
|
+
.ui-app-area #products-list .product-item {
|
|
2917
2917
|
padding-right: 5px;
|
|
2918
2918
|
font-size: 14px;
|
|
2919
2919
|
}
|
|
2920
|
-
.ui-app-area
|
|
2920
|
+
.ui-app-area #products-list .product-item .card-body {
|
|
2921
2921
|
padding: 10px;
|
|
2922
2922
|
}
|
|
2923
|
-
.ui-app-area
|
|
2923
|
+
.ui-app-area #products-list .product-item h5.card-title {
|
|
2924
2924
|
font-size: 14px;
|
|
2925
2925
|
min-height: 40px;
|
|
2926
2926
|
|
|
@@ -2929,13 +2929,13 @@ table .ui-table-row {
|
|
|
2929
2929
|
-webkit-line-clamp: 2;
|
|
2930
2930
|
-webkit-box-orient: vertical;
|
|
2931
2931
|
}
|
|
2932
|
-
.ui-app-area
|
|
2932
|
+
.ui-app-area #products-list .product-item h5.card-title span {
|
|
2933
2933
|
display: -webkit-box;
|
|
2934
2934
|
overflow: hidden;
|
|
2935
2935
|
-webkit-line-clamp: 2;
|
|
2936
2936
|
-webkit-box-orient: vertical;
|
|
2937
2937
|
}
|
|
2938
|
-
.ui-app-area
|
|
2938
|
+
.ui-app-area #products-list .product-item img.img-responsive {
|
|
2939
2939
|
width: 100%;
|
|
2940
2940
|
max-width: 100%;
|
|
2941
2941
|
margin-bottom: 4px;
|
|
@@ -2943,7 +2943,7 @@ table .ui-table-row {
|
|
|
2943
2943
|
height: 130px;
|
|
2944
2944
|
}
|
|
2945
2945
|
|
|
2946
|
-
.ui-app-area
|
|
2946
|
+
.ui-app-area #products-list .product-item .img-container {
|
|
2947
2947
|
display: block;
|
|
2948
2948
|
position: relative;
|
|
2949
2949
|
width: 100%;
|
|
@@ -3030,21 +3030,110 @@ table .ui-table-row {
|
|
|
3030
3030
|
padding: 2px 6px;
|
|
3031
3031
|
font-size: 12px;
|
|
3032
3032
|
}
|
|
3033
|
-
|
|
3033
|
+
|
|
3034
|
+
/* =========================== */
|
|
3035
|
+
|
|
3036
|
+
.modal-dialog #product_list {
|
|
3037
|
+
width: 100% !important;
|
|
3038
|
+
}
|
|
3039
|
+
.modal-dialog #product_list .product-selected {
|
|
3040
|
+
display: block;
|
|
3041
|
+
float: left;
|
|
3042
|
+
position: relative;
|
|
3034
3043
|
width: 20%;
|
|
3044
|
+
padding-right: 10px;
|
|
3045
|
+
border-right: 1px solid #D8D9DF;
|
|
3035
3046
|
}
|
|
3036
|
-
.
|
|
3037
|
-
|
|
3038
|
-
padding-left: 10px;
|
|
3039
|
-
border-left: 1px solid #D8D9DF;
|
|
3047
|
+
.modal-dialog #product_list .product-selected h4 {
|
|
3048
|
+
font-size: 18px;
|
|
3040
3049
|
}
|
|
3041
|
-
.
|
|
3042
|
-
width:
|
|
3050
|
+
.modal-dialog #product_list .product-selected .product-item {
|
|
3051
|
+
width: 100% !important;
|
|
3052
|
+
}
|
|
3053
|
+
.modal-dialog #product_list .product-item {
|
|
3054
|
+
width: 25%;
|
|
3043
3055
|
display: block;
|
|
3044
3056
|
float: left;
|
|
3045
3057
|
position: relative;
|
|
3046
|
-
padding:
|
|
3058
|
+
padding-right: 5px;
|
|
3059
|
+
font-size: 14px;
|
|
3060
|
+
}
|
|
3061
|
+
.modal-dialog #product_list .product-list {
|
|
3062
|
+
display: block;
|
|
3063
|
+
float: right;
|
|
3064
|
+
position: relative;
|
|
3065
|
+
width: 78%;
|
|
3066
|
+
}
|
|
3067
|
+
.modal-dialog #product_list .product-item .card-body {
|
|
3068
|
+
padding: 8px;
|
|
3069
|
+
}
|
|
3070
|
+
.modal-dialog #product_list .product-item h4.card-title {
|
|
3071
|
+
font-size: 14px;
|
|
3072
|
+
min-height: 40px;
|
|
3073
|
+
|
|
3074
|
+
display: -webkit-box;
|
|
3075
|
+
overflow: hidden;
|
|
3076
|
+
-webkit-line-clamp: 2;
|
|
3077
|
+
-webkit-box-orient: vertical;
|
|
3078
|
+
}
|
|
3079
|
+
.modal-dialog #product_list .product-item h5.card-title span {
|
|
3080
|
+
display: -webkit-box;
|
|
3081
|
+
overflow: hidden;
|
|
3082
|
+
-webkit-line-clamp: 2;
|
|
3083
|
+
-webkit-box-orient: vertical;
|
|
3084
|
+
font-size: 12px;
|
|
3085
|
+
text-align: left;
|
|
3086
|
+
}
|
|
3087
|
+
.modal-dialog #product_list .product-item .card-text {
|
|
3088
|
+
text-align: left;
|
|
3089
|
+
width: 100%;
|
|
3090
|
+
font-size: 12px;
|
|
3091
|
+
}
|
|
3092
|
+
.modal-dialog #product_list .product-item .card-text .float-right {
|
|
3093
|
+
float: right;
|
|
3094
|
+
}
|
|
3095
|
+
.modal-dialog #product_list .product-item img.img-responsive {
|
|
3096
|
+
width: 100%;
|
|
3097
|
+
max-width: 100%;
|
|
3098
|
+
margin-bottom: 4px;
|
|
3099
|
+
max-height: 150px;
|
|
3100
|
+
height: 120px;
|
|
3047
3101
|
}
|
|
3102
|
+
|
|
3103
|
+
.modal-dialog #product_list .product-item .img-container {
|
|
3104
|
+
display: block;
|
|
3105
|
+
position: relative;
|
|
3106
|
+
width: 100%;
|
|
3107
|
+
height: 110px;
|
|
3108
|
+
|
|
3109
|
+
overflow: hidden;
|
|
3110
|
+
margin-bottom: 6px;
|
|
3111
|
+
background-size: contain;
|
|
3112
|
+
background-position: center center;
|
|
3113
|
+
background-repeat: no-repeat;
|
|
3114
|
+
}
|
|
3115
|
+
.modal-dialog #product_list .product-item .card {
|
|
3116
|
+
background-color: #fff;
|
|
3117
|
+
border: none;
|
|
3118
|
+
border-radius: 0;
|
|
3119
|
+
min-height: 200px;
|
|
3120
|
+
background-color: #fff;
|
|
3121
|
+
}
|
|
3122
|
+
.modal-dialog #product_list .product-item .card.selected {
|
|
3123
|
+
border: 1px solid #6FB1F3;
|
|
3124
|
+
}
|
|
3125
|
+
.modal-dialog #product_list button {
|
|
3126
|
+
border: 1px solid #E8E9E9 !important;
|
|
3127
|
+
width: 100%;
|
|
3128
|
+
background-color: #fff;
|
|
3129
|
+
}
|
|
3130
|
+
.modal-dialog #search_form button.btn-primary {
|
|
3131
|
+
background-color: #fff !important;
|
|
3132
|
+
color: #3A3A3A !important;
|
|
3133
|
+
border: 1px solid #E0E5E7 !important;
|
|
3134
|
+
}
|
|
3135
|
+
|
|
3136
|
+
|
|
3048
3137
|
.ui-app-area .price-container h4 {
|
|
3049
3138
|
border-bottom: 1px solid #D8D9DF;
|
|
3050
3139
|
width: 100%;
|
|
@@ -3083,6 +3172,14 @@ table .ui-table-row {
|
|
|
3083
3172
|
background-position: right 10px top 15px !important;
|
|
3084
3173
|
}
|
|
3085
3174
|
|
|
3175
|
+
/* =========================== */
|
|
3176
|
+
|
|
3177
|
+
.ui-app-area #themes .dropdown-item.btn-secondary {
|
|
3178
|
+
color: #000 !important;
|
|
3179
|
+
background-color: #F2F4FF;
|
|
3180
|
+
font-weight: bold;
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3086
3183
|
|
|
3087
3184
|
|
|
3088
3185
|
|
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.61'
|
|
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-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|