Sha256: af54e21fc45578e1fffc5696a65681bfae77ef56fa432359d8d52cf5b3e5b495

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 Bytes

Contents

.horizontal-box {
  @include display-box;
  @include box-orient(horizontal);
}

.vertical-box {
  @include display-box;
  @include box-orient(vertical);
}

@keyframes highlight {
  0% { background-color: yellow; }
  100% { background-color: white; }
}

.header {
  @include border-radius(5px);
  border: 1px solid #000;
  margin-bottom: 5px;
  padding: 5px;

  > * {
    margin: 0 3px;
  }
}

.notice {
  @include display-box;
  @include border-radius(5px);
  margin: 5px 0;
  padding: 5px;
  background: limegreen;
  color: white;

  .message {
    @include box-flex(1);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ponytail-0.4.0 app/assets/stylesheets/ponytail/_base.scss