welcome_css 0.56 → 0.59
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: b0ce1679057567ce050e84c13d141494be0e07106e53a799220ba904851300e2
|
|
4
|
+
data.tar.gz: 6642184a31f924822c01904ad3428a0042ac54d1b6601f169c7a5aa53080b6bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37493d603a7c4e9edca0300638ff4e7fb57c33976463f8d8ba40840ddf463dee820fa02c6afb28269ea9caba4f2a81ba3d58e1683c90554e39f778d170c3bd6a
|
|
7
|
+
data.tar.gz: 68f95ef8df09d197d893aced99ce7e32c4ca3a5ca1e6f85b69598d30f6ce8a0ce4eb69b151306c3c0cbfa4a95cbb341e15ddb4fc469e31261ce1b9bcef8c38cf
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
border: 1px solid $ui_green;
|
|
7
7
|
}
|
|
8
8
|
.ui-btn {
|
|
9
|
-
font-family: '
|
|
9
|
+
font-family: 'hk_groteskmedium';
|
|
10
10
|
padding: 7px 15px 6px 34px;
|
|
11
11
|
border-radius: $ui-radius;
|
|
12
12
|
margin-left: 8px !important;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
background-image: image-url('icons/add.svg');
|
|
18
18
|
background-repeat: no-repeat;
|
|
19
19
|
background-position: left 16px top 14px;
|
|
20
|
-
font-family: '
|
|
20
|
+
font-family: 'hk_groteskmedium';
|
|
21
21
|
}
|
|
22
22
|
.btn-primary {
|
|
23
23
|
background-color: $ui_blue;
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
background-repeat: no-repeat;
|
|
66
66
|
background-size: 8px;
|
|
67
67
|
background-position: right 10px top 16px;
|
|
68
|
-
font-family: '
|
|
68
|
+
font-family: 'hk_groteskmedium';
|
|
69
69
|
}
|
|
70
70
|
.ui-app-area .btn-success {
|
|
71
|
-
font-family: '
|
|
71
|
+
font-family: 'hk_groteskmedium';
|
|
72
72
|
background-color: transparent;
|
|
73
73
|
border: 1px solid $ui_blue;
|
|
74
74
|
color: $ui_blue;
|
|
75
75
|
}
|
|
76
76
|
.ui-app-area .btn-alternative {
|
|
77
|
-
font-family: '
|
|
77
|
+
font-family: 'hk_groteskmedium';
|
|
78
78
|
background-color: transparent;
|
|
79
79
|
border: 1px solid #D9D9D9;
|
|
80
80
|
font-weight: normal;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
font-size: $ui_font_normal;
|
|
87
87
|
color: $ui_blue;
|
|
88
88
|
border: 1px solid $ui_blue;
|
|
89
|
-
font-family: '
|
|
89
|
+
font-family: 'hk_groteskmedium';
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.btn-white {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
font-size: $ui_font_normal;
|
|
95
95
|
color: $ui_back;
|
|
96
96
|
border: 1px solid $ui_back;
|
|
97
|
-
font-family: '
|
|
97
|
+
font-family: 'hk_groteskmedium';
|
|
98
98
|
}
|
|
99
99
|
.btn-gray {
|
|
100
100
|
background-color: $ui_white;
|
|
@@ -110,14 +110,14 @@
|
|
|
110
110
|
font-size: $ui_font_normal;
|
|
111
111
|
color: $ui_white;
|
|
112
112
|
border: 1px solid $ui_back;
|
|
113
|
-
font-family: '
|
|
113
|
+
font-family: 'hk_groteskmedium';
|
|
114
114
|
}
|
|
115
115
|
.btn-black-alternative {
|
|
116
116
|
background-color: $ui_white;
|
|
117
117
|
font-size: $ui_font_normal;
|
|
118
118
|
color: $ui_back;
|
|
119
119
|
border: 1px solid $ui_back;
|
|
120
|
-
font-family: '
|
|
120
|
+
font-family: 'hk_groteskmedium';
|
|
121
121
|
}
|
|
122
122
|
.btn-pad-lg {
|
|
123
123
|
padding: 6px 30px !important;
|
|
@@ -188,6 +188,10 @@
|
|
|
188
188
|
.btn.btn-right {
|
|
189
189
|
float: right;
|
|
190
190
|
}
|
|
191
|
+
.txt-danger,
|
|
192
|
+
.txt-danger:hover {
|
|
193
|
+
color: #DC3545;
|
|
194
|
+
}
|
|
191
195
|
|
|
192
196
|
/* ========================================= */
|
|
193
197
|
|
|
@@ -274,6 +274,27 @@
|
|
|
274
274
|
.am-content.ui-app-area .block-widget .blocks-container .blocks_areas .block_area-item {
|
|
275
275
|
width: 25%;
|
|
276
276
|
}
|
|
277
|
+
|
|
278
|
+
.land-app .ui-app-area .filter-block {
|
|
279
|
+
padding: 20px 25px 10px 25px !important;
|
|
280
|
+
}
|
|
281
|
+
.land-app .ui-app-area .filter-inputs {
|
|
282
|
+
border-right: none;
|
|
283
|
+
}
|
|
284
|
+
.land-app .ui-app-area .filter-block .filter-buttons {
|
|
285
|
+
position: relative;
|
|
286
|
+
top: auto;
|
|
287
|
+
right: auto;
|
|
288
|
+
width: 100%;
|
|
289
|
+
float: left;
|
|
290
|
+
padding-top: 18px;
|
|
291
|
+
border-top: 1px solid #D9D9D9;
|
|
292
|
+
}
|
|
293
|
+
.land-app .ui-app-area .filter-block .col-8,
|
|
294
|
+
.land-app .ui-app-area .filter-block .col-2,
|
|
295
|
+
.land-app .ui-app-area .filter-block .col-4 {
|
|
296
|
+
width: 100%;
|
|
297
|
+
}
|
|
277
298
|
}
|
|
278
299
|
|
|
279
300
|
@media (max-width: 580px) {
|
|
@@ -862,6 +862,44 @@ table .ui-table-row {
|
|
|
862
862
|
|
|
863
863
|
/* =========================== */
|
|
864
864
|
|
|
865
|
+
.land-app .ui-app-area .filter-block {
|
|
866
|
+
padding: 20px 132px 10px 25px !important;
|
|
867
|
+
box-shadow: $ui-shadow;
|
|
868
|
+
}
|
|
869
|
+
.land-app .ui-app-area .filter-inputs {
|
|
870
|
+
border-right: 1px solid #D9D9D9;
|
|
871
|
+
}
|
|
872
|
+
.land-app .ui-app-area .filter-block .col-8,
|
|
873
|
+
.land-app .ui-app-area .filter-block .col-2,
|
|
874
|
+
.land-app .ui-app-area .filter-block .col-4 {
|
|
875
|
+
padding-left: 5px !important;
|
|
876
|
+
padding-right: 5px !important;
|
|
877
|
+
}
|
|
878
|
+
.land-app .ui-app-area .filter-block .row {
|
|
879
|
+
margin-bottom: 12px;
|
|
880
|
+
}
|
|
881
|
+
.land-app .ui-app-area .filter-block .row input,
|
|
882
|
+
.land-app .ui-app-area .filter-block .row select {
|
|
883
|
+
width: 100%;
|
|
884
|
+
}
|
|
885
|
+
.land-app .ui-app-area .filter-block label {
|
|
886
|
+
font-size: 12px;
|
|
887
|
+
justify-content: flex-start;
|
|
888
|
+
margin-left: 15px;
|
|
889
|
+
width: 100%;
|
|
890
|
+
margin-bottom: 4px;
|
|
891
|
+
font-weight: bold;
|
|
892
|
+
}
|
|
893
|
+
.land-app .ui-app-area .filter-block .filter-buttons {
|
|
894
|
+
display: block;
|
|
895
|
+
position: absolute;
|
|
896
|
+
top: 20px;
|
|
897
|
+
right: 20px;
|
|
898
|
+
width: 100px;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
/* =========================== */
|
|
902
|
+
|
|
865
903
|
.main-app .tab-table {
|
|
866
904
|
background-color: $ui_white;
|
|
867
905
|
}
|
|
@@ -2910,26 +2948,47 @@ table .ui-table-row {
|
|
|
2910
2948
|
float: right;
|
|
2911
2949
|
}
|
|
2912
2950
|
|
|
2951
|
+
/*.ui-app-area .estimates-drop-container .themes-column {
|
|
2952
|
+
display: block;
|
|
2953
|
+
width: 55%;
|
|
2954
|
+
float: right;
|
|
2955
|
+
}*/
|
|
2913
2956
|
.ui-app-area .estimates-drop-container .themes-column {
|
|
2914
2957
|
display: block;
|
|
2915
2958
|
width: 55%;
|
|
2916
2959
|
float: right;
|
|
2960
|
+
margin-top: 0px;
|
|
2961
|
+
/*background-color: #F9FAFC !important;
|
|
2962
|
+
border: 1px solid #D8D9DF;*/
|
|
2963
|
+
|
|
2964
|
+
height: calc(100vh - 20px);
|
|
2965
|
+
overflow: scroll;
|
|
2966
|
+
position: relative;
|
|
2917
2967
|
}
|
|
2918
2968
|
.ui-app-area .estimates-drop-container .themes-column .card-body {
|
|
2919
2969
|
display: block;
|
|
2920
2970
|
width: 100%;
|
|
2921
2971
|
float: left;
|
|
2922
2972
|
position: relative;
|
|
2973
|
+
padding-top: 0 !important;
|
|
2974
|
+
padding-bottom: 70px;
|
|
2975
|
+
}
|
|
2976
|
+
.ui-app-area .estimates-drop-container .themes-column .estimates-container {
|
|
2977
|
+
display: block;
|
|
2978
|
+
position: absolute;
|
|
2979
|
+
height: 100%;
|
|
2980
|
+
padding-bottom: 80px;
|
|
2923
2981
|
}
|
|
2924
2982
|
.ui-app-area .estimates-drop-container .themes-column .price-container {
|
|
2925
2983
|
display: block;
|
|
2926
2984
|
width: 100% !important;
|
|
2927
2985
|
float: right;
|
|
2928
2986
|
margin-top: 0px;
|
|
2929
|
-
|
|
2930
|
-
background-color: #F9FAFC !important;
|
|
2987
|
+
background-color: #fff !important;
|
|
2931
2988
|
border: 1px solid #D8D9DF;
|
|
2932
2989
|
text-align: center;
|
|
2990
|
+
position: absolute;
|
|
2991
|
+
bottom: 0;
|
|
2933
2992
|
}
|
|
2934
2993
|
.ui-app-area .estimates-drop-container .component-addition {
|
|
2935
2994
|
padding-top: 6px;
|
|
@@ -2941,6 +3000,20 @@ table .ui-table-row {
|
|
|
2941
3000
|
background-color: #EBEFF5;
|
|
2942
3001
|
color: #000;
|
|
2943
3002
|
}
|
|
3003
|
+
.ui-app-area .estimates-drop-container .product-choice .text-success {
|
|
3004
|
+
background-color: #53DA7E;
|
|
3005
|
+
color: #fff !important;
|
|
3006
|
+
border-radius: 50%;
|
|
3007
|
+
padding: 2px 6px;
|
|
3008
|
+
font-size: 12px;
|
|
3009
|
+
}
|
|
3010
|
+
.ui-app-area .estimates-drop-container .product-choice .text-danger {
|
|
3011
|
+
background-color: #eaeaea;
|
|
3012
|
+
color: #fff !important;
|
|
3013
|
+
border-radius: 50%;
|
|
3014
|
+
padding: 2px 6px;
|
|
3015
|
+
font-size: 12px;
|
|
3016
|
+
}
|
|
2944
3017
|
|
|
2945
3018
|
/* =========================== */
|
|
2946
3019
|
|
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.59'
|
|
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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|