Sha256: 256ce13cb3b47eff4057d2e5d2e5743c7b90c8dddcd27d86875c5d483894f282

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

// Lists
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none;
}

li {
  display: block;
}

dl {
  dt {
    font-weight: bold;
  }

  dd {
    margin: 0;
  }
}

.index-container {
  .list-item {
    padding: 1em 0;
    background-color: $list-item-background-color;

    &:nth-child(even) {
      background-color: $list-item-background-color-odd;
    }
  }

  .button {
    @extend %button;
    margin-right: 1em;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ghost-manager-1.0.0 magneto/source/assets/stylesheets/interface/_lists.scss