welcome_css 0.14 → 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: 682f7550ac525199d356b0d9e3de2678e404a20f690f718ef56f14f4bbbad8b6
4
- data.tar.gz: 6ffd47d055cb72e54a40f20835f4982ef4739c99c43bc53ff4609dda536a87fc
3
+ metadata.gz: 1c12d7ec056a76d195277070444c76e8cfbcdb6149ec8e26050c9065f8c3dceb
4
+ data.tar.gz: 4c9d009e9ea50d35dde3e3ef33d699cb36a87cc14975151763341ac4dd216375
5
5
  SHA512:
6
- metadata.gz: '015882cb06a4530ebff92a4974958c87f16f2d96ad2af38aa2443b25eb63ee41299e4399f1799cdd3a3b621adc03f3b9b5ab582ebd649d413924a509c7447c88'
7
- data.tar.gz: ae4916f7b0284876bbe4fb19ea927bec76747369a23d938fb83e5a295656fdda63b131f020b5cf80364d35c3c5696ec47aac0d87908e774135bf3e4ca61c204d
6
+ metadata.gz: 4c25e329078179b3eacf002a946d05b887cbdfb2c75ae9f6e11be7bfa81eeb0984ede1768909fa35071ea92915ee93e41ac4b2d963a66143d06496bdc099ef2d
7
+ data.tar.gz: '094d829e8774f135d857c2b59eb390cc5335f7223af69904909ee7c1a67129cded6ad83f7bd659a6f450818ddde5b925603faabdc9bf5e9efceea2c67c1b50fe'
@@ -79,6 +79,29 @@
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
+
90
+ .btn-black {
91
+ background-color: $ui_back;
92
+ font-size: $ui_font_normal;
93
+ color: $ui_white;
94
+ border: 1px solid $ui_back;
95
+ font-family: 'gt-eesti-medium';
96
+ }
97
+ .btn-black-alternative {
98
+ background-color: $ui_white;
99
+ font-size: $ui_font_normal;
100
+ color: $ui_back;
101
+ border: 1px solid $ui_back;
102
+ font-family: 'gt-eesti-medium';
103
+ }
104
+
82
105
  /* ========================================= */
83
106
 
84
107
  .ui-btn-status {
@@ -92,8 +115,8 @@
92
115
  border: 1px solid $ui_green;
93
116
  }
94
117
  .ui-btn-status.btn-secondary {
95
- background-color: $ui_darkgray;
96
- border: 1px solid $ui_darkgray;
118
+ background-color: $ui_back;
119
+ border: 1px solid $ui_back;
97
120
  }
98
121
 
99
122
  /* ========================================= */
@@ -152,4 +175,22 @@
152
175
  display: block;
153
176
  width: 30px;
154
177
  height: 30px;
155
- }*/
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
+ }
@@ -0,0 +1,28 @@
1
+ /* =========================== */
2
+ /* Responsive */
3
+
4
+ @media (max-width: 1024px) {
5
+ .am-content.ui-app-area .nav-lateral {
6
+ display: block;
7
+ float: left;
8
+ position: relative;
9
+ width: 100%;
10
+ }
11
+ .am-content.ui-app-area .nav-lateral.nav-tabs .nav-item {
12
+ display: block;
13
+ float: left;
14
+ position: relative;
15
+ }
16
+ .am-content.ui-app-area .content-lateral {
17
+ display: block;
18
+ float: left;
19
+ position: relative;
20
+ width: 100%;
21
+ }
22
+ }
23
+
24
+ @media (min-width: 576px) {
25
+ .modal-dialog {
26
+ max-width: 680px;
27
+ }
28
+ }
@@ -585,6 +585,18 @@
585
585
  color: #000 !important;
586
586
  }
587
587
 
588
+ .am-content.ui-app-area .nav-lateral {
589
+ display: block;
590
+ float: left;
591
+ position: relative;
592
+ width: 18%;
593
+ }
594
+ .am-content.ui-app-area .content-lateral {
595
+ display: block;
596
+ float: right;
597
+ position: relative;
598
+ width: 82%;
599
+ }
588
600
 
