Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Dec 14, 2020
1 parent bdb4a9c commit 1d62e61
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -20837,12 +20837,6 @@ File uploader styles
margin: 0;
}

.#{$prefix}--loading {
width: rem(32px);
height: rem(32px);
margin-right: -$carbon--spacing-03;
}

.#{$prefix}--inline-loading__animation .#{$prefix}--loading {
// Vanilla markup has `.bx--inline-loading__animation` which is used for `margin-right` adjustment
margin-right: 0;
Expand Down Expand Up @@ -22421,7 +22415,7 @@ Loading styles
}

.#{$prefix}--loading__svg circle {
stroke-width: 8;
stroke-width: 10;
stroke-linecap: butt;
stroke-dasharray: 240;
}
Expand All @@ -22440,10 +22434,11 @@ Loading styles
}

.#{$prefix}--loading--small {
width: 2rem;
height: 2rem;
width: rem(16px);
height: rem(16px);

circle {
stroke-width: 12;
stroke-width: 16;
}
}

Expand All @@ -22453,7 +22448,7 @@ Loading styles

.#{$prefix}--loading__background {
stroke: $ui-03;
stroke-dashoffset: 0;
stroke-dashoffset: -22;
}

.#{$prefix}--loading-overlay {
Expand Down Expand Up @@ -22553,7 +22548,7 @@ Loading styles
<summary>Source code</summary>

```scss
$loading__gap: 40;
$loading__gap: 16;
```

</details>
Expand All @@ -22569,7 +22564,7 @@ $loading__gap: 40;
<summary>Source code</summary>

```scss
$loading--small__gap: 99;
$loading--small__gap: 25;
```

</details>
Expand All @@ -22586,7 +22581,7 @@ $loading--small__gap: 99;
<summary>Source code</summary>

```scss
$loading__size: 10.5rem;
$loading__size: 5.5rem;
```

</details>
Expand Down

0 comments on commit 1d62e61

Please sign in to comment.