Sha256: 5a2de2e2ae3f60bba05572bb6f305a58b93ffd98792dbcf0bb92f9d5c971d557

Contents?: true

Size: 1.24 KB

Versions: 11

Compression:

Stored size: 1.24 KB

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-bullet
  list-style: circle

  li
    margin-left: 1em

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

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

.ae-list-flex
  display: flex
  flex-direction: row
  flex-wrap: nowrap
  justify-content: space-between
  align-items: stretch
  align-content: stretch

  li
    flex: 1
    padding: 0 0.8em

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

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

dl
  margin-bottom: 1em

  dt, dd
    vertical-align: top
    padding:
      top: 0.5em
      bottom: 0.5em
  dt
    border-bottom: 1px solid $border-light
    color: $heading-color

.ae-dl-inline
  dt, dd
    display: inline-block
    border-bottom: 0

  dt
    width: 30%

  dd
    width: 65%

.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

11 entries across 11 versions & 1 rubygems

Version Path
express_ui-0.5.0 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.4.2 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.4.1 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.4.0 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.3.0 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.2.1 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.2.0 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.1.7 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.1.6 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.1.5 app/assets/stylesheets/express_ui/molecules/_lists.sass
express_ui-0.1.4 app/assets/stylesheets/express_ui/molecules/_lists.sass