File size: 553 Bytes
9697ede
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[data-component="diff-changes"] {
  display: flex;
  direction: ltr;
  unicode-bidi: isolate;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;

  [data-slot="diff-changes-additions"],
  [data-slot="diff-changes-deletions"] {
    font-size: 11px;
    font-style: normal;
    font-weight: 440;
    line-height: 1;
    letter-spacing: 0.05px;
    text-align: right;
  }

  [data-slot="diff-changes-additions"] {
    color: var(--v2-state-fg-success);
  }

  [data-slot="diff-changes-deletions"] {
    color: var(--v2-state-fg-danger);
  }
}