Sha256: 8cbab0e110e99b61050a5385c4eeaab5e9086154c4cad3c857b424e5d028a79d

Contents?: true

Size: 596 Bytes

Versions: 3

Compression:

Stored size: 596 Bytes

Contents

.flash_msgs{
  padding: 10px 10px 0px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  cursor: pointer;

  &.alert-info{
    border: 3px solid #3A87AD;
    color: #3A87AD;

    p{
      font-size: 14px;
      line-height: 130%;
    }
  }
}

.error_explanation.alert-danger{
  border: 3px solid #B94A48;
  color: #B94A48;

  padding: 10px 10px 0px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  cursor: pointer;

  ul{
    margin-left: 15px;
    padding-bottom: 0.1px;
    list-style: disc inside none;
  }
  li{
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 15px;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
the_notification-0.5.1 app/assets/stylesheets/the_notification.css.scss
the_notification-0.5.0 app/assets/stylesheets/the_notification.css.scss
the_notification-0.0.1 app/assets/stylesheets/the_notification.css.scss