Sha256: 681aad3fba24abab2cebdcd023cf0026683e3288bdf27ba89fcc92a7073c9262

Contents?: true

Size: 476 Bytes

Versions: 5

Compression:

Stored size: 476 Bytes

Contents

@mixin container-table
  display: table

@mixin container-table-cell
  display: table-cell

.ae-container
  position: relative
  margin-left: auto
  margin-right: auto
  max-width: $container

  @include tablet
    width: 100%

.ae-container-left
  margin-left: 0

.ae-container-full
  position: relative
  width: 100%
  padding-left: 0.5rem
  padding-right: 0.5rem

.ae-container-table
  @include container-table

  .ae-container-table-cell
    @include container-table-cell

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
express_ui-0.1.0.rc7 app/assets/stylesheets/express_ui/molecules/_container.sass
express_ui-0.1.0.rc5 app/assets/stylesheets/express_ui/molecules/_container.sass
express_ui-0.1.0.rc4 app/assets/stylesheets/express_ui/molecules/_container.sass
express_ui-0.1.0.rc3 app/assets/stylesheets/express_ui/molecules/_container.sass
express_ui-0.1.0.rc1 app/assets/stylesheets/express_ui/molecules/_container.sass