diff options
Diffstat (limited to 'www/lib/ionic/scss/_progress.scss')
| -rw-r--r-- | www/lib/ionic/scss/_progress.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/lib/ionic/scss/_progress.scss b/www/lib/ionic/scss/_progress.scss new file mode 100644 index 00000000..5defdcbb --- /dev/null +++ b/www/lib/ionic/scss/_progress.scss @@ -0,0 +1,11 @@ + +/** + * Progress + * -------------------------------------------------- + */ + +progress { + display: block; + margin: $progress-margin; + width: $progress-width; +} |
