Sha256: d89124a1a077dfb418a650a504233dbbf0a8485048d111fe2ccb6023dd3c30f3

Contents?: true

Size: 1.85 KB

Versions: 49

Compression:

Stored size: 1.85 KB

Contents

/* Table of Contents
==================================================
# Panel
# Colors
# Media Queries */

/* # Panel
================================================== */
.panel {
  background: $color-white;
  border: 1px solid;
  border-color: $color-haze;
  border-radius: 2px;
  color: $color-dark-black;
  margin-bottom: 20px;
}
.panel-header {
  border-bottom: 1px solid;
  border-color: inherit;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 14px 15px 12px 15px;
}
.panel-header > h1,
.panel-header > h2,
.panel-header > h3,
.panel-header > h4,
.panel-header > h5,
.panel-header > h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.panel-header .btn {
  margin-bottom: -4px;
  margin-top: -6px;
}
.panel-body { padding: 15px; }
.panel-body-chart {
  margin-bottom: -10px;
  width: 100%;
}
.panel-body > .table,
.panel-body > .table-responsive { margin: 0; }
.panel-body > .table-responsive { border: 0; }
.panel-footer {
  border-top: 1px solid;
  border-color: inherit;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 14px 15px 13px 15px;
}

/* # Colors
================================================== */
.panel-dark {
  background: $color-black;
  border-color: $color-dark-black;
  color: $color-white;
}
.panel-light {
  background: $color-light-haze;
  border-color: $color-dark-haze;
}

/* # Media Queries
================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .panel,
  .panel-header,
  .panel-footer { border-width: 0.5px; }
}

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
active_frontend-12.4.32 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.31 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.30 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.29 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.28 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.27 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.26 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.25 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.24 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.23 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.22 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.21 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.20 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.19 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.18 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.17 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.16 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.15 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.14 vendor/assets/stylesheets/_panel.scss
active_frontend-12.4.13 vendor/assets/stylesheets/_panel.scss