Sha256: 35ddd9a997b0084b5521c59eee2bcfb7f9ed4e270f0596f72ccfbbfc0910106d

Contents?: true

Size: 744 Bytes

Versions: 5

Compression:

Stored size: 744 Bytes

Contents

// Table of Contents
// ==================================================
// Feedback

// Feedback
// ==================================================
.feedback {
  background: color-transparentize(slate, 0.15);
  border-radius: border-radius(b);
  bottom: 0;
  color: color(white);
  font-size: text-size(s);
  font-weight: text-weight(semibold);
  height: 100px;
  left: 0;
  line-height: text-line-height(xs);
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100px;
  z-index: 2040;

  &.white {
    background: color-transparentize(white, 0.15);
    color: color(black);
  }

  > i {
    font-size: text-size(xxxl);
    display: block;
    line-height: 1;
    margin: 5px 0;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_frontend-17.0.4 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.0.3 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.0.2 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.0.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-17.0.0 vendor/assets/stylesheets/components/_feedback.scss