dashboard.sass 1.34 KB
@import "colors"
@import "selectors"
@import "mixins"

#um-metaboxes-general
  h1
    sup
      font-size: 14px
      position: relative
      font-weight: 400
      background: #{$um-base}
      color: #fff !important
      padding: 2px 4px !important
      border-radius: 3px
      top: 5px
      left: 3px
      border: none !important
  &.wrap
    a.red,
    span.red
      color: #{$admin-warning}
    span.ok
      color: #{$admin-ok}

.um-metabox-holder
  p.sub
    padding: 0 4px 2px 4px
    margin: 0 0 8px 0
    color: #8F8F8F
    font-size: 14px
    border-bottom: 1px solid #ECECEC

  .table
    float: left
    width: 45%
    td
      white-space: nowrap
      font-size: 12px

  a.warning
    color: #{$admin-warning} !important
    background: transparent !important
    border: 0

  .table_right
    float: right
    width: 45%

  td.b
    padding-right: 6px
    text-align: right
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif
    font-size: 14px
    width: 1%
    a
      font-size: 18px

  .norm
    i
      display: inline-block
      width: 30px
      text-align: center

    p
      margin: 5px 0

    .count
      font-size: 16px
      font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif
      color: #999
      width: 40px
      display: inline-block
      text-align: right
      margin-right: 10px