.tn-iotPanelNotify
  position relative
  height 22px
  &__info
    box-sizing border-box
    display flex
    align-items center
    justify-content center
    max-width 220px
    height 22px
    margin 0 auto
    color #fff
    background rgba(0, 0, 0, 0.3)
    border-radius 60px
  &__warning
    position absolute
    top -7px
    right 0
    min-width 36px
    color #fff
    &-inner
      box-sizing border-box
      width 36px
      height 36px
      margin 0 auto
      padding-top 7px
      text-align center
      background rgba(17,17,17,0.3)
      border-radius 50%
    &-text
      box-sizing border-box
      margin-top 8px
      min-width 48px
      text-align center
      color #fff
      font-size 12px
