File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/scss/custom/

Viewing File: _list.scss

/* ###### 5.5 List   ###### */

.az-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;

  + .az-list-item { border-top: 1px solid $gray-200; }

  &:last-child { padding-bottom: 0; }

  h6 {
    margin-bottom: 2px;
    font-family: $font-family-opensans;
    font-weight: 600;
  }

  > div {
    &:first-child h6 { color: $gray-900; }

    span {
      color: $gray-600;
      font-size: 12px;
    }

    &:last-child {
      text-align: right;

      h6 {
        line-height: 1;
      }
    }
  }
}