Remove dead css
This commit is contained in:
parent
75dab30367
commit
8220ea4c87
9 changed files with 7 additions and 331 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue