welcome_css 0.41 → 0.42

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: 01d0fc1f19a006df6afb08b3c94d0a70029e20fd9797f281f663756326680572
4
- data.tar.gz: 35fdcb23dacb108537b30db9c006697ca0daeba8fc93efbf7683c8fb904d9a99
3
+ metadata.gz: 83c589e3178b10bfbf49cc76f869258d283cb69ebaae340bb087abfb05eb86ae
4
+ data.tar.gz: 7826cc0df8fb9eda18f8695ba7554b3d8a1f60f8739a48cd670f31199aceb2f7
5
5
  SHA512:
6
- metadata.gz: b1a6dc0e9cb7611f7b10e570401fdaad261bb873a3d8caa6dd490be9bfd7a74df7c290ff91cd946c6a81ec52782b2a0f3006ee55cc4eaa163a011b98afc8a68d
7
- data.tar.gz: 2cdb751fee631a2801e1b9c356167cad1d73c9d6dc6429b6b20132299390e0551b89cd370342d119bd873573c3126f8eccc5c7c16652a50fc09c0f7bc39dc0ec
6
+ metadata.gz: 83580650eac6feaa8200cefccf3448a9dc76b0c1291a0bc213ca251a8f34b5ab763f64cb47ea2861fe45931d6296e1016add8c2509e762bdba01d5ea921cd31f
7
+ data.tar.gz: 98a5a959434309a6857da130ee79682d8eb5c36340462674b7656acc5ff990d7e155d1307633d37683653cc89d2c1222a9c2dbddc5a0df42c1e01be024b104f8
@@ -55,6 +55,9 @@
55
55
  .am-content.ui-app-area .model-widget .model-info .model-title {
56
56
  width: 100% !important;
57
57
  }
58
+ .ui-app-area .items-container .table-item {
59
+ width: 24%;
60
+ }
58
61
  }
59
62
 
60
63
  @media (max-width: 992px) {
@@ -373,6 +376,10 @@
373
376
  padding-left: 0 !important;
374
377
  padding-right: 0 !important;
375
378
  }
379
+
380
+ .ui-app-area .items-container .table-item {
381
+ width: 32%;
382
+ }
376
383
  }
377
384
 
378
385
  @media (max-width: 460px) {
@@ -398,6 +405,10 @@
398
405
  .ui-app-area .table-item {
399
406
  width: 48%;
400
407
  }
408
+
409
+ .ui-app-area .items-container .table-item {
410
+ width: 49%;
411
+ }
401
412
  }
402
413
 
403
414
  @media (min-width: 576px) {
@@ -2636,11 +2636,31 @@ table .ui-table-row {
2636
2636
  /* =========================== */
2637
2637
 
2638
2638
  .ui-app-area .items-container .table-item {
2639
- padding: 12px !important;
2639
+ padding: 12px 12px 15px 12px !important;
2640
+ font-size: 14px;
2641
+ width: 19%;
2642
+ }
2643
+ .ui-app-area .items-container .table-item h4 {
2644
+ font-size: 16px;
2645
+ }
2646
+ .ui-app-area .items-container .item-information {
2647
+ display: block;
2648
+ float: left;
2649
+ position: relative;
2650
+ width: 95%;
2651
+ margin-bottom: 8px;
2640
2652
  }
2641
2653
  .ui-app-area .items-container .table-item img.img-responsive {
2642
2654
  width: 100%;
2643
2655
  max-width: 100%;
2656
+ margin-bottom: 12px;
2657
+ }
2658
+ .ui-app-area .items-container .table-item .ui-menu-dots {
2659
+ width: 5px;
2660
+ height: 30px;
2661
+ position: absolute;
2662
+ right: 12px;
2663
+ bottom: 15px;
2644
2664
  }
2645
2665
 
2646
2666
 
@@ -1,7 +1,7 @@
1
1
  @import "welcome-ui";
2
+ @import "welcome-ui-typography";
2
3
  @import "welcome_bootstrap_variables";
3
4
  @import "bootstrap/scss/bootstrap";
4
- @import "welcome-ui-typography";
5
5
  @import "welcome-ui-tables";
6
6
  @import "welcome-ui-navbar";
7
7
  @import "welcome-ui-menu-app";
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.41"
2
+ VERSION = "0.42"
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.41'
4
+ version: '0.42'
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-03 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails