-
-
Notifications
You must be signed in to change notification settings - Fork 102
Styling (legacy)
Murhaf Sousli edited this page Aug 18, 2024
·
1 revision
To change the style of the progress bar use the following classes
ng-progress {
// host element
}
.ng-progress-bar {
// bar wrapper
}
.ng-bar-placeholder {
// bar placeholder
// change the height of the progress bar
height: 40px !important;
}
.ng-bar {
// the actual bar that translates with when the progress increments
}
.ng-spinner {
// Spinner wrapper
}
.ng-spinner-icon {
// The actual spinner where defines the radius size and animation
}
Become a sponsor and get your logo on our README on GitHub and the front page of https://ngx-progressbar.netlify.com/.
Become a backer and get your logo on our README on GitHub.
Older version (v12)
-
Automagic features
Older version (v11)
-
Automagic features