589
601
 
590
602
 
@@ -59,7 +59,7 @@
59
59
 
60
60
  table .ui-table-row {
61
61
  background-color: $ui_white;
62
- border: 1px solid rgba(0, 0, 0, 0.125);
62
+ /*border: 1px solid rgba(0, 0, 0, 0.125);*/
63
63
  }
64
64
  .ui-toptable {
65
65
  background-color: $ui_middlegray;
@@ -79,8 +79,8 @@ table .ui-table-row {
79
79
  /* Table Cells */
80
80
  .ui-table thead {
81
81
  background-color: #edeff4;
82
- border: 1px solid #edeff4;
83
- font-family: 'hk-grotesk-semibold';
82
+ /*border: 1px solid #edeff4;*/
83
+ font-family: 'hk-grotesk-bold';
84
84
  }
85
85
  .ui-table table {
86
86
  background-color: $ui_white;
@@ -104,6 +104,9 @@ table .ui-table-row {
104
104
  background-size: 8px;
105
105
  background-position: left 10px top 6px;
106
106
  }
107
+ .ui-app-area .table thead th {
108
+ border-bottom: transparent;
109
+ }
107
110
 
108
111
  /* Tr */
109
112
  .ui-table table tbody tr:hover {
@@ -493,9 +496,9 @@ table .ui-table-row {
493
496
  margin-bottom: 60px;
494
497
  }
495
498
  .ui-app-area .widget-head {
496
- background-color: #edeff4 !important;
497
- padding: 12px 20px;
498
- border: 1px solid #edeff4 !important;
499
+ background-color: #fff !important;
500
+ padding: 12px 15px;
501
+ border-bottom: 1px solid #7A7A7A !important;
499
502
  -webkit-border-top-left-radius: .25rem!important;
500
503
  -webkit-border-top-right-radius: .25rem!important;
501
504
  -moz-border-radius-topleft: .25rem!important;
@@ -513,28 +516,99 @@ table .ui-table-row {
513
516
  padding-left: 0;
514
517
  }
515
518
  .ui-app-area .widget-head .title {
516
- font-size: 20px;
517
- font-weight: 500;
518
- font-family: gt-eesti-regular;
519
+ font-size: 22px;
520
+ font-weight: 600;
521
+ font-family: 'hk_groteskbold';
519
522
  }
520
523
  .ui-app-area .card-body .nav.nav-tabs {
521
524
  margin-bottom: 30px;
522
525
  border-bottom: transparent;
523
526
  }
527
+ .widget-small .nav.nav-tabs {
528
+ padding-right: 50px;
529
+ }
524
530
  .ui-app-area .card-body .nav-tabs .nav-link.active, .ui-app-area .card-body .nav-tabs .nav-item.show .nav-link,
525
531
  .ui-app-area .card-body .nav-tabs .nav-link:hover {
526
532
  color: #000;
527
- background-color: transparent;
528
- border-color: transparent transparent #4A8FE7;
533
+ background-color: #EDEFF4;
534
+ border: 1px solid #EDEFF4;
535
+ border-radius: $ui-radius;
529
536
  font-family: gt-eesti-regular;
530
537
  }
531
538
  .ui-app-area .card-body .nav-tabs .nav-link {
532
539
  color: #000;
533
540
  font-family: gt-eesti-regular;
541
+ padding: 8px 12px !important;
542
+ }
543
+
544
+ /* =========================== */
545
+
546
+ .ui-app-area .card-body .nav-tabs .nav-link.active .nav-link {
547
+ padding: 8px 0 !important;
548
+ }
549
+ .ui-app-area .card-body .nav-tabs .nav-link.active .nav-link.active,
550
+ .ui-app-area .card-body .nav-tabs .nav-link.active .nav-link:hover {
551
+ color: #000;
552
+ background-color: #fff;
553
+ border: 1px solid #fff;
554
+ border-radius: 0 !important;
555
+ background-image: none;
556
+ border-bottom: 1px solid #4A8FE7;
557
+ }
558
+
559
+ .ui-app-area .card-body .content-lateral .nav-link {
560
+ background-image: none;
561
+ border: 0px;
562
+ border-bottom: 1px solid #fff;
563
+ padding: 8px 0px 8px 0px !important;
564
+ background-color: transparent;
565
+ border-radius: 0px !important;
566
+ }
567
+ .ui-app-area .card-body .content-lateral .nav-link.active,
568
+ .ui-app-area .card-body .content-lateral .nav-link:hover {
569
+ background-image: none;
570
+ border: 0px;
571
+ border-bottom: 1px solid #4A8FE7;
572
+ padding: 8px 0px 8px 0px !important;
573
+ background-color: transparent;
574
+ border-radius: 0px !important;
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;
534
597
  }
598
+
599
+
600
+
535
601
  .table th, .table td {
536
602
  padding: 1rem;
537
603
  }
604
+ .am-content.ui-app-area .table th,
605
+ .am-content.ui-app-area .table td {
606
+ border-top: transparent;
607
+ border-bottom: 1px solid #dee2e6;
608
+ }
609
+ .am-content.ui-app-area .table tr:last-child td {
610
+ border-bottom: transparent;
611
+ }
538
612
  .ui-app-area .drop-side {
539
613
  left: 220px !important;
540
614
  top: 4px !important;
@@ -564,12 +638,77 @@ table .ui-table-row {
564
638
  margin-bottom: 0px;
565
639
  }
566
640
 
641
+ .am-content.ui-app-area .content-lateral table {
642
+ margin-bottom: 0;
643
+ }
644
+ .am-content.ui-app-area .content-lateral .table-widget {
645
+ margin-bottom: 40px;
646
+ }
647
+
648
+ /* =========================== */
649
+
650
+ .am-content.ui-app-area .widget-head.primary-head {
651
+ background-color: #EAEEF5 !important;
652
+ border-bottom: none !important;
653
+ }
654
+ .am-content.ui-app-area .widget-head.primary-head .title {
655
+ font-size: 18px;
656
+ }
657
+ .am-content.ui-app-area .widget-head {
658
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
659
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
660
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
661
+ }
662
+ .am-content.ui-app-area .widget-head-nocolor {
663
+ background-color: transparent;
664
+ }
665
+
567
666
  /* =========================== */
568
667
 
569
- .main-content table {
668
+ .main-content table,
669
+ .am-content.ui-app-area .table-widget,
670
+ .am-content.ui-app-area .content-lateral table,
671
+ .land-app .table {
570
672
  box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
571
673
  -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
572
674
  -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
675
+ border-radius: $ui-radius;
676
+ }
677
+ .am-content.ui-app-area .content-lateral table {
678
+ /*margin-bottom: 40px;*/
679
+ }
680
+ .am-content.ui-app-area .table-widget {
681
+ background-color: $ui_white;
682
+ }
683
+
684
+ /* =========================== */
685
+
686
+ .am-content.ui-app-area .customers-header .accordion-toggle[aria-expanded="true"] img {
687
+ transform: rotate(180deg);
688
+ }
689
+ .am-content.ui-app-area .customers-header h3 {
690
+ padding-left: 20px;
691
+ }
692
+ .am-content.ui-app-area .customers-header h3::before {
693
+ background-image: image-url('icons/menu_customers.svg');
694
+ background-repeat: no-repeat;
695
+ background-size: 14px;
696
+ width: 14px;
697
+ height: 14px;
698
+ content: "";
699
+ display: block;
700
+ position: absolute;
701
+ margin-left: -20px;
702
+ top: 10px;
703
+ }
704
+ .am-content.ui-app-area .customers-header h3:hover {
705
+ cursor: pointer;
706
+ }
707
+
708
+ /* =========================== */
709
+
710
+ .am-content.ui-app-area .customer-block-info {
711
+ margin-bottom: 40px;
573
712
  }
574
713
 
575
714
  /* =========================== */
@@ -603,6 +742,14 @@ table .ui-table-row {
603
742
  padding: 12px 20px;
604
743
  border: 1px solid #edeff4!important;
605
744
  }
745
+ .main-app .tab-table .row-head-white {
746
+ background-color: #fff;
747
+ margin-left: 0;
748
+ margin-right: 0;
749
+ margin-bottom: 30px;
750
+ padding: 12px 20px;
751
+ border-bottom: 1px solid #000!important;
752
+ }
606
753
  .main-app .card .card-header {
607
754
  background-color: #edeff4;
608
755
  font-weight: 600;
@@ -624,13 +771,14 @@ table .ui-table-row {
624
771
  margin-right: 20px;
625
772
  }
626
773
  .main-app .ui-app-area .tab-content .tab-pane {
627
- margin-top: 40px;
774
+ /*margin-top: 40px;*/
628
775
  }
629
776
  .main-app .ui-app-area .tab-content .tab-pane .h3 {
630
777
  font-size: 20px;
631
778
  }
632
- .main-app .ui-app-area table thead {
633
- background-color: #edeff4;
779
+ .main-app .ui-app-area table thead th {
780
+ background-color: #fff;
781
+ border-bottom: 1px solid #7A7A7A !important;
634
782
  }
635
783
  .ui-app-area .page-head .dropdown.droppright {
636
784
  top: 6px;
@@ -1345,7 +1493,165 @@ table .ui-table-row {
1345
1493
  }
1346
1494
 
1347
1495
  /* =========================== */
1348
- /* Admin App - LP */
1496
+ /* Modals*/
1497
+
1498
+ .am-content.ui-app-area .modal-dialog .btn-outline-danger {
1499
+ color: #FF4949;
1500
+ border-color: #FF4949;
1501
+ padding: 4px 14px;
1502
+ background-image: image-url('icons/icn-trash.svg');
1503
+ background-repeat: no-repeat;
1504
+ background-size: 13px;
1505
+ background-position: left 9px top 8px;
1506
+ width: 33px;
1507
+ height: 36px;
1508
+ }
1509
+ .am-content.ui-app-area .modal-dialog .btn-outline-danger:hover {
1510
+ color: #fff;
1511
+ background-image: image-url('icons/icn-trash-white.svg');
1512
+ }
1513
+ .am-content.ui-app-area .modal-dialog textarea.form-control {
1514
+ height: 80px;
1515
+ }
1516
+ .am-content.ui-app-area .modal-dialog .modal-content {
1517
+ border: none;
1518
+ border-radius: 12px;
1519
+ box-shadow: 0 0 6px 0 rgba(207,207,207,0.50);
1520
+ }
1521
+ .am-content.ui-app-area .modal.show {
1522
+ background: rgba(145,145,145,0.70);
1523
+ }
1524
+
1525
+ /* =========================== */
1526
+
1527
+ .absolute-right {
1528
+ display: block;
1529
+ position: absolute;
1530
+ right: 15px;
1531
+ top: 0;
1532
+ z-index: 100;
1533
+ }
1534
+
1535
+ /* =========================== */
1536
+
1537
+ .am-content.ui-app-area .modal .property-address .select {
1538
+ padding-right: 45px;
1539
+ }
1540
+ .am-content.ui-app-area .modal .property-address select {
1541
+ height: 36px !important;
1542
+ }
1543
+ .am-content.ui-app-area .modal .property-address .select2-container .select2-selection--single,
1544
+ .am-content.ui-app-area .modal .select2-container--default .select2-selection--single {
1545
+ height: 36px !important;
1546
+ }
1547
+ .am-content.ui-app-area .modal .property-address .btn.btn-outline-danger {
1548
+ display: block;
1549
+ position: absolute;
1550
+ top: 32px;
1551
+ right: 15px;
1552
+ }
1553
+
1554
+ /* =========================== */
1555
+
1556
+ .am-content.ui-app-area .modal .form-separation {
1557
+ margin-bottom: 18px;
1558
+ }
1559
+ .ui-app-area .widget.widget-properties {
1560
+ min-height: auto !important;
1561
+ }
1562
+ .ui-app-area .widget.widget-properties .card {
1563
+ background-color: #F6F9FD;
1564
+ min-height: auto;
1565
+ }
1566
+ .ui-app-area .widget.widget-properties .card-body {
1567
+ padding: 25px 0px !important;
1568
+ margin: 0 !important;
1569
+ display: block;
1570
+ font-size: 13px;
1571
+ }
1572
+ .ui-app-area .widget.widget-properties .card-body .row.row-full:first-child {
1573
+ padding-bottom: 6px;
1574
+ }
1575
+ .ui-app-area .widget.widget-properties .card-body .h4 {
1576
+ font-size: 15px;
1577
+ }
1578
+ .ui-app-area .widget.widget-properties .card-body .h4:last-child {
1579
+ margin-bottom: 0;
1580
+ }
1581
+ .ui-app-area .widget.widget-properties .card-body .status-bubble {
1582
+ display: block;
1583
+ float: right;
1584
+ position: relative;
1585
+ border: 1px solid #D8D8D7;
1586
+ border-radius: 8px;
1587
+ padding: 1px 6px;
1588
+ background-color: $ui_white;
1589
+ }
1590
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .red {
1591
+ background-color: #F46464;
1592
+ display: inline-block;
1593
+ float: left;
1594
+ width: 6px;
1595
+ height: 6px;
1596
+ border-radius: 50%;
1597
+ margin-top: 6px;
1598
+ margin-right: 4px;
1599
+ }
1600
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .green {
1601
+ background-color: #62DA87;
1602
+ display: inline-block;
1603
+ float: left;
1604
+ width: 6px;
1605
+ height: 6px;
1606
+ border-radius: 50%;
1607
+ margin-top: 6px;
1608
+ margin-right: 4px;
1609
+ }
1610
+ .ui-app-area .widget.widget-properties .card-body .status-bubble .black {
1611
+ background-color: #D8DBE5;
1612
+ display: inline-block;
1613
+ float: left;
1614
+ width: 6px;
1615
+ height: 6px;
1616
+ border-radius: 50%;
1617
+ margin-top: 6px;
1618
+ margin-right: 4px;
1619
+ }
1620
+ .am-content.ui-app-area .no-properties {
1621
+ display: block;
1622
+ float: left;
1623
+ position: relative;
1624
+ width: 100%;
1625
+ background-color: #fff;
1626
+ margin-top: 20px;
1627
+ margin-bottom: 30px;
1628
+ box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1629
+ -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1630
+ -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.25);
1631
+ }
1632
+ .am-content.ui-app-area .no-properties h5 {
1633
+ padding: 22px 20px;
1634
+ }
1635
+ .am-content.ui-app-area .no-properties .h4 {
1636
+ padding: 22px 20px;
1637
+ border-bottom: 1px solid #000;
1638
+ }
1639
+ .am-content.ui-app-area .no-properties p {
1640
+ padding: 12px 20px;
1641
+ }
1642
+
1643
+ /* =========================== */
1644
+
1645
+ .am-content.ui-app-area #manage_properties .nav-item {
1646
+ margin-bottom: 6px;
1647
+ }
1648
+
1649
+ /* =========================== */
1650
+
1651
+ .am-content.ui-app-area .row-full {
1652
+ width: 100%;
1653
+ margin: 0 !important;
1654
+ }
1349
1655
 
1350
1656
 
1351
1657
 
@@ -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,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;
@@ -9,3 +9,4 @@
9
9
  @import "welcome-ui-buttons";
10
10
  @import "welcome-ui-tabs";
11
11
  @import "welcome-ui-sidebar";
12
+ @import "welcome-ui-responsive";
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.14"
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.14'
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-10-01 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
@@ -234,6 +234,7 @@ files:
234
234
  - app/assets/stylesheets/_welcome-ui-buttons.scss
235
235
  - app/assets/stylesheets/_welcome-ui-menu-app.scss
236
236
  - app/assets/stylesheets/_welcome-ui-navbar.scss
237
+ - app/assets/stylesheets/_welcome-ui-responsive.scss
237
238
  - app/assets/stylesheets/_welcome-ui-sidebar.scss
238
239
  - app/assets/stylesheets/_welcome-ui-tables.scss
239
240
  - app/assets/stylesheets/_welcome-ui-tabs.scss