diff --git a/assets/css/app.scss b/assets/css/app.scss index 85cb992aea..a9b63e15be 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -233,6 +233,14 @@ @apply border-ch-text rounded-sm p-1; } + // Progress bars + .progress { + @apply rounded-sm ring-1 ring-ch-secondary bg-ch-primary text-sm text-center min-h-full ml-12 mr-4; + } + .progress .progress-bar { + @apply bg-ch-secondary text-ch-text-secondary; + } + @import "scss/index.scss"; }