Sha256: 461df8330c2a0eb65a7011352b4ab35289fde67a0fee1a8e6f4875234ad02a4c

Contents?: true

Size: 760 Bytes

Versions: 1

Compression:

Stored size: 760 Bytes

Contents

.message {
  padding: 8px 8px 8px 32px;
  line-height: 17px;
  border-width: 1px;
  border-style: solid;
  @extend .rounded-border;
  position: relative;
  margin-bottom: 8px;
  text-align: left;

  h2 { margin-top: 0 }

  span.icon {
    position: absolute;
    left: 8px;
    top: 8px;
  }

  &.footnote {
    font-size: 10px;
    margin: 16px;
  }

  ol {
    margin: 0 0 8px;
    padding-left: 20px;

    li {
      text-indent: 0;
      margin-bottom: 4px;
    }
  }
}

div.info {
  @extend .message;
  color: $text-color;
  background-color: #eaf4f9;
  border-color: #0b5c84;
}

div.error {
  @extend .message;
  background-color: #f1c9ca;
  color: #931f23;
}

div.warning, div.warn {
  @extend .message;
  background-color: #f7efb8;
  color: #756f47;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alchemy_cms-2.6.0.rc5 app/assets/stylesheets/alchemy/notices.scss