welcome_css 0.56 → 0.57

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ab9a64369a15f3912cf36fce2347fd9c5fc53da723c068f164f6a31082dd1be
4
- data.tar.gz: af3cc58313f1a56f410c017eaae48cea6825e6bc30fc3c08fdbb7b702297d1d3
3
+ metadata.gz: 5cda193bb14837e19ccde63ea0f2a38a9c1646550def46f385d9c4cc326e9fdf
4
+ data.tar.gz: 98293ddf80558a2e71ff89d3f9ef6542b3b5edeebeb16ee03a1cab8923217c5d
5
5
  SHA512:
6
- metadata.gz: 82069df5b333da165bee7ba4b288572bd1f5cdf38dd266143cd9b00f93ddbb1d44fe790e853176d7b0814b09677e05ff1dc4cb049567f2c99c5de1ed5edb5b76
7
- data.tar.gz: 28f5a12701290b5adac7c58696c6868f2db340455f7ddd5e227af4eb0e332dd854d9a88e05410b0795d22622be5ab34323a0d983d75927e184a1ad597de85592
6
+ metadata.gz: feee58798818bba7a8b3caf6ea08164a075742d8d5f1b8785eb2d31d2ed35096d47a829ef2c6d2425e8ecc22ae5d1f3a02b602c332b19abf0c4e86c559e69669
7
+ data.tar.gz: dd316a486be3c30fc739f0badf85f8d9534f6f8d6a7d0ff1702a979e5e04b5bd96818ffd2a58d776ed2be2e91fc08ba05a98857083f795486142c6fbdc5c2691
@@ -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
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.56"
2
+ VERSION = "0.57"
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.56'
4
+ version: '0.57'
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails