Sha256: 56c8dd0416062777a00b8cbf0e054d1fd4356a215b37d4845733b46ee36a8eec

Contents?: true

Size: 746 Bytes

Versions: 60

Compression:

Stored size: 746 Bytes

Contents

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

// Feedback
// ==================================================
.feedback {
  background: transparentize(color(black), 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: transparentize(color(white), 0.15);
    color: color(black);
  }

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

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
active_frontend-15.1.6 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.1.5 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.1.4 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.1.3 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.1.2 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.1.1 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.1.0 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.23 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.22 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.21 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.20 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.19 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.18 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.17 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.16 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.15 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.14 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.13 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.12 vendor/assets/stylesheets/components/_feedback.scss
active_frontend-15.0.11 vendor/assets/stylesheets/components/_feedback.scss