welcome_css 0.14 → 0.15
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: 6903bba74ef92c35037827a26c3d9cf9ca408b59d1cfcdd3e8b04d4a1241c30b
|
|
4
|
+
data.tar.gz: 06eb6d93015a2b3bbaa7a27229b4edba713194d56a640e93db9d30dbaa9b96f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc3516755e3593623f58dcaba45c1223fdba4d96b2b29d9c5ff01cfb171cc9adf1849e2e8af5b4b0f9aa1d17e2666c56464f268c077d6dc1647475e53fc1cb77
|
|
7
|
+
data.tar.gz: b102651d63659062fcb853bf7a6053b247898f563dc9afc138b829e3c8665157fd139b735e684e7dec04b644dc1fbfa3f76ecc3ecf0dad84e05b8b09d0a53963
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
border: 1px solid $ui_green;
|
|
93
93
|
}
|
|
94
94
|
.ui-btn-status.btn-secondary {
|
|
95
|
-
background-color: $
|
|
96
|
-
border: 1px solid $
|
|
95
|
+
background-color: $ui_back;
|
|
96
|
+
border: 1px solid $ui_back;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
/* ========================================= */
|
|
@@ -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-
|
|
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: #
|
|
497
|
-
padding: 12px
|
|
498
|
-
border: 1px solid #
|
|
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,9 +516,9 @@ table .ui-table-row {
|
|
|
513
516
|
padding-left: 0;
|
|
514
517
|
}
|
|
515
518
|
.ui-app-area .widget-head .title {
|
|
516
|
-
font-size:
|
|
517
|
-
font-weight:
|
|
518
|
-
font-family:
|
|
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;
|
|
@@ -524,17 +527,47 @@ table .ui-table-row {
|
|
|
524
527
|
.ui-app-area .card-body .nav-tabs .nav-link.active, .ui-app-area .card-body .nav-tabs .nav-item.show .nav-link,
|
|
525
528
|
.ui-app-area .card-body .nav-tabs .nav-link:hover {
|
|
526
529
|
color: #000;
|
|
527
|
-
background-color:
|
|
528
|
-
border
|
|
530
|
+
background-color: #EDEFF4;
|
|
531
|
+
border: 1px solid #EDEFF4;
|
|
532
|
+
border-radius: $ui-radius;
|
|
529
533
|
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;
|
|
530
538
|
}
|
|
531
539
|
.ui-app-area .card-body .nav-tabs .nav-link {
|
|
532
540
|
color: #000;
|
|
533
541
|
font-family: gt-eesti-regular;
|
|
542
|
+
padding: 8px 8px 8px 22px !important;
|
|
534
543
|
}
|
|
544
|
+
|
|
545
|
+
/* =========================== */
|
|
546
|
+
|
|
547
|
+
.ui-app-area .card-body .nav-tabs .nav-link.active .nav-link {
|
|
548
|
+
padding: 8px 0 !important;
|
|
549
|
+
}
|
|
550
|
+
.ui-app-area .card-body .nav-tabs .nav-link.active .nav-link.active,
|
|
551
|
+
.ui-app-area .card-body .nav-tabs .nav-link.active .nav-link:hover {
|
|
552
|
+
color: #000;
|
|
553
|
+
background-color: #fff;
|
|
554
|
+
border: 1px solid #fff;
|
|
555
|
+
border-radius: 0 !important;
|
|
556
|
+
background-image: none;
|
|
557
|
+
border-bottom: 1px solid #4A8FE7;
|
|
558
|
+
}
|
|
559
|
+
|
|
535
560
|
.table th, .table td {
|
|
536
561
|
padding: 1rem;
|
|
537
562
|
}
|
|
563
|
+
.am-content.ui-app-area .table th,
|
|
564
|
+
.am-content.ui-app-area .table td {
|
|
565
|
+
border-top: transparent;
|
|
566
|
+
border-bottom: 1px solid #dee2e6;
|
|
567
|
+
}
|
|
568
|
+
.am-content.ui-app-area .table tr:last-child td {
|
|
569
|
+
border-bottom: transparent;
|
|
570
|
+
}
|
|
538
571
|
.ui-app-area .drop-side {
|
|
539
572
|
left: 220px !important;
|
|
540
573
|
top: 4px !important;
|
|
@@ -564,12 +597,73 @@ table .ui-table-row {
|
|
|
564
597
|
margin-bottom: 0px;
|
|
565
598
|
}
|
|
566
599
|
|
|
600
|
+
.am-content.ui-app-area .content-lateral table {
|
|
601
|
+
margin-bottom: 0;
|
|
602
|
+
}
|
|
603
|
+
.am-content.ui-app-area .content-lateral .table-widget {
|
|
604
|
+
margin-bottom: 40px;
|
|
605
|
+
}
|
|
606
|
+
|
|
567
607
|
/* =========================== */
|
|
568
608
|
|
|
569
|
-
.
|
|
609
|
+
.am-content.ui-app-area .widget-head.primary-head {
|
|
610
|
+
background-color: #EAEEF5 !important;
|
|
611
|
+
border-bottom: none !important;
|
|
612
|
+
}
|
|
613
|
+
.am-content.ui-app-area .widget-head.primary-head .title {
|
|
614
|
+
font-size: 18px;
|
|
615
|
+
}
|
|
616
|
+
.am-content.ui-app-area .widget-head {
|
|
617
|
+
box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
|
|
618
|
+
-webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
|
|
619
|
+
-moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.15);
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
/* =========================== */
|
|
623
|
+
|
|
624
|
+
.main-content table,
|
|
625
|
+
.am-content.ui-app-area .table-widget,
|
|
626
|
+
.am-content.ui-app-area .content-lateral table {
|
|
570
627
|
box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
|
|
571
628
|
-webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
|
|
572
629
|
-moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
|
|
630
|
+
border-radius: $ui-radius;
|
|
631
|
+
}
|
|
632
|
+
.am-content.ui-app-area .content-lateral table {
|
|
633
|
+
/*margin-bottom: 40px;*/
|
|
634
|
+
}
|
|
635
|
+
.am-content.ui-app-area .table-widget {
|
|
636
|
+
background-color: $ui_white;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
/* =========================== */
|
|
640
|
+
|
|
641
|
+
.am-content.ui-app-area .customers-header .accordion-toggle[aria-expanded="true"] img {
|
|
642
|
+
transform: rotate(180deg);
|
|
643
|
+
}
|
|
644
|
+
.am-content.ui-app-area .customers-header h3 {
|
|
645
|
+
padding-left: 20px;
|
|
646
|
+
}
|
|
647
|
+
.am-content.ui-app-area .customers-header h3::before {
|
|
648
|
+
background-image: image-url('icons/menu_customers.svg');
|
|
649
|
+
background-repeat: no-repeat;
|
|
650
|
+
background-size: 14px;
|
|
651
|
+
width: 14px;
|
|
652
|
+
height: 14px;
|
|
653
|
+
content: "";
|
|
654
|
+
display: block;
|
|
655
|
+
position: absolute;
|
|
656
|
+
margin-left: -20px;
|
|
657
|
+
top: 10px;
|
|
658
|
+
}
|
|
659
|
+
.am-content.ui-app-area .customers-header h3:hover {
|
|
660
|
+
cursor: pointer;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/* =========================== */
|
|
664
|
+
|
|
665
|
+
.am-content.ui-app-area .customer-block-info {
|
|
666
|
+
margin-bottom: 40px;
|
|
573
667
|
}
|
|
574
668
|
|
|
575
669
|
/* =========================== */
|
|
@@ -624,13 +718,14 @@ table .ui-table-row {
|
|
|
624
718
|
margin-right: 20px;
|
|
625
719
|
}
|
|
626
720
|
.main-app .ui-app-area .tab-content .tab-pane {
|
|
627
|
-
margin-top: 40px
|
|
721
|
+
/*margin-top: 40px;*/
|
|
628
722
|
}
|
|
629
723
|
.main-app .ui-app-area .tab-content .tab-pane .h3 {
|
|
630
724
|
font-size: 20px;
|
|
631
725
|
}
|
|
632
|
-
.main-app .ui-app-area table thead {
|
|
633
|
-
background-color: #
|
|
726
|
+
.main-app .ui-app-area table thead th {
|
|
727
|
+
background-color: #fff;
|
|
728
|
+
border-bottom: 1px solid #7A7A7A !important;
|
|
634
729
|
}
|
|
635
730
|
.ui-app-area .page-head .dropdown.droppright {
|
|
636
731
|
top: 6px;
|
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.15'
|
|
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-
|
|
11
|
+
date: 2021-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|