Sha256: 12f48b29a9a419857d53a6650dc71b09e87d1692c0a1a749d91c41c39ddb21a8

Contents?: true

Size: 1020 Bytes

Versions: 1

Compression:

Stored size: 1020 Bytes

Contents

// Snippet from Redmine.css
// Flash & error messages ***

#errorExplanation, div.flash, .nodata, .warning
  padding: 4px 4px 4px 30px
  margin-bottom: 12px
  font-size: 1.1em
  border: 1px solid
  +border-radius($border_radius)

div.flash
  margin-top: 8px
  &.error
    background: image-url("16x16/alert.png") 8px 5px no-repeat
    background-color: #ffe3e3
    border-color: #550000
    color: #550000

#errorExplanation
  background: image-url("16x16/alert.png") 8px 5px no-repeat
  background-color: #ffe3e3
  border-color: #550000
  color: #550000

div.flash.notice
  background: image-url("16x16/notice.png") 8px 5px no-repeat
  background-color: #dfffdf
  border-color: #9fcf9f
  color: #005f00

div.flash.alert
  background: image-url("16x16/alert.png") 8px 5px no-repeat
  background-color: #ffe3e3
  border-color: #550000
  color: #550000

.nodata, .warning
  text-align: center
  background-color: #ffebc1
  border-color: #fdbf3b
  color: #a6750c

#errorExplanation ul
  font-size: 0.9em

// End of Snippet

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/assets/stylesheets/partials/content/_flash_errors.sass