mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 11:36:42 +01:00
12 lines
161 B
SCSS
12 lines
161 B
SCSS
|
|
/**
|
|
* Progress
|
|
* --------------------------------------------------
|
|
*/
|
|
|
|
progress {
|
|
display: block;
|
|
margin: $progress-margin;
|
|
width: $progress-width;
|
|
}
|