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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c12d7ec056a76d195277070444c76e8cfbcdb6149ec8e26050c9065f8c3dceb
|
|
4
|
+
data.tar.gz: 4c9d009e9ea50d35dde3e3ef33d699cb36a87cc14975151763341ac4dd216375
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz: '
|
|
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:
|
|
1564
|
+
min-height: auto;
|
|
1564
1565
|
}
|
|
1565
1566
|
.ui-app-area .widget.widget-properties .card-body {
|
|
1566
|
-
padding:
|
|
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;
|
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.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-
|
|
11
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|