summaryrefslogtreecommitdiffstats
path: root/assets/sass/@primer/css/progress/progress.scss
blob: 2b3addfd926f665f4dc077873589d312049a33e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Progress

.Progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  // stylelint-disable-next-line primer/colors
  background-color: $gray-200;
  border-radius: $border-radius;
}

.Progress--large {
  height: 10px;
}

.Progress--small {
  height: 5px;
}