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

package.scss._list.scss Maven / Gradle / Ivy

The newest version!
// icons in a list
// -------------------------

.#{$fa-css-prefix}-ul {
  list-style-type: none;
  margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin});
  padding-left: 0;

  > li { position: relative; }
}

.#{$fa-css-prefix}-li {
  left: calc(-1 * var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}));
  position: absolute;
  text-align: center;
  width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width});
  line-height: inherit;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy