allaw-ui 5.5.6 → 5.5.7
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.
|
@@ -186,22 +186,22 @@
|
|
|
186
186
|
display: flex;
|
|
187
187
|
align-items: center;
|
|
188
188
|
justify-content: center;
|
|
189
|
-
height:
|
|
190
|
-
border-radius:
|
|
189
|
+
height: 32px;
|
|
190
|
+
border-radius: 8px;
|
|
191
191
|
background-color: #eef5fc;
|
|
192
|
-
padding: 0
|
|
193
|
-
gap:
|
|
192
|
+
padding: 0 14px;
|
|
193
|
+
gap: 10px;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.case-card-document-badge i {
|
|
197
197
|
color: #25beeb;
|
|
198
|
-
font-size:
|
|
198
|
+
font-size: 18px;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.case-card-document-counter {
|
|
202
202
|
color: #456073;
|
|
203
203
|
font-family: "Open Sans", sans-serif;
|
|
204
|
-
font-size:
|
|
204
|
+
font-size: 14px;
|
|
205
205
|
font-weight: 600;
|
|
206
206
|
line-height: 1;
|
|
207
207
|
letter-spacing: 0.3px;
|
|
@@ -23,7 +23,7 @@ var CaseCard = function (_a) {
|
|
|
23
23
|
(avatarUrl ||
|
|
24
24
|
(receivedDocuments !== undefined &&
|
|
25
25
|
totalDocuments !== undefined)) && (React.createElement("div", { className: "case-card-bottom-right" },
|
|
26
|
-
avatarUrl && (React.createElement(AvatarBubble, { firstName: "", name: "", src: avatarUrl, size:
|
|
26
|
+
avatarUrl && (React.createElement(AvatarBubble, { firstName: "", name: "", src: avatarUrl, size: 40, disableHoverAnimation: true, clickable: false })),
|
|
27
27
|
receivedDocuments !== undefined &&
|
|
28
28
|
totalDocuments !== undefined && (React.createElement("div", { className: "case-card-document-badge" },
|
|
29
29
|
React.createElement("i", { className: "allaw-icon-document" }),
|