welcome_css 0.55 → 0.58

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: 9bc625708eb947f9c64c8d864686f8d4c2723930452adadbc387286af275ffe0
4
- data.tar.gz: 723be16b9ef30dab1dc59064e3d2983d41c848be57309f72faad782fb814d177
3
+ metadata.gz: 6593f7b42bba11d97be8401161099a47db5ad8d3cbfd6e337d73d7f1c53704e0
4
+ data.tar.gz: 8c82aff173b60c64d549688fc56fc6a14353d2afbab12c007ecaf2a52826cd80
5
5
  SHA512:
6
- metadata.gz: d7e8ae470611125585c7af44da2b9529e14185930ee169cb2e368de6bca47e71894fff2a9029fcf40bd9a463d3cdfe4c5d668f6b0741fa0d347627fb7859feb7
7
- data.tar.gz: e6f4cac95d9c4178c0bbe8087f57a0e56b79359460918096c3ece0e6839609d67968037d56df8a66f0b60987e9bdd6b5541e63758e547f3621b5df81f24bac1e
6
+ metadata.gz: 5291da67757cca82a4f91407d973a2d2052a3970a819670a41e6e2ec8ea3c9889811d1f3813c9c7d9c972b36984cf3c984dbe22cc847cdd9b8b71dc105b019bb
7
+ data.tar.gz: 2b681645dfbf667f76cd6c9a9ee71846bea010d2bca655b16ee514b5a9e88b66b682cf666470d233585cf5e337bebe8b8f3f37ed38b1f024f107787dae09b9cb
@@ -6,7 +6,7 @@
6
6
  border: 1px solid $ui_green;
7
7
  }
8
8
  .ui-btn {
9
- font-family: 'gt-eesti-medium';
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: 'gt-eesti-medium';
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: 'gt-eesti-medium';
68
+ font-family: 'hk_groteskmedium';
69
69
  }
70
70
  .ui-app-area .btn-success {
71
- font-family: 'gt-eesti-medium';
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: 'gt-eesti-medium';
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: 'gt-eesti-medium';
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: 'gt-eesti-medium';
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: 'gt-eesti-medium';
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: 'gt-eesti-medium';
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
  }
@@ -2942,6 +2980,18 @@ table .ui-table-row {
2942
2980
  color: #000;
2943
2981
  }
2944
2982
 
2983
+ /* =========================== */
2984
+
2985
+ .ui-app-area .estimates-drop-container #ui-tabs {
2986
+ display: block;
2987
+ float: left;
2988
+ position: relative;
2989
+ padding-left: 0;
2990
+ }
2991
+ .ui-app-area .estimates-drop-container #ui-tabs .btn.btn-select {
2992
+ margin-top: 0px;
2993
+ width: 200px;
2994
+ }
2945
2995
 
2946
2996
 
2947
2997
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.55"
2
+ VERSION = "0.58"
3
3
  end
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.55'
4
+ version: '0.58'
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-10 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails