Sha256: 5692ad34df1cb1da825e665295a8be14bbaac429f4b3fac190fba39f2b9cea81

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

.flash-alert {
  border-radius: 5px;
  height: 60px;
  margin: rem-calc(20 0);
  position: relative;
  transition: height 0.8s ease, opacity 0.4s ease;
}
.flash-alert.is-transparent {
  height: 0;
  margin: 0;
  opacity: 0;
}
.flash-alert p {
  padding: rem-calc(20);
}
.flash-alert-close {
  cursor: pointer;
  position: absolute;
  right: rem-calc(35);
  top: rem-calc(20);
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
underlay-2.0 templates/_flashes.scss
underlay-1.52.1 templates/_flashes.scss
underlay-1.50.1 templates/_flashes.scss