qms-angular 1.0.94 → 1.0.95

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.
@@ -33,7 +33,7 @@
33
33
  height: 1.5rem;
34
34
  line-height: 2rem;
35
35
  }
36
- .qms-breadcrumb-item-text{
36
+ .qms-breadcrumb-item-overflow {
37
37
  max-width: 240px;
38
38
  text-overflow: ellipsis;
39
39
  overflow: hidden;
@@ -74,14 +74,16 @@
74
74
  }
75
75
 
76
76
  .qms-breadcrumb-item{
77
- .qms-breadcrumb-item-text{
77
+ .qms-breadcrumb-item-text {
78
+ font-size: 12px;
79
+ font-weight: 400;
80
+ color: black(0.6);
81
+ }
82
+ .qms-breadcrumb-item-overflow {
78
83
  max-width: 200px;
79
84
  text-overflow: ellipsis;
80
85
  overflow: hidden;
81
86
  white-space: nowrap;
82
- font-size: 12px;
83
- font-weight: 400;
84
- color: black(0.6);
85
87
  }
86
88
  }
87
89
  }
@@ -15,8 +15,13 @@
15
15
  margin-bottom: 1rem;
16
16
  }
17
17
 
18
- .list-related__body {
18
+ .list-related__body {
19
19
  .list-related__body-parent {
20
+
21
+ .qms-list-item {
22
+ height: unset !important;
23
+ }
24
+
20
25
  .qms-list-item.mat-2-line.image-item {
21
26
  height: auto;
22
27
  }
@@ -45,15 +50,6 @@
45
50
  }
46
51
  }
47
52
 
48
- .breadcrumb-containe {
49
- .qms-breadcrumb-item {
50
- .mat-icon {
51
- font-size: 16px!important;
52
- padding-bottom: 1px;
53
- }
54
- }
55
- }
56
-
57
53
  min-height: 48px;
58
54
  display: flex;
59
55
  align-items: center;
@@ -74,7 +70,7 @@
74
70
 
75
71
  .caption {
76
72
  color: black(0.6);
77
- font-size:0.75rem;
73
+ font-size: 0.75rem;
78
74
  line-height: 22px;
79
75
  }
80
76
  }
@@ -134,6 +130,31 @@
134
130
  margin-left: 3rem;
135
131
  }
136
132
  }
133
+
134
+ .qms-line {
135
+ display: flex;
136
+ align-items: center;
137
+ }
138
+
139
+ .breadcrumb-container .qms-breadcrumb-item {
140
+ cursor: inherit;
141
+ line-height: 16px;
142
+ font-size: 0.75rem;
143
+ color: black(0.6);
144
+ font-weight: 400;
145
+ line-height: 22px;
146
+ }
147
+
148
+ .trailing-box {
149
+ display: flex;
150
+ align-items: center;
151
+
152
+ button {
153
+ height: 24px;
154
+ width: 24px;
155
+ line-height: 24px;
156
+ }
157
+ }
137
158
  }
138
159
  }
139
160