Sha256: 67cd6423d908a9f1a8071dee6bd48a8c48e313c71346a71def12d2a2080d9897

Contents?: true

Size: 960 Bytes

Versions: 5

Compression:

Stored size: 960 Bytes

Contents

//
// Panel
// --------------------------------------------------

//== Main style
//
//## Just an override of bootstrap

.panel
  border: none
  +material-box-shadow-soft(2)

  //** Panel with collapse element
  .collapsed
    .fa-angle-up
      +rotate(180deg)

  //** Panel is orderable
  .order-anchor
    float: left
    margin-right: 10px
    line-height: 30px
    margin-left: -20px

.panel-heading
  padding: 10px 25px
  border: none
  border-radius: 2px
  +clearfix
  //** Do not destroy panel heading if image is inside
  img
    max-width: 250px
    max-height: 250px

  //** Disable link underline if is in panel heading
  a
    &:hover,
    &:focus
      text-decoration: none

.panel-title
  font-size: $font-size-base
  font-weight: 400
  float: left
  line-height: 30px
  margin-right: 30px
  max-width: calc(100% - 180px)

.panel-btns
  float: right
  //** If panel-btns is a list
  list-style: none
  margin-top: 4px
  li
    padding-left: 0

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
para-0.11.4 app/assets/stylesheets/para/admin/src/_panel.sass
para-0.11.3 app/assets/stylesheets/para/admin/src/_panel.sass
para-0.11.2 app/assets/stylesheets/para/admin/src/_panel.sass
para-0.11.1 app/assets/stylesheets/para/admin/src/_panel.sass
para-0.11.0 app/assets/stylesheets/para/admin/src/_panel.sass