|
2 | 2 |
|
3 | 3 | .str-chat { |
4 | 4 | /* The margin applied to every attachment in the attachment list */ |
5 | | - --str-chat__attachment-margin: var(--str-chat__spacing-0_5); |
6 | | - |
7 | | - /* The border radius used for the borders of the component */ |
8 | | - --str-chat__attachment-list-border-radius: 0; |
| 5 | + --str-chat__attachment-margin: var(--space-2) |
| 6 | + /* The border radius used for the borders of the component */ |
| 7 | + --str-chat__attachment-list-border-radius: 0; |
9 | 8 |
|
10 | 9 | /* The text/icon color of the component */ |
11 | 10 | --str-chat__attachment-list-color: var(--str-chat__text-color); |
|
328 | 327 |
|
329 | 328 | .str-chat__gallery .str-chat__message-attachment--svg-image, |
330 | 329 | .str-chat__message-attachment--image.str-chat__message-attachment--svg-image { |
331 | | - $padding: var(--str-chat__spacing-6); |
| 330 | + $padding: var(--space-24); |
332 | 331 | padding: $padding; |
333 | 332 |
|
334 | 333 | img { |
|
344 | 343 | display: flex; |
345 | 344 | align-items: center; |
346 | 345 | justify-content: center; |
347 | | - padding: var(--str-chat__spacing-2); |
348 | | - column-gap: var(--str-chat__spacing-4); |
| 346 | + padding: var(--space-8); |
| 347 | + column-gap: var(--space-16); |
349 | 348 | //margin: var(--str-chat__attachment-margin); |
350 | 349 |
|
351 | 350 | .str-chat__file-icon { |
|
380 | 379 | flex-direction: column; |
381 | 380 | align-items: flex-start; |
382 | 381 | justify-content: center; |
383 | | - row-gap: var(--str-chat__spacing-0_5); |
| 382 | + row-gap: var(--space-2); |
384 | 383 | min-width: 0; |
385 | 384 | line-height: var(--typography-line-height-tight); |
386 | 385 |
|
|
390 | 389 | display: flex; |
391 | 390 | align-items: center; |
392 | 391 | justify-content: space-between; |
393 | | - column-gap: var(--str-chat__spacing-2); |
| 392 | + column-gap: var(--space-8); |
394 | 393 | font-weight: var(--typography-font-weight-semi-bold); |
395 | 394 | font-size: var(--typography-font-size-sm); |
396 | 395 |
|
|
0 commit comments