Sha256: f88b58b95889cbaabaabe20c08b8905efe23b3332b369a86fdc3e45f32dbea2b

Contents?: true

Size: 1.94 KB

Versions: 18

Compression:

Stored size: 1.94 KB

Contents

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

/* # Panel
================================================== */
.panel {
  background: $color-white;
  border: 1px solid $color-haze;
  border-radius: 2px;
  margin-bottom: 20px;
}
.panel-header {
  background: $color-white;
  border-bottom: 1px solid $color-haze;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 14px 15px 12px 15px;
}
.panel-header .btn {
  margin-bottom: -5px;
  margin-top: -6px;
}
.panel-title {
  color: $color-black;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}
.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-white;
  border-top: 1px solid $color-haze;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 14px 15px 13px 15px;
}

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

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

18 entries across 18 versions & 1 rubygems

Version Path
active_frontend-10.2.10 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.9 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.8 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.7 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.6 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.5 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.4 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.3 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.2 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.1 vendor/assets/stylesheets/_panel.scss
active_frontend-10.2.0 vendor/assets/stylesheets/_panel.scss
active_frontend-10.1.2 vendor/assets/stylesheets/_panel.scss
active_frontend-10.1.1 vendor/assets/stylesheets/_panel.scss
active_frontend-10.1.0 vendor/assets/stylesheets/_panel.scss
active_frontend-10.0.0 vendor/assets/stylesheets/_panel.scss
active_frontend-9.1.1 vendor/assets/stylesheets/_panel.scss
active_frontend-9.1.0 vendor/assets/stylesheets/_panel.scss
active_frontend-9.0.1 vendor/assets/stylesheets/_panel.scss