Initial commit
[yaffs-website] / web / themes / custom / yaffs / scss / component / _progress-bar.scss
1 /**
2  * Progress bar styles.
3  */
4 .progress-wrapper {
5   margin-bottom: $form-group-margin-bottom;
6
7   &:last-child .progress {
8     margin-bottom: 5px;
9   }
10
11   .message {
12     font-weight: 700;
13     margin-bottom: 5px;
14   }
15
16   .percentage,
17   .progress-label {
18     font-size: $font-size-small;
19   }
20
21   .progress-bar {
22     min-width: 2em;
23   }
24
25 }