Learnpath: Fix progress bars style - refs BT#19044

pull/4017/head
Yannick Warnier 4 years ago
parent c28321eec9
commit 6442b7f4b5
  1. 8
      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";
}

Loading…
Cancel
Save