Sha256: a564af1d184543c3e5a9198712b59fd18e4fef582565f888ce0e62096a555fff

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

@if $moovui-init {
dl {
  font-weight: 300;
  margin: 0 0 $sp2 3em;
  color: #666;
  &:first-child {
    margin-left: 1em;
  }
}

dt {
  display: inline;
  font-weight: 400;
  &:before {
  content: "•";
  font-weight: 300;
  position: absolute;
  margin-left: -1em;
  }
}

dd {
  display: inline;
  margin: 0;
  &:not(:empty):before {
    -webkit-font-smoothing: antialiased;
    content: "  ⎯  ";
  }
  &:after {
    content: "";
    display: block;
  }
}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moovui-0.1.2 app/assets/stylesheets/modules/_definition.scss
moovui-0.1.1 app/assets/stylesheets/modules/_definition.scss
moovui-0.0.2 modules/_definition.scss
moovui-0.0.1 modules/_definition.scss