Sha256: 02749922baf1aef227445a5653358c3def1b363b4b7a4b881e5ab2b5e90d7120

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

////////////////////
// Panel Objects
////////////////////

+panel-generator

.panel

  // .panel--order-part
  &--order-part
    display: block
    margin-bottom: .5em
    width: 100%
    @media #{$large-up}
      float: left
      width: 49%
      &:nth-child(odd)
        margin-right: 1%
      .input, .select, .textarea
        width: 68%

  // .panel--dashboard
  &--dashboard
    float: left
    padding: $rhythm-vertical 0
    width: 100%

    // .panel--dashboard__section
    &__section
      display: block
      float: left
      padding: ($rhythm-vertical * 1.5) ($rhythm-horizontal * 2)
      width: 50%
      @media #{$large-up}
        width: 25%

      @each $name, $color in $all-function-colors
        &--#{$name}
          @if lightness($color) > 90%
            $color: darken($color, 5%)
          background-color: $color
          color: dynamic-text-lightness($color, 20)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ceo-0.2.0 app/assets/stylesheets/admin/objects/panels.sass