@import '~choerodon-ui/lib/style/themes/default';
@import "~choerodon-ui-font/style/theme";
@register-approval: ~"c7n-approval";
@import 'sider';

.@{register-approval} {
  .link:hover {
    color: @primary-color;
    text-decoration: underline;
    cursor: pointer;
  }

  .text-gray {
    color: rgba(0, 0, 0, 0.65);
  }
}
