Sha256: c253fc1ffb6d866118f931e2e749c701b521fedb0fea662e45ed36241b7d93af

Contents?: true

Size: 415 Bytes

Versions: 10

Compression:

Stored size: 415 Bytes

Contents

.flash-container {
  display: none;
  cursor: pointer;
  margin: 0;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  z-index: 100;
  font-size: 1.2em;

  .flash-notice, .flash-alert {
    padding: 12px;
  }

  .flash-notice {
    background: #49C;
    text-shadow: 0 1px 1px #178;
  }
  .flash-alert {
    background: #C67;
    text-shadow: 0 1px 1px #945;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
georgia-0.8.0 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.8 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.7 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.6 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.5 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.4 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.3 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.2 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.1 app/assets/stylesheets/georgia/modules/_notifications.scss
georgia-0.7.0 app/assets/stylesheets/georgia/modules/_notifications.scss