/*
 * @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__menus {
  list-style: none;
}
.gd-editor-sidebar__tab {
  display: block;
  position: relative;
  color: #626a77;
  height: 84px;
  width: 80px;
  outline: 0;
}
.gd-editor-sidebar .gd-tabs {
  height: 100%;
}
.gd-editor-sidebar .gd-tabs__content {
  padding: 0;
  width: 0;
  box-shadow: 4px 4px 8px -2px #d3e5ff;
  transition: width 0.2s ease;
  overflow: hidden;
}
.gd-editor-sidebar .gd-tabs__content:not([data-name='']) {
  width: 270px;
}
