Sha256: ef1d278fd6c310aaecd7aa6d9a9e0d55320093c046087397d5d58f4717dd4cb4

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

/* Table of Contents
==================================================
# Import
# Placeholder
# Size
# Media Queries */

/* # Import
================================================== */
@import 'activefrontend';

/* # Placeholder
================================================== */
.placeholder { text-align: center; }
.placeholder i {
  background: $primary-color;
  border-radius: 500px;
  color: rgba(255,255,255,1);
  display: inline-block;
  font-size: 86px;
  height: 120px;
  line-height: 130px;
  width: 120px;
}
.placeholder h6 {
  color: rgba(85,94,113,1);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.placeholder p {
  color: rgba(136,153,166,1);
  font-size: 14px;
  line-height: 22px;
}

/* # Size
================================================== */
.placeholder-large i {
  background: transparent;
  color: rgba(85,94,113,1);
  display: inline-block;
  font-size: 256px;
  height: initial;
  line-height: 0;
  width: initial;
}
.placeholder-divider {
  background: rgba(245,248,250,1);
  border-radius: 500px;
  height: 8px;
  margin: 20px auto;
  width: 50%;
}

/* # Media Queries
================================================== */
@media only screen and (max-width: 767px) {
  .placeholder-divider { width: 75%; }
  .placeholder-large i {
    font-size: 196px;
    line-height: 196px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_frontend-6.0.0 vendor/assets/stylesheets/placeholder.scss