Sha256: 250abc8f9778dd1081a3aec07de008317bd8c9eb26833e97b921d9f0035e4e36

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

.panel-icon
  +fa(14px, 16px)
  color: $text-light
  float: left
  margin: 0 4px 0 -2px
  .fa
    font-size: inherit
    line-height: inherit

.panel-heading
  background: $background
  border-bottom: 1px solid $border
  border-radius: 4px 4px 0 0
  color: $text-strong
  font-size: $size-medium
  font-weight: 300
  padding: 10px

.panel-list
  a
    color: $text
    &:hover
      color: $link

.panel-tabs
  display: flex
  font-size: $size-small
  padding: 5px 10px 0
  justify-content: center
  a
    border-bottom: 1px solid $border
    margin-bottom: -1px
    padding: 5px
    // Modifiers
    &.is-active
      border-bottom-color: $link-active-border
      color: $link-active
  &:not(:last-child)
    border-bottom: 1px solid $border

.panel-block
  color: $text-strong
  display: block
  line-height: 16px
  padding: 10px
  &:hover
    background: $background
  &:not(:last-child)
    border-bottom: 1px solid $border

.panel
  border: 1px solid $border
  border-radius: 5px
  &:not(:last-child)
    margin-bottom: 20px

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulma-rails-0.0.24 app/assets/stylesheets/sass/components/panel.sass
bulma-rails-0.0.23 app/assets/stylesheets/sass/components/panel.sass
bulma-rails-0.0.20 app/assets/stylesheets/bulma/components/panel.sass
bulma-rails-0.0.18 app/assets/stylesheets/bulma/components/panel.sass