welcome_css 0.16 → 0.20

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: 17d7fa22affce23f3d5920dc446add2c4f828913c91681364374b0b55f6938b5
4
- data.tar.gz: be173fb6883807994592a5c746662f7042f02b2fe9ceb1342543b10667f8e238
3
+ metadata.gz: 3c1965c3d2d714f0ec7685a87721c1f74aabfd1c2fb75881898141a95f5ed957
4
+ data.tar.gz: 123d4fb73288856de380473617cbd2c4200fd8993f893358fa0ab60b08eccfa8
5
5
  SHA512:
6
- metadata.gz: 9bf1607816e5de1945092a223d0248bc42e7f7bf3fe2eb399c1ebd25432a0f7e0a7e254d0b18b21bb0139e27875d7cfc8af8324d99003d3ef15975a414d8c106
7
- data.tar.gz: 86da67c5e70e78a976a7718c1cf94153cca135713c5586ed3814f88e58b42342679ea901ea250f076969f035c6758105551db32bf1e543109a094aeb076434e0
6
+ metadata.gz: 99f82ab9571af0076a1210ae03738239f71b9c47672a2c30c96923d904183813e9bc1447406ff6e54900d4cbe24f61c76debff6f4e8ed1ea0113f32e4bcad3b6
7
+ data.tar.gz: 7f3dfece7fd3e645a00a65d6039d7db098a68f516096f228d63b21e5b91e20378abb840cb4173deb8052586df65dd1cbc68692fc35eb1dff0f25dff4e28ed79c
@@ -79,6 +79,14 @@
79
79
  color: $ui_back;
80
80
  }
81
81
 
82
+ .btn-blue-alternative {
83
+ background-color: $ui_white;
84
+ font-size: $ui_font_normal;
85
+ color: $ui_blue;
86
+ border: 1px solid $ui_blue;
87
+ font-family: 'gt-eesti-medium';
88
+ }
89
+
82
90
  .btn-black {
83
91
  background-color: $ui_back;
84
92
  font-size: $ui_font_normal;
@@ -167,4 +175,22 @@
167
175
  display: block;
168
176
  width: 30px;
169
177
  height: 30px;
170
- }*/
178
+ }*/
179
+
180
+ /* ========================================= */
181
+
182
+ .am-content.ui-app-area .btn-add {
183
+ background-color: #fff;
184
+ padding: 8px 12px !important;
185
+ border: 1px solid #007bff;
186
+ font-weight: bold;
187
+ font-size: 20px;
188
+ padding: 3px 12px !important;
189
+ border-radius: $ui-radius;
190
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
191
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
192
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
193
+ }
194
+ .am-content.ui-app-area .btn-add:hover {
195
+ text-decoration: none;
196
+ }
@@ -524,6 +524,9 @@ table .ui-table-row {
524
524
  margin-bottom: 30px;
525
525
  border-bottom: transparent;
526
526
  }
527
+ .widget-small .nav.nav-tabs {
528
+ padding-right: 50px;
529
+ }
527
530
  .ui-app-area .card-body .nav-tabs .nav-link.active, .ui-app-area .card-body .nav-tabs .nav-item.show .nav-link,
