@import '../../style/themes/index';
@import '../../style/mixins/index';

.@{ant-prefix}-iep-sundry-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
  cursor: pointer;
  &-icon {
    width: 40px;
    height: 40px;
  }
  &-text {
    margin-left: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #1a1e24;
    user-select: none;
  }
}
