Skip to content

Commit

Permalink
fix sass to the way i like it, which caroline reminded me of, even th…
Browse files Browse the repository at this point in the history
…ough she doesn't like it. she's a good person.
  • Loading branch information
snide committed Apr 23, 2019
1 parent 71a24c6 commit a042b3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/stat/_stat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
.euiStat__title {
color: $euiColorFullShade;

&-isLoading {
animation: euiStatPulse 1.5s infinite ease-in-out;
}

// Create color classes based upon the map.
@each $name, $color in $titleColors {
&--#{$name} {
Expand All @@ -23,6 +19,10 @@
}
}

.euiStat__title-isLoading {
animation: euiStatPulse 1.5s infinite ease-in-out;
}

.euiStat__description {
color: map-get($titleColors, dark);
}
Expand Down

1 comment on commit a042b3b

@cchaos
Copy link
Contributor

@cchaos cchaos commented on a042b3b Apr 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

Please sign in to comment.