/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-editor-sidebar-panel {
  height: 100%;
  overflow: auto;
  width: 270px;
}
.gd-editor-sidebar-panel__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: #fff;
  color: #626a77;
  height: 84px;
  width: 80px;
  font-size: 12px;
}
.gd-editor-sidebar-panel__tab .gd-icon {
  font-size: 24px;
  margin-bottom: 8px;
}
.gd-editor-sidebar-panel__tab:hover::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 4px;
  height: 36px;
  background-color: #005cf9;
}
.gd-editor-sidebar-panel__title {
  font-size: 16px;
  padding: 0 16px;
  font-weight: bold;
  line-height: 80px;
}
.gd-tabs__tab--active .gd-editor-sidebar-panel__tab::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 4px;
  height: 36px;
  background-color: #005cf9;
}
