Sha256: 2a9ebdd3db2e448c0dd78844b6c6252263c58cc28d179eed462f5a6c2c88e4cb

Contents?: true

Size: 690 Bytes

Versions: 6

Compression:

Stored size: 690 Bytes

Contents

.action-alert {
  position: fixed;
  z-index: 10000;
  bottom: -25rem;
  right: 1rem;
  width: 40rem;
  //@include transition(.5s);
  padding: $gutter $gutter*2;
  color: white;
  font-weight: bold;
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.7);
  border-color: rgba(255,255,255,0.3);
  background-color: $blue;
  opacity: .85;
  .close {
    color: white !important;
    text-shadow: none;
    opacity: 0.7;
    padding: .5rem;
    margin: -1.8rem -1rem 1rem 1rem;
    &:hover { opacity: 1; }
  }
  &.alert-success { background: $green; }
  &.alert-danger { background: $red; }
  &.alert-warning { background: $orange; }
}

.alert {
  border-radius: $radius;
  &.alert-info { color: $white; }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tmatt_cms-0.1.9 lib/generators/tmatt_cms/templates/css/utils/action_alert.css.scss
tmatt_cms-0.1.8 lib/generators/tmatt_cms/templates/css/utils/action_alert.css.scss
tmatt_cms-0.1.7 lib/generators/tmatt_cms/templates/css/utils/action_alert.css.scss
tmatt_cms-0.1.6 lib/generators/tmatt_cms/templates/css/utils/action_alert.css.scss
tmatt_cms-0.1.5 lib/generators/tmatt_cms/templates/css/utils/action_alert.css.scss
tmatt_cms-0.1.4 lib/generators/tmatt_cms/templates/css/utils/action_alert.css.scss