.root {
  :global {
    @import (less) '../../../utils/themes.less';

    .widget-border {
      &.btn {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        background-color: #fff;
        padding-left: 10px;
      }
      &.value {
        padding: 10px;
        background-color: #f7f7f7;
      }
    }

    .btn-font {
      color: #1786ec;
    }
  }
}
