Sha256: d8c0490766c4026bbd1c6c18694ce7dd27521dc0b3f4f9cd54718a50dbe22efa

Contents?: true

Size: 721 Bytes

Versions: 2

Compression:

Stored size: 721 Bytes

Contents

ul, ol
  margin: 0
  padding: 0
  list-style-position: inside

  li
    @include p

    &:before
      content: ""
      float: left
      padding-left: 0.5rem

ul
  list-style: none

.ae-list-inline
  li
    display: block
    width: auto
    float: left

  &:after
    content: " "
    display: block
    clear: both

.ae-list-block
  li
    display: block
    width: auto

  &:after
    content: " "
    display: block
    clear: both


.ae-list-media
  figure
    display: flex

    figcaption
      text-align: left
      margin-left: 1rem

.ae-list-description
  .ae-li-title
    font-weight: bold
  .ae-li-inline
    text-align: right
    margin-right: 2em

    @include tablet-max
      text-align: left!important

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
express_ui-0.1.1 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.1.0 app/assets/stylesheets/express_ui/molecules/_lists.sass