Sha256: 79c0832d7c63208084fe822eed179ce5cbea1ddbbecd4293d4bc6ae9e9fc0b03

Contents?: true

Size: 647 Bytes

Versions: 2

Compression:

Stored size: 647 Bytes

Contents

.uc-warning {
  @include border-radius(4px);
  position: relative;
  background-color: $white;
  color: $dark-gray;
  font-weight: $semibold-weight;
  border: 1px solid $red;
  margin-bottom: $gutter;
  padding: $gutter $gutter $gutter $gutter*5;

  &:before {
    @include icon-inline-block;
    position: absolute;
    top: 9px;
    left: 15px;
    content: $uc-icon-exclamation-triangle;
    color: $red;
    font-size: 22px;
  }

  ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 15px;
    border-bottom: none;
    font-weight: $normal-weight;
  }
}

.uc-warning__subtext {
  font-weight: $normal-weight;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
undercase-0.2.57 app/assets/stylesheets/undercase/patterns_new_front_end/_warnings.scss
undercase-0.2.29 app/assets/stylesheets/undercase/patterns_new_front_end/_warnings.scss