Sha256: 60a54fe90fd05f034a0fe0f0f10c590c3acf515188ee8b588e062d1adb50da60

Contents?: true

Size: 1.55 KB

Versions: 3

Compression:

Stored size: 1.55 KB

Contents

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

/* # Panel
================================================== */
.panel {
  background: $color-white;
  border: 1px solid $color-haze-dark;
  border-radius: 2px;
  margin-bottom: 20px;
}
.panel-header {
  background: $color-haze-light;
  border-bottom: 1px solid $color-haze-dark;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 14px 15px 12px 15px;
}
.panel-header > .btn { margin-top: -2px; }
.panel-header > .btn-group  { margin: -5px 0 -3px 0; }
.panel-title {
  color: $color-black;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title > a { color: $color-black; }
.panel-body { padding: 15px; }
.panel-body-chart {
  margin-bottom: -10px;
  width: 100%;
}
.panel-body > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-footer {
  background: $color-haze-light;
  border-top: 1px solid $color-haze-dark;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 15px 15px 12px 15px;
}

/* # 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

3 entries across 3 versions & 1 rubygems

Version Path
active_frontend-9.0.0 vendor/assets/stylesheets/_panel.scss
active_frontend-8.0.1 vendor/assets/stylesheets/_panel.scss
active_frontend-8.0.0 vendor/assets/stylesheets/_panel.scss