index.less 459 Bytes
Newer Older
邓晓峰's avatar
邓晓峰 committed
1
@import '~antd/es/style/themes/default';
涂茜's avatar
涂茜 committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
@realtime-info-prefix-cls: ~'@{ant-prefix}-realtime-info';

.@{realtime-info-prefix-cls} {
  padding: 10px;

  &-search-wrap {
    display: flex;
    margin-bottom: 20px;
  }

  &-search,
  &-target {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }

  &-label {
    white-space: nowrap;
  }

  &-code-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}