.uif-panel
  background-color #f0f3f5
  border-radius 6px
  .panel-header
    display flex
    align-items center
    height 40px
    padding-right 20px
    &.border
      border-bottom 1px solid #caccd4
    &-title
      font-weight bold
      font-size 14px
      line-height 22px
      margin-right 16px
      &:before
        content ""
        border-left 3px solid #0e76e6
        border-top 3px solid transparent
        border-bottom 3px solid transparent
        height 22px
        margin-right 16px
  .panel-content.padding
    padding 0 16px 16px