528
531
  .ui-app-area .card-body .nav-tabs .nav-link:hover {
529
532
  color: #000;
@@ -531,15 +534,11 @@ table .ui-table-row {
531
534
  border: 1px solid #EDEFF4;
532
535
  border-radius: $ui-radius;
533
536
  font-family: gt-eesti-regular;
534
- background-image: image-url('icons/menu_requirements.svg');
535
- background-repeat: no-repeat;
536
- background-size: 10px;
537
- background-position: top 15px left 6px;
538
537
  }
539
538
  .ui-app-area .card-body .nav-tabs .nav-link {
540
539
  color: #000;
541
540
  font-family: gt-eesti-regular;
542
- padding: 8px 8px 8px 22px !important;
541
+ padding: 8px 12px !important;
543
542
  }
544
543
 
545
544
  /* =========================== */
@@ -574,6 +573,28 @@ table .ui-table-row {
574
573
  background-color: transparent;
575
574
  border-radius: 0px !important;
576
575
  }
576
+ .ui-app-area .card-body .status-readed {
577
+ display: inline-block;
578
+ float: none;
579
+ position: relative;
580
+ width: 20px;
581
+ height: 20px;
582
+ background-image: image-url('icons/icon-read-yes.svg');
583
+ background-repeat: no-repeat;
584
+ background-size: 20px;
585
+ top: 2px;
586
+ }
587
+ .ui-app-area .card-body .status-notreaded {
588
+ display: inline-block;
589
+ float: none;
590
+ position: relative;
591
+ width: 20px;
592
+ height: 20px;
593
+ background-image: image-url('icons/icon-read-no.svg');
594
+ background-repeat: no-repeat;
595
+ background-size: 20px;
596
+ top: 2px;
597
+ }
577
598
 
578
599
 
579
600
 
@@ -646,7 +667,8 @@ table .ui-table-row {
646
667
 
647
668
  .main-content table,
648
669
  .am-content.ui-app-area .table-widget,
649
- .am-content.ui-app-area .content-lateral table {
670
+ .am-content.ui-app-area .content-lateral table,
671
+ .land-app .table {
650
672
  box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
651
673
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
652
674
  -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
@@ -1392,6 +1414,38 @@ table .ui-table-row {
1392
1414
  margin-top: -8px;
1393
1415
  }
1394
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
+
1395
1449
  /* =========================== */
1396
1450
  /* Fixed Note for Dev Requests */
1397
1451
 
@@ -1448,6 +1502,24 @@ table .ui-table-row {
1448
1502
  margin-bottom: 0px;
1449
1503
  }
1450
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 .cart-abandonments-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
+
1451
1523
  /* =========================== */
1452
1524
  /* Menu Dots open on hover */
1453
1525
 
@@ -1476,11 +1548,13 @@ table .ui-table-row {
1476
1548
  .am-content.ui-app-area .modal-dialog .btn-outline-danger {
1477
1549
  color: #FF4949;
1478
1550
  border-color: #FF4949;
1479
- padding: 4px 10px 4px 30px;
1551
+ padding: 4px 14px;
1480
1552
  background-image: image-url('icons/icn-trash.svg');
1481
1553
  background-repeat: no-repeat;
1482
1554
  background-size: 13px;
1483
1555
  background-position: left 9px top 8px;
1556
+ width: 33px;
1557
+ height: 36px;
1484
1558
  }
1485
1559
  .am-content.ui-app-area .modal-dialog .btn-outline-danger:hover {
1486
1560
  color: #fff;
@@ -1498,8 +1572,136 @@ table .ui-table-row {
1498
1572
  background: rgba(145,145,145,0.70);
1499
1573
  }
1500
1574
 
1575
+ /* =========================== */
1576
+
1577
+ .absolute-right {
1578
+ display: block;
1579
+ position: absolute;
1580
+ right: 15px;
1581
+ top: 0;
1582
+ z-index: 100;
1583
+ }
1584
+
1585
+ /* =========================== */
1586
+
1587
+ .am-content.ui-app-area .modal .property-address .select {
1588
+ padding-right: 45px;
1589
+ }
1590
+ .am-content.ui-app-area .modal .property-address select {
1591
+ height: 36px !important;
1592
+ }
1593
+ .am-content.ui-app-area .modal .property-address .select2-container .select2-selection--single,
1594
+ .am-content.ui-app-area .modal .select2-container--default .select2-selection--single {
1595
+ height: 36px !important;
1596
+ }
1597
+ .am-content.ui-app-area .modal .property-address .btn.btn-outline-danger {
1598
+ display: block;
1599
+ position: absolute;
1600
+ top: 32px;
1601
+ right: 15px;
1602
+ }
1603
+
1604
+ /* =========================== */
1501
1605
 
1606
+ .am-content.ui-app-area .modal .form-separation {
1607
+ margin-bottom: 18px;
1608
+ }
1609
+ .ui-app-area .widget.widget-properties {
1610
+ min-height: auto !important;
1611
+ }
1612
+ .ui-app-area .widget.widget-properties .card {
1613
+ background-color: #F6F9FD;
1614
+ min-height: auto;
1615
+ }
1616
+ .ui-app-area .widget.widget-properties .card-body {
1617
+ padding: 25px 0px !important;
1618
+ margin: 0 !important;
1619
+ display: block;
1620
+ font-size: 13px;
1621
+ }
1622
+ .ui-app-area .widget.widget-properties .card-body .row.row-full:first-child {
1623
+ padding-bottom: 6px;
1624
+ }
1625
+ .ui-app-area .widget.widget-properties .card-body .h4 {
1626
+ font-size: 15px;
1627
+ }
1628
+ .ui-app-area .widget.widget-properties .card-body .h4:last-child {
1629
+ margin-bottom: 0;
1630
+ }
1631
+ .ui-app-area .widget.widget-properties .card-body .status-bubble {
1632
+ display: block;
1633
+ float: right;
1634
+ position: relative;
1635
+ border: 1px solid #D8D8D7;
1636
+ border-radius: 8px;
1637
+ padding: 1px 6px;
1638
+ background-color: $ui_white;
1639
+ }
1640
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .red {
1641
+ background-color: #F46464;
1642
+ display: inline-block;
1643
+ float: left;
1644
+ width: 6px;
1645
+ height: 6px;
1646
+ border-radius: 50%;
1647
+ margin-top: 6px;
1648
+ margin-right: 4px;
1649
+ }
1650
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .green {
1651
+ background-color: #62DA87;
1652
+ display: inline-block;
1653
+ float: left;
1654
+ width: 6px;
1655
+ height: 6px;
1656
+ border-radius: 50%;
1657
+ margin-top: 6px;
1658
+ margin-right: 4px;
1659
+ }
1660
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .black {
1661
+ background-color: #D8DBE5;
1662
+ display: inline-block;
1663
+ float: left;
1664
+ width: 6px;
1665
+ height: 6px;
1666
+ border-radius: 50%;
1667
+ margin-top: 6px;
1668
+ margin-right: 4px;
1669
+ }
1670
+ .am-content.ui-app-area .no-properties {
1671
+ display: block;
1672
+ float: left;
1673
+ position: relative;
1674
+ width: 100%;
1675
+ background-color: #fff;
1676
+ margin-top: 20px;
1677
+ margin-bottom: 30px;
1678
+ box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1679
+ -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1680
+ -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1681
+ }
1682
+ .am-content.ui-app-area .no-properties h5 {
1683
+ padding: 22px 20px;
1684
+ }
1685
+ .am-content.ui-app-area .no-properties .h4 {
1686
+ padding: 22px 20px;
1687
+ border-bottom: 1px solid #000;
1688
+ }
1689
+ .am-content.ui-app-area .no-properties p {
1690
+ padding: 12px 20px;
1691
+ }
1692
+
1693
+ /* =========================== */
1502
1694
 
1695
+ .am-content.ui-app-area #manage_properties .nav-item {
1696
+ margin-bottom: 6px;
1697
+ }
1698
+
1699
+ /* =========================== */
1700
+
1701
+ .am-content.ui-app-area .row-full {
1702
+ width: 100%;
1703
+ margin: 0 !important;
1704
+ }
1503
1705
 
1504
1706
 
1505
1707
 
@@ -26,4 +26,16 @@
26
26
  }
27
27
  #ui-tabs .tab-content {
28
28
  margin-top: $md-margintop;
29
+ }
30
+ .am-content.ui-app-area .tab-content .tab-pane .nav-tabs-dates {
31
+ background-color: #fff;
32
+ padding: 8px 12px !important;
33
+ border: 1px solid #EDEFF4;
34
+ border-radius: $ui-radius;
35
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
36
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
37
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
38
+ }
39
+ .am-content.ui-app-area .tab-content .tab-pane .nav-tabs-dates.active {
40
+ border: 1px solid #007bff;
29
41
  }
@@ -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;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.16"
2
+ VERSION = "0.20"
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.16'
4
+ version: '0.20'
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-10-28 00:00:00.000000000 Z
11
+ date: 2021-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails