Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

nickfrez / unb-pretty   js

Repository URL to install this package:

/ icons / font-awesome / list.styl

// 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)