welcome_css 0.17 → 0.18

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: 6efb50da6a7e0778ad6049bcd5cb559cdcc15224c482dbb59892be6aaaeccebc
4
- data.tar.gz: 89da017f2f1ec592a31222adfc3c6aa63a805a781e4bd128b2ba260770439d56
3
+ metadata.gz: 1c12d7ec056a76d195277070444c76e8cfbcdb6149ec8e26050c9065f8c3dceb
4
+ data.tar.gz: 4c9d009e9ea50d35dde3e3ef33d699cb36a87cc14975151763341ac4dd216375
5
5
  SHA512:
6
- metadata.gz: dd67f364e0a226aea159ff1caba32ff309754387b7f9b9c552273b8e0797a2202e46e25af3fa2d5f215ca27be7288728464ef88999783257b663caa9f5bcfc4a
7
- data.tar.gz: '082f593245d1fe582a277c3220a06b29b869f9dd4024313b3ac1bcffa3f75144867b40aca80c567be6fdba830400d6e4beb13ed28860bd1687dcf9877231572a'
6
+ metadata.gz: 4c25e329078179b3eacf002a946d05b887cbdfb2c75ae9f6e11be7bfa81eeb0984ede1768909fa35071ea92915ee93e41ac4b2d963a66143d06496bdc099ef2d
7
+ data.tar.gz: '094d829e8774f135d857c2b59eb390cc5335f7223af69904909ee7c1a67129cded6ad83f7bd659a6f450818ddde5b925603faabdc9bf5e9efceea2c67c1b50fe'
@@ -667,7 +667,8 @@ table .ui-table-row {
667
667
 
668
668
  .main-content table,
669
669
  .am-content.ui-app-area .table-widget,
670
- .am-content.ui-app-area .content-lateral table {
670
+ .am-content.ui-app-area .content-lateral table,
671
+ .land-app .table {
671
672
  box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
672
673
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
673
674
  -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
@@ -1560,17 +1561,23 @@ table .ui-table-row {
1560
1561
  }
1561
1562
  .ui-app-area .widget.widget-properties .card {
1562
1563
  background-color: #F6F9FD;
1563
- min-height: 130px;
1564
+ min-height: auto;
1564
1565
  }
1565
1566
  .ui-app-area .widget.widget-properties .card-body {
1566
- padding: 20px 0px !important;
1567
+ padding: 25px 0px !important;
1567
1568
  margin: 0 !important;
1568
1569
  display: block;
1569
1570
  font-size: 13px;
1570
1571
  }
1572
+ .ui-app-area .widget.widget-properties .card-body .row.row-full:first-child {
1573
+ padding-bottom: 6px;
1574
+ }
1571
1575
  .ui-app-area .widget.widget-properties .card-body .h4 {
1572
1576
  font-size: 15px;
1573
1577
  }
1578
+ .ui-app-area .widget.widget-properties .card-body .h4:last-child {
1579
+ margin-bottom: 0;
1580
+ }
1574
1581
  .ui-app-area .widget.widget-properties .card-body .status-bubble {
1575
1582
  display: block;
1576
1583
  float: right;
@@ -151,6 +151,15 @@ $lg-paddingbottom: 60px;
151
151
 
152
152
  /* ====================================== */
153
153
 
154
+ .breadcrumb {
155
+ background-color: #fff !important;
156
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
157
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
158
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
159
+ }
160
+
161
+ /* ====================================== */
162
+
154
163
  .am-login img {
155
164
  width: 128px;
156
165
  display: block;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.17"
2
+ VERSION = "0.18"
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.17'
4
+ version: '0.18'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-03 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails