Sha256: 21eac4d1df9e64fa4bee2dbd56a679c96447fd4fc14c0e3699f857acabfdd9fc

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 Bytes

Contents

@import "sass-zero/variables/spacing";
@import "sass-zero/variables/colors";
@import "sass-zero/mixins";

.list--unindented {
  padding-left: $size-8;
}

.list--unbulleted {
 list-style: none;
}

.list--spaced {
  @include space-y($size-2);
}

.list--boxed {
  background-color: $gray-200;
  padding: $size-4;
  border-radius: $rounded;
}

.list--ruled > li {
  padding: $size-3 $size-4;
  border-top-width: $border;
}

.list--inline > li {
  margin-right: $size-2;
  display: inline-block;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sass-zero-0.0.41 app/assets/stylesheets/sass-zero/utilities/list.scss