/**
 * @file 主题变量
 * 在这里覆盖antd变量和自定义主题变量
 * @author david wang
 * antd 变量可以在此查看 https://github.com/ant-design/ant-design/blob/3.18.1/components/style/themes/default.less
 */
.coach-footer-wrapper {
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
