welcome_css 0.17 → 0.21
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: 2e4b340f4980d411de647d16d1bc8df43476932e07f6a4ff6e2fd3591ad63d5e
|
|
4
|
+
data.tar.gz: 8321470ce654417088eb079cfebcfa8698ed1eb31b9ad3807e37f90da10b0315
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47c5910700de3c2ef82ea54609f7b93753a2377e915a255f1b02fb55e2ee128cb299f4fc798c22eb0551ed9ccaeb2c9d22264c9478c6f44d359c4a050f7c0f18
|
|
7
|
+
data.tar.gz: d1e02e862bfc2f3d6ded4460b722b206e094242b089ca493935aa9e8df215af99706592ce3aba212a89e5dfc8f8f19ad4390db1b4f7827acaa5129925146f7c2
|
|
@@ -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);
|
|
@@ -1413,6 +1414,38 @@ table .ui-table-row {
|
|
|
1413
1414
|
margin-top: -8px;
|
|
1414
1415
|
}
|
|
1415
1416
|
|
|
1417
|
+
.land-app .ui-app-area .table-item {
|
|
1418
|
+
padding: 0;
|
|
1419
|
+
border: none;
|
|
1420
|
+
}
|
|
1421
|
+
.land-app .ui-app-area .table-item .ui-table td {
|
|
1422
|
+
padding: 5px 20px;
|
|
1423
|
+
border-bottom: transparent;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
/* =========================== */
|
|
1427
|
+
|
|
1428
|
+
.land-app .ui-app-area .dropzone {
|
|
1429
|
+
background-color: #fff;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
/* =========================== */
|
|
1433
|
+
|
|
1434
|
+
.land-app .ui-app-area .general-table {
|
|
1435
|
+
margin-bottom: 0;
|
|
1436
|
+
box-shadow: none;
|
|
1437
|
+
-webkit-box-shadow: none;
|
|
1438
|
+
border: 1px solid #dee2e6 !important;
|
|
1439
|
+
margin-bottom: -1px;
|
|
1440
|
+
}
|
|
1441
|
+
.land-app .ui-app-area .general-table td {
|
|
1442
|
+
border-top: transparent;
|
|
1443
|
+
}
|
|
1444
|
+
.land-app .ui-app-area .general-table input[type=submit]:hover {
|
|
1445
|
+
background-color: #000 !important;
|
|
1446
|
+
border: 1px solid #000 !important;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1416
1449
|
/* =========================== */
|
|
1417
1450
|
/* Fixed Note for Dev Requests */
|
|
1418
1451
|
|
|
@@ -1469,6 +1502,24 @@ table .ui-table-row {
|
|
|
1469
1502
|
margin-bottom: 0px;
|
|
1470
1503
|
}
|
|
1471
1504
|
|
|
1505
|
+
/* =========================== */
|
|
1506
|
+
|
|
1507
|
+
.ui-app-area .cart-abandonments .order-address,
|
|
1508
|
+
.ui-app-area .cart-abandonments .order-property,
|
|
1509
|
+
.ui-app-area .cart-abandonments .order-county,
|
|
1510
|
+
.ui-app-area .cart-abandonments .order-state {
|
|
1511
|
+
display: none;
|
|
1512
|
+
}
|
|
1513
|
+
.ui-app-area .cart-abandonments-options.ui-menu-dots {
|
|
1514
|
+
display: none;
|
|
1515
|
+
}
|
|
1516
|
+
.ui-app-area .cart-abandonments .user-order-options.ui-menu-dots {
|
|
1517
|
+
display: block;
|
|
1518
|
+
}
|
|
1519
|
+
.ui-app-area .cart-abandonments .cart-abandonments-options.ui-menu-dots .dropdown.dropleft:hover > .dropdown-menu {
|
|
1520
|
+
right: 0px!important;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1472
1523
|
/* =========================== */
|
|
1473
1524
|
/* Menu Dots open on hover */
|
|
1474
1525
|
|
|
@@ -1560,17 +1611,23 @@ table .ui-table-row {
|
|
|
1560
1611
|
}
|
|
1561
1612
|
.ui-app-area .widget.widget-properties .card {
|
|
1562
1613
|
background-color: #F6F9FD;
|
|
1563
|
-
min-height:
|
|
1614
|
+
min-height: auto;
|
|
1564
1615
|
}
|
|
1565
1616
|
.ui-app-area .widget.widget-properties .card-body {
|
|
1566
|
-
padding:
|
|
1617
|
+
padding: 25px 0px !important;
|
|
1567
1618
|
margin: 0 !important;
|
|
1568
1619
|
display: block;
|
|
1569
1620
|
font-size: 13px;
|
|
1570
1621
|
}
|
|
1622
|
+
.ui-app-area .widget.widget-properties .card-body .row.row-full:first-child {
|
|
1623
|
+
padding-bottom: 6px;
|
|
1624
|
+
}
|
|
1571
1625
|
.ui-app-area .widget.widget-properties .card-body .h4 {
|
|
1572
1626
|
font-size: 15px;
|
|
1573
1627
|
}
|
|
1628
|
+
.ui-app-area .widget.widget-properties .card-body .h4:last-child {
|
|
1629
|
+
margin-bottom: 0;
|
|
1630
|
+
}
|
|
1574
1631
|
.ui-app-area .widget.widget-properties .card-body .status-bubble {
|
|
1575
1632
|
display: block;
|
|
1576
1633
|
float: right;
|
|
@@ -151,6 +151,38 @@ $lg-paddingbottom: 60px;
|
|
|
151
151
|
|
|
152
152
|
/* ====================================== */
|
|
153
153
|
|
|
154
|
+
.breadcrumb {
|
|
155
|
+
background-color: #fff !important;
|
|
156
|
+
padding-right: 130px;
|
|
157
|
+
box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
|
|
158
|
+
-webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
|
|
159
|
+
-moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
|
|
160
|
+
background-image: image-url('icons/division-line.svg');
|
|
161
|
+
background-repeat: repeat-y;
|
|
162
|
+
background-position: top right 120px;
|
|
163
|
+
}
|
|
164
|
+
.breadcrumb a {
|
|
165
|
+
color: $ui_back;
|
|
166
|
+
border-bottom: 1px solid $ui_blue;
|
|
167
|
+
}
|
|
168
|
+
.breadcrumb a:hover {
|
|
169
|
+
text-decoration: none;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* ====================================== */
|
|
173
|
+
|
|
174
|
+
.prev-next {
|
|
175
|
+
display: block;
|
|
176
|
+
position: absolute;
|
|
177
|
+
right: 30px;
|
|
178
|
+
top: 32px;
|
|
179
|
+
}
|
|
180
|
+
.prev-next a {
|
|
181
|
+
margin: 0 5px;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* ====================================== */
|
|
185
|
+
|
|
154
186
|
.am-login img {
|
|
155
187
|
width: 128px;
|
|
156
188
|
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.21'
|
|
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-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|