qms-angular 1.1.64 → 1.1.65
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.
- package/bundles/qms-angular.umd.js +1974 -1657
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/common/enum/bpmn-add-connection-type.enum.js +6 -0
- package/esm2015/lib/common/enum/data-type.enum.js +2 -1
- package/esm2015/lib/common/enum/shape-connection-action.enum.js +7 -0
- package/esm2015/lib/common/enum/shape-targets.enum.js +6 -0
- package/esm2015/lib/common/qms-icon.const.js +13 -1
- package/esm2015/lib/components/app-icon/icon-registry.service.js +17 -2
- package/esm2015/lib/components/qms-bpmn/models/change-document-anchor-for-shape-event.model.js +3 -0
- package/esm2015/lib/components/qms-bpmn/models/flow-chart-shape/activity-related-items.js +2 -1
- package/esm2015/lib/components/qms-bpmn/models/remove-shape-connection-item-event.model.js +5 -0
- package/esm2015/lib/components/qms-bpmn/models/shape-connection-action-event.model.js +3 -0
- package/esm2015/lib/components/qms-bpmn/models/shape-connection-action.model.js +3 -0
- package/esm2015/lib/components/qms-bpmn/models/shape-connection-detail.model.js +32 -0
- package/esm2015/lib/components/qms-bpmn/models/shape-flow-chart-connection-detail.model.js +7 -0
- package/esm2015/lib/components/qms-bpmn/qms-bpmn.component.js +120 -16
- package/esm2015/lib/components/qms-bpmn/qms-bpmn.module.js +15 -5
- package/esm2015/lib/components/related/list-other-related/list-related.component.js +6 -3
- package/esm2015/lib/components/select-access-dialog/select-access-dialog.component.js +2 -2
- package/esm2015/lib/components/select-process-data/select-process-data.component.js +2 -3
- package/esm2015/lib/components/select-process-data-tree/select-process-data-tree.component.js +1 -1
- package/esm2015/lib/components/select-process-document/select-process-document.component.js +3 -3
- package/esm2015/lib/components/treeNew/tree.component.js +3 -3
- package/esm2015/lib/model/en.js +8 -2
- package/esm2015/lib/model/no.js +8 -2
- package/esm2015/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.js +4 -1
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +38 -34
- package/esm2015/lib/qms-ckeditor-components/models/connect-type.model.js +1 -1
- package/esm2015/lib/qms-ckeditor-components/models/qms-bpmn-config.model.js +2 -1
- package/esm2015/lib/services/qms-bpmn.service.js +24 -1
- package/esm2015/public-api.js +11 -1
- package/esm2015/qms-angular.js +3 -1
- package/fesm2015/qms-angular.js +2150 -1905
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/common/enum/bpmn-add-connection-type.enum.d.ts +4 -0
- package/lib/common/enum/data-type.enum.d.ts +2 -1
- package/lib/common/enum/shape-connection-action.enum.d.ts +5 -0
- package/lib/common/enum/shape-targets.enum.d.ts +4 -0
- package/lib/common/qms-icon.const.d.ts +5 -0
- package/lib/components/app-icon/icon-registry.service.d.ts +5 -0
- package/lib/components/qms-bpmn/models/change-document-anchor-for-shape-event.model.d.ts +5 -0
- package/lib/components/qms-bpmn/models/flow-chart-shape/activity-related-items.d.ts +1 -0
- package/lib/components/qms-bpmn/models/remove-shape-connection-item-event.model.d.ts +13 -0
- package/lib/components/qms-bpmn/models/shape-connection-action-event.model.d.ts +7 -0
- package/lib/components/qms-bpmn/models/shape-connection-action.model.d.ts +5 -0
- package/lib/components/qms-bpmn/models/shape-connection-detail.model.d.ts +71 -0
- package/lib/components/qms-bpmn/models/shape-flow-chart-connection-detail.model.d.ts +6 -0
- package/lib/components/qms-bpmn/qms-bpmn.component.d.ts +51 -10
- package/lib/components/related/list-other-related/list-related.component.d.ts +1 -1
- package/lib/model/en.d.ts +6 -0
- package/lib/model/no.d.ts +6 -0
- package/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.d.ts +4 -1
- package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +19 -19
- package/lib/qms-ckeditor-components/models/connect-type.model.d.ts +2 -0
- package/lib/qms-ckeditor-components/models/qms-bpmn-config.model.d.ts +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +10 -0
- package/qms-angular.d.ts +2 -0
- package/qms-angular.metadata.json +1 -1
- package/src/assets/jointjs/scss/bpmn.css +2 -2
- package/src/lib/components/qms-bpmn/qms-bpmn.component.scss +263 -0
- package/src/lib/components/related/list-other-related/list-related.component.scss +201 -197
- package/src/lib/components/select-process-data/select-process-data.component.scss +0 -2
- package/src/lib/components/select-process-data-tree/select-process-data-tree.component.scss +0 -1
- package/src/lib/components/select-process-document/select-process-document.component.scss +4 -0
- package/src/lib/components/treeNew/tree.component.scss +4 -0
@@ -679,7 +679,7 @@ body {
|
|
679
679
|
|
680
680
|
/* SCROLLBARS */
|
681
681
|
|
682
|
-
::-webkit-scrollbar {
|
682
|
+
/* ::-webkit-scrollbar {
|
683
683
|
width: 8px;
|
684
684
|
height: 10px;
|
685
685
|
}
|
@@ -708,7 +708,7 @@ body {
|
|
708
708
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
|
709
709
|
border-top-left-radius: 5px;
|
710
710
|
border-top-right-radius: 5px;
|
711
|
-
}
|
711
|
+
} */
|
712
712
|
|
713
713
|
/* FREETRANSFORM */
|
714
714
|
|
@@ -550,8 +550,271 @@
|
|
550
550
|
.joint-selection.joint-theme-bpmn .selection-wrapper {
|
551
551
|
display: block;
|
552
552
|
}
|
553
|
+
|
554
|
+
.no-result-connection {
|
555
|
+
height: 100%;
|
556
|
+
flex-direction: column;
|
557
|
+
display: flex;
|
558
|
+
transform: none;
|
559
|
+
align-items: center;
|
560
|
+
justify-content: center;
|
561
|
+
|
562
|
+
}
|
563
|
+
|
564
|
+
.button-add {
|
565
|
+
width: 359px;
|
566
|
+
margin: 20px 20px 0px 20px;
|
567
|
+
|
568
|
+
.add-icon {
|
569
|
+
color: var(--primary);
|
570
|
+
}
|
571
|
+
}
|
572
|
+
|
573
|
+
.have-result-connection {
|
574
|
+
height: 100%;
|
575
|
+
flex-direction: column;
|
576
|
+
display: flex;
|
577
|
+
transform: none;
|
578
|
+
}
|
579
|
+
|
580
|
+
.mat-expansion-panel-header:hover:not(:hover .description-edit) {
|
581
|
+
background-color: transparent !important;
|
582
|
+
}
|
583
|
+
|
584
|
+
.mat-expansion-panel-header {
|
585
|
+
|
586
|
+
.mat-content {
|
587
|
+
display: block;
|
588
|
+
.description-header {
|
589
|
+
display: flex;
|
590
|
+
align-items: center;
|
591
|
+
justify-content: space-between;
|
592
|
+
}
|
593
|
+
}
|
594
|
+
|
595
|
+
.default-subtitle {
|
596
|
+
font-family: Open Sans;
|
597
|
+
font-size: 16px;
|
598
|
+
font-weight: 600;
|
599
|
+
line-height: 28px;
|
600
|
+
color: #0163B2;
|
601
|
+
}
|
602
|
+
}
|
603
|
+
|
604
|
+
.connection-content-body {
|
605
|
+
display: flex;
|
606
|
+
justify-content: space-between;
|
607
|
+
align-items: center;
|
608
|
+
|
609
|
+
.mat-menu-item {
|
610
|
+
width: initial;
|
611
|
+
}
|
612
|
+
|
613
|
+
}
|
614
|
+
|
615
|
+
.edit-icon {
|
616
|
+
width: 40px;
|
617
|
+
height: 40px;
|
618
|
+
line-height: 40px;
|
619
|
+
}
|
620
|
+
|
621
|
+
.mat-form-field .mat-select-arrow {
|
622
|
+
display: none;
|
623
|
+
}
|
624
|
+
|
625
|
+
.custom-mat-form-field {
|
626
|
+
width: 48px;
|
627
|
+
height: 48px;
|
628
|
+
|
629
|
+
.mat-form-field-flex {
|
630
|
+
padding-left: 12px;
|
631
|
+
}
|
632
|
+
}
|
633
|
+
|
634
|
+
.target-wrapper {
|
635
|
+
padding-left: 10px;
|
636
|
+
padding-bottom: 8px;
|
637
|
+
}
|
638
|
+
|
639
|
+
.qms-list-item-content {
|
640
|
+
margin-left: 0px;
|
641
|
+
height: auto;
|
642
|
+
}
|
643
|
+
|
644
|
+
.wrap-image.image-square {
|
645
|
+
background-color: transparent;
|
646
|
+
margin-right: 0px;
|
647
|
+
}
|
648
|
+
|
649
|
+
.qms-list-text {
|
650
|
+
justify-content: center;
|
651
|
+
border-bottom: none;
|
652
|
+
}
|
653
|
+
|
654
|
+
.mat-expansion-panel-body {
|
655
|
+
padding-left: 0px;
|
656
|
+
padding-right: 0px;
|
657
|
+
}
|
658
|
+
|
659
|
+
.qms-btn-icon {
|
660
|
+
height: auto;
|
661
|
+
}
|
662
|
+
|
663
|
+
.mat-form-field-wrapper {
|
664
|
+
padding-bottom: 0px;
|
665
|
+
|
666
|
+
.mat-form-field-flex {
|
667
|
+
border-bottom: none;
|
668
|
+
background-color: transparent;
|
669
|
+
}
|
670
|
+
|
671
|
+
.mat-form-field-flex:hover {
|
672
|
+
background-color: transparent;
|
673
|
+
}
|
674
|
+
}
|
675
|
+
|
676
|
+
.connection-item-container, .content-item-container {
|
677
|
+
|
678
|
+
.related-item-wrapper {
|
679
|
+
display: flex;
|
680
|
+
border: 1px solid #E0E0E0;
|
681
|
+
border-radius: 4px;
|
682
|
+
margin-bottom: 8px;
|
683
|
+
}
|
684
|
+
|
685
|
+
.qms-list-item.image-item .qms-list-text {
|
686
|
+
border-bottom: none !important;
|
687
|
+
}
|
688
|
+
|
689
|
+
.mat-expansion-panel.qms-expansion {
|
690
|
+
margin-left: 0px !important;
|
691
|
+
margin-right: 0px !important;
|
692
|
+
}
|
693
|
+
|
694
|
+
.qms-list-item {
|
695
|
+
height: 56px;
|
696
|
+
}
|
697
|
+
}
|
698
|
+
|
699
|
+
.connection-item-container {
|
700
|
+
.mat-expansion-panel-body {
|
701
|
+
padding-left: 0px !important;
|
702
|
+
padding-right: 0px !important;
|
703
|
+
}
|
704
|
+
}
|
705
|
+
|
706
|
+
.active-anchor {
|
707
|
+
color: var(--primary);
|
708
|
+
}
|
709
|
+
|
553
710
|
}
|
554
711
|
|
555
712
|
::ng-deep .stencil-paper-drag {
|
556
713
|
z-index: 10000;
|
714
|
+
}
|
715
|
+
|
716
|
+
::ng-deep {
|
717
|
+
|
718
|
+
.group-action-member{
|
719
|
+
width: 359px;
|
720
|
+
max-width: 359px !important;
|
721
|
+
margin-left: 20px !important;
|
722
|
+
}
|
723
|
+
|
724
|
+
.mat-expansion-panel-header .mat-expansion-indicator::after {
|
725
|
+
color: #0163B2;
|
726
|
+
}
|
727
|
+
|
728
|
+
.mat-form-field:hover {
|
729
|
+
background: none;
|
730
|
+
}
|
731
|
+
|
732
|
+
.mat-menu-panel {
|
733
|
+
width: auto;
|
734
|
+
}
|
735
|
+
|
736
|
+
.mat-select-search-inside-mat-option .mat-select-search-input {
|
737
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.38);
|
738
|
+
margin: 0.25rem;
|
739
|
+
background-color: rgba(0, 0, 0, 0.04);
|
740
|
+
border-radius: 4px;
|
741
|
+
}
|
742
|
+
}
|
743
|
+
|
744
|
+
.activity-attachment__attachment-list {
|
745
|
+
.custom-attachment-margin {
|
746
|
+
margin: 16px 0px 16px 0px;
|
747
|
+
}
|
748
|
+
|
749
|
+
.qms-scrollable-attachment-list {
|
750
|
+
.qms-list-item.mat-2-line.image-item {
|
751
|
+
height: 64px;
|
752
|
+
.qms-line,
|
753
|
+
.subtitle {
|
754
|
+
-webkit-line-clamp: 1;
|
755
|
+
}
|
756
|
+
|
757
|
+
.subtitle:last-child {
|
758
|
+
padding: 2px;
|
759
|
+
}
|
760
|
+
|
761
|
+
.subtitle {
|
762
|
+
font-weight: 600;
|
763
|
+
font-size: 16px;
|
764
|
+
word-break: break-word;
|
765
|
+
|
766
|
+
.qms-btn-text {
|
767
|
+
&:focus,
|
768
|
+
&:focus-visible {
|
769
|
+
&::after {
|
770
|
+
animation: none;
|
771
|
+
}
|
772
|
+
}
|
773
|
+
}
|
774
|
+
}
|
775
|
+
|
776
|
+
.qms-btn {
|
777
|
+
padding: 0px 8px;
|
778
|
+
color: white;
|
779
|
+
}
|
780
|
+
|
781
|
+
.qms-btn-icon {
|
782
|
+
height: 1.5rem;
|
783
|
+
width: 1.5rem;
|
784
|
+
line-height: 1.5rem;
|
785
|
+
}
|
786
|
+
}
|
787
|
+
}
|
788
|
+
|
789
|
+
.mat-dialog-actions {
|
790
|
+
padding: 8px 0px 0px 0px;
|
791
|
+
}
|
792
|
+
|
793
|
+
.qms-list-text {
|
794
|
+
height: 56px;
|
795
|
+
border-bottom: 1px solid var(--other-divider) !important;
|
796
|
+
}
|
797
|
+
::ng-deep .qms-list-header {
|
798
|
+
height: 56px;
|
799
|
+
border-bottom: 1px solid var(--other-divider) !important;
|
800
|
+
}
|
801
|
+
|
802
|
+
.attachment-ion {
|
803
|
+
width: 56px;
|
804
|
+
height: 56px;
|
805
|
+
background-color: #fff;
|
806
|
+
}
|
807
|
+
}
|
808
|
+
|
809
|
+
.qms-badges-container{
|
810
|
+
margin-right: 15px;
|
811
|
+
display: flex;
|
812
|
+
::ng-deep .qms-badges-circle-large {
|
813
|
+
border: 1px double;
|
814
|
+
}
|
815
|
+
::ng-deep .text-color-white {
|
816
|
+
color: #808080 !important;
|
817
|
+
font-weight: 600;
|
818
|
+
}
|
819
|
+
|
557
820
|
}
|
@@ -1,197 +1,201 @@
|
|
1
|
-
@import "../../../../themes/theme/variable";
|
2
|
-
@import "../../../../themes/theme/mixins";
|
3
|
-
@import "../../../../themes/core/typography";
|
4
|
-
|
5
|
-
.list-related {
|
6
|
-
font-family: "Open Sans";
|
7
|
-
font-style: normal;
|
8
|
-
font-weight: normal;
|
9
|
-
color: theme-apply($default-color);
|
10
|
-
|
11
|
-
.list-related__title {
|
12
|
-
font-weight: 600;
|
13
|
-
font-size: 0.875rem;
|
14
|
-
line-height: 22px;
|
15
|
-
margin-bottom: 1rem;
|
16
|
-
}
|
17
|
-
|
18
|
-
.list-related__body {
|
19
|
-
.list-related__body-parent {
|
20
|
-
|
21
|
-
.qms-list-item {
|
22
|
-
height: unset !important;
|
23
|
-
}
|
24
|
-
|
25
|
-
.qms-list-item.mat-2-line.image-item {
|
26
|
-
height: auto;
|
27
|
-
}
|
28
|
-
|
29
|
-
.qms-list-item.image-item .qms-list-item-content {
|
30
|
-
margin: 0;
|
31
|
-
}
|
32
|
-
|
33
|
-
.wrap-image.image-square,
|
34
|
-
.wrap-image.image-square img {
|
35
|
-
background: transparent;
|
36
|
-
margin: auto;
|
37
|
-
height: 24px;
|
38
|
-
width: 24px;
|
39
|
-
}
|
40
|
-
|
41
|
-
.qms-list-item.image-item .qms-list-text,
|
42
|
-
.qms-list-item.image-item .trailing-box {
|
43
|
-
margin-left: 1.5rem;
|
44
|
-
border-bottom: none;
|
45
|
-
padding-bottom: 7px;
|
46
|
-
padding-top: 7px;
|
47
|
-
|
48
|
-
.material-icons-outlined {
|
49
|
-
font-size: 13px;
|
50
|
-
height: 13px;
|
51
|
-
width: 13px;
|
52
|
-
}
|
53
|
-
}
|
54
|
-
|
55
|
-
min-height: 48px;
|
56
|
-
display: flex;
|
57
|
-
align-items: center;
|
58
|
-
justify-content: space-between;
|
59
|
-
border-bottom: 1px solid #ddd;
|
60
|
-
|
61
|
-
.block {
|
62
|
-
font-weight: normal;
|
63
|
-
font-size: 1rem;
|
64
|
-
line-height: 28px;
|
65
|
-
display: flex;
|
66
|
-
align-items: center;
|
67
|
-
|
68
|
-
.title {
|
69
|
-
margin-left: 1.5rem;
|
70
|
-
padding-top: 5px;
|
71
|
-
padding-bottom: 5px;
|
72
|
-
|
73
|
-
.caption {
|
74
|
-
color: black(0.6);
|
75
|
-
font-size: 0.75rem;
|
76
|
-
line-height: 22px;
|
77
|
-
}
|
78
|
-
}
|
79
|
-
|
80
|
-
mat-icon {
|
81
|
-
color: black(0.6);
|
82
|
-
padding: 0;
|
83
|
-
}
|
84
|
-
|
85
|
-
button.qms-btn-icon {
|
86
|
-
width: 40px;
|
87
|
-
height: 40px;
|
88
|
-
line-height: 40px;
|
89
|
-
}
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
.list-related__body-child {
|
94
|
-
font-weight: normal;
|
95
|
-
font-size: 0.875rem;
|
96
|
-
line-height: 22px;
|
97
|
-
|
98
|
-
.default {
|
99
|
-
min-height: 48px;
|
100
|
-
display: flex;
|
101
|
-
align-items: center;
|
102
|
-
justify-content: space-between;
|
103
|
-
border-bottom: 1px solid #ddd;
|
104
|
-
|
105
|
-
.title {
|
106
|
-
margin-left: 3rem;
|
107
|
-
}
|
108
|
-
|
109
|
-
.group-button {
|
110
|
-
margin-right: 2rem;
|
111
|
-
display: flex;
|
112
|
-
}
|
113
|
-
}
|
114
|
-
}
|
115
|
-
|
116
|
-
.remain {
|
117
|
-
font-weight: 600;
|
118
|
-
font-size: 0.875rem;
|
119
|
-
line-height: 22px;
|
120
|
-
|
121
|
-
display: flex;
|
122
|
-
align-items: center;
|
123
|
-
justify-content: space-between;
|
124
|
-
background-color: #fafafa;
|
125
|
-
|
126
|
-
border-bottom: 1px solid #ddd;
|
127
|
-
color: theme-apply($primary);
|
128
|
-
min-height: 48px;
|
129
|
-
border-bottom: 1px solid #ddd;
|
130
|
-
|
131
|
-
.title {
|
132
|
-
margin-left: 3rem;
|
133
|
-
}
|
134
|
-
}
|
135
|
-
|
136
|
-
.qms-line {
|
137
|
-
display: flex;
|
138
|
-
align-items: center;
|
139
|
-
}
|
140
|
-
|
141
|
-
.breadcrumb-container .qms-breadcrumb-item {
|
142
|
-
cursor: inherit;
|
143
|
-
line-height: 16px;
|
144
|
-
font-size: 0.75rem;
|
145
|
-
color: black(0.6);
|
146
|
-
font-weight: 400;
|
147
|
-
line-height: 22px;
|
148
|
-
margin: 0;
|
149
|
-
}
|
150
|
-
|
151
|
-
.trailing-box {
|
152
|
-
display: flex;
|
153
|
-
align-items: center;
|
154
|
-
|
155
|
-
button {
|
156
|
-
height: 24px;
|
157
|
-
width: 24px;
|
158
|
-
line-height: 24px;
|
159
|
-
}
|
160
|
-
}
|
161
|
-
}
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
}
|
1
|
+
@import "../../../../themes/theme/variable";
|
2
|
+
@import "../../../../themes/theme/mixins";
|
3
|
+
@import "../../../../themes/core/typography";
|
4
|
+
|
5
|
+
.list-related {
|
6
|
+
font-family: "Open Sans";
|
7
|
+
font-style: normal;
|
8
|
+
font-weight: normal;
|
9
|
+
color: theme-apply($default-color);
|
10
|
+
|
11
|
+
.list-related__title {
|
12
|
+
font-weight: 600;
|
13
|
+
font-size: 0.875rem;
|
14
|
+
line-height: 22px;
|
15
|
+
margin-bottom: 1rem;
|
16
|
+
}
|
17
|
+
|
18
|
+
.list-related__body {
|
19
|
+
.list-related__body-parent {
|
20
|
+
|
21
|
+
.qms-list-item {
|
22
|
+
height: unset !important;
|
23
|
+
}
|
24
|
+
|
25
|
+
.qms-list-item.mat-2-line.image-item {
|
26
|
+
height: auto;
|
27
|
+
}
|
28
|
+
|
29
|
+
.qms-list-item.image-item .qms-list-item-content {
|
30
|
+
margin: 0;
|
31
|
+
}
|
32
|
+
|
33
|
+
.wrap-image.image-square,
|
34
|
+
.wrap-image.image-square img {
|
35
|
+
background: transparent;
|
36
|
+
margin: auto;
|
37
|
+
height: 24px;
|
38
|
+
width: 24px;
|
39
|
+
}
|
40
|
+
|
41
|
+
.qms-list-item.image-item .qms-list-text,
|
42
|
+
.qms-list-item.image-item .trailing-box {
|
43
|
+
margin-left: 1.5rem;
|
44
|
+
border-bottom: none;
|
45
|
+
padding-bottom: 7px;
|
46
|
+
padding-top: 7px;
|
47
|
+
|
48
|
+
.material-icons-outlined {
|
49
|
+
font-size: 13px;
|
50
|
+
height: 13px;
|
51
|
+
width: 13px;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
min-height: 48px;
|
56
|
+
display: flex;
|
57
|
+
align-items: center;
|
58
|
+
justify-content: space-between;
|
59
|
+
border-bottom: 1px solid #ddd;
|
60
|
+
|
61
|
+
.block {
|
62
|
+
font-weight: normal;
|
63
|
+
font-size: 1rem;
|
64
|
+
line-height: 28px;
|
65
|
+
display: flex;
|
66
|
+
align-items: center;
|
67
|
+
|
68
|
+
.title {
|
69
|
+
margin-left: 1.5rem;
|
70
|
+
padding-top: 5px;
|
71
|
+
padding-bottom: 5px;
|
72
|
+
|
73
|
+
.caption {
|
74
|
+
color: black(0.6);
|
75
|
+
font-size: 0.75rem;
|
76
|
+
line-height: 22px;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
mat-icon {
|
81
|
+
color: black(0.6);
|
82
|
+
padding: 0;
|
83
|
+
}
|
84
|
+
|
85
|
+
button.qms-btn-icon {
|
86
|
+
width: 40px;
|
87
|
+
height: 40px;
|
88
|
+
line-height: 40px;
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
.list-related__body-child {
|
94
|
+
font-weight: normal;
|
95
|
+
font-size: 0.875rem;
|
96
|
+
line-height: 22px;
|
97
|
+
|
98
|
+
.default {
|
99
|
+
min-height: 48px;
|
100
|
+
display: flex;
|
101
|
+
align-items: center;
|
102
|
+
justify-content: space-between;
|
103
|
+
border-bottom: 1px solid #ddd;
|
104
|
+
|
105
|
+
.title {
|
106
|
+
margin-left: 3rem;
|
107
|
+
}
|
108
|
+
|
109
|
+
.group-button {
|
110
|
+
margin-right: 2rem;
|
111
|
+
display: flex;
|
112
|
+
}
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
116
|
+
.remain {
|
117
|
+
font-weight: 600;
|
118
|
+
font-size: 0.875rem;
|
119
|
+
line-height: 22px;
|
120
|
+
|
121
|
+
display: flex;
|
122
|
+
align-items: center;
|
123
|
+
justify-content: space-between;
|
124
|
+
background-color: #fafafa;
|
125
|
+
|
126
|
+
border-bottom: 1px solid #ddd;
|
127
|
+
color: theme-apply($primary);
|
128
|
+
min-height: 48px;
|
129
|
+
border-bottom: 1px solid #ddd;
|
130
|
+
|
131
|
+
.title {
|
132
|
+
margin-left: 3rem;
|
133
|
+
}
|
134
|
+
}
|
135
|
+
|
136
|
+
.qms-line {
|
137
|
+
display: flex;
|
138
|
+
align-items: center;
|
139
|
+
}
|
140
|
+
|
141
|
+
.breadcrumb-container .qms-breadcrumb-item {
|
142
|
+
cursor: inherit;
|
143
|
+
line-height: 16px;
|
144
|
+
font-size: 0.75rem;
|
145
|
+
color: black(0.6);
|
146
|
+
font-weight: 400;
|
147
|
+
line-height: 22px;
|
148
|
+
margin: 0;
|
149
|
+
}
|
150
|
+
|
151
|
+
.trailing-box {
|
152
|
+
display: flex;
|
153
|
+
align-items: center;
|
154
|
+
|
155
|
+
button {
|
156
|
+
height: 24px;
|
157
|
+
width: 24px;
|
158
|
+
line-height: 24px;
|
159
|
+
}
|
160
|
+
}
|
161
|
+
}
|
162
|
+
|
163
|
+
.unset-vertical-align {
|
164
|
+
vertical-align: unset;
|
165
|
+
}
|
166
|
+
}
|
167
|
+
|
168
|
+
.label-red,
|
169
|
+
.label-yellow,
|
170
|
+
.label-green {
|
171
|
+
font-family: Open Sans;
|
172
|
+
font-style: normal;
|
173
|
+
font-weight: 600;
|
174
|
+
display: inline-block;
|
175
|
+
text-align: center;
|
176
|
+
margin-left: 1rem;
|
177
|
+
width: 24px;
|
178
|
+
height: 24px;
|
179
|
+
|
180
|
+
font-size: 0.75rem;
|
181
|
+
border-radius: 1px;
|
182
|
+
}
|
183
|
+
|
184
|
+
.label-red {
|
185
|
+
background-color: theme-apply($secondary);
|
186
|
+
color: white;
|
187
|
+
}
|
188
|
+
|
189
|
+
.label-yellow {
|
190
|
+
background-color: theme-apply($risk-yellow);
|
191
|
+
color: black(0.87);
|
192
|
+
}
|
193
|
+
|
194
|
+
.label-green {
|
195
|
+
background-color: theme-apply($risk-green);
|
196
|
+
color: white;
|
197
|
+
}
|
198
|
+
|
199
|
+
.cursor {
|
200
|
+
cursor: pointer;
|
201
|
+
}
|