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

META-INF.web.lib.fa47.scss._list.scss Maven / Gradle / Ivy

There is a newer version: 6.2.04
Show newest version
// List Icons
// -------------------------

.#{$fa-css-prefix}-ul {
  padding-left: 0;
  margin-left: $fa-li-width;
  list-style-type: none;
  > li { position: relative; }
}
.#{$fa-css-prefix}-li {
  position: absolute;
  left: -$fa-li-width;
  width: $fa-li-width;
  top: (2em / 14);
  text-align: center;
  &.#{$fa-css-prefix}-lg {
    left: -$fa-li-width + (4em / 14);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy