Remove dead css

This commit is contained in:
Josh Perez 2021-10-07 19:46:11 -04:00 committed by GitHub
parent 75dab30367
commit 8220ea4c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 7 additions and 331 deletions

View file

@ -10,26 +10,6 @@
}
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: -o-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: linear-gradient(
45deg,
$color-white-alpha-60 25%,
@ -40,30 +20,9 @@
transparent 75%,
transparent
);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: -o-linear-gradient(
45deg,
$color-white-alpha-60 25%,
transparent 25%,
transparent 50%,
$color-white-alpha-60 50%,
$color-white-alpha-60 75%,
transparent 75%,
transparent
);
background-image: linear-gradient(
45deg,
$color-white-alpha-60 25%,
@ -76,8 +35,6 @@
);
}
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}