/**
 * @file 主题变量
 * 在这里覆盖antd变量和自定义主题变量
 * @author david wang
 * antd 变量可以在此查看 https://github.com/ant-design/ant-design/blob/3.18.1/components/style/themes/default.less
 */
.coach-header {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
}
.coach-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5vh;
  min-height: 60px;
  padding: 0 15px;
}
.coach-header-brand {
  display: flex;
  align-items: center;
}
.coach-header-brand_text {
  color: #000000;
  margin-left: 5px;
}
.coach-header-controller {
  display: flex;
  align-items: center;
}
.coach-header-controller_item + .coach-header-controller_item {
  margin-left: 60px;
}
.coach-header-controller_text {
  color: #000000;
  margin-left: 5px;
}
.coach-header-logout {
  cursor: pointer;
}
