summaryrefslogtreecommitdiff
path: root/www/lib/ionic/scss/_progress.scss
blob: 5defdcbbe4414f3067d876e74b37dee7f59c2764 (plain)
1
2
3
4
5
6
7
8
9
10
11

/**
 * Progress
 * --------------------------------------------------
 */

progress {
  display: block;
  margin: $progress-margin;
  width: $progress-width;
}