All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.scss.mixins._lists.scss Maven / Gradle / Ivy

Go to download

Orange Boosted with Bootstrap is a Bootstrap based, Orange branded accessible and ergonomic components library.

The newest version!
// Lists

// Unstyled keeps list items block level, just removes default browser padding and list-style
@mixin list-unstyled {
  padding-left: 0;
  list-style: none;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy