Skip to content

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
}
Clone this wiki locally