2023-03-03 15:54:28 +00:00
|
|
|
progress {
|
|
|
|
@apply h-3 rounded-full overflow-hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-bar {
|
|
|
|
@apply bg-blue-200;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-value {
|
|
|
|
@apply bg-blue-500;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
@apply bg-blue-500;
|
|
|
|
}
|
|
|
|
|
2023-03-31 12:54:15 +00:00
|
|
|
/* progress::-ms-fill {
|
2023-03-03 15:54:28 +00:00
|
|
|
@apply bg-blue-500 border-0;
|
2023-03-31 12:54:15 +00:00
|
|
|
} */
|
2023-03-03 15:54:28 +00:00
|
|
|
|