Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13542 anikendra 1
 
2
/**
3
 * Progress
4
 * --------------------------------------------------
5
 */
6
 
7
progress {
8
  display: block;
9
  margin: $progress-margin;
10
  width: $progress-width;
11
}