@include b(drawer) {
  > .el-drawer__header {
    .el-drawer__header-title,
    > [role='heading'] {
      position: relative;
      font-size: $--font-size-extra-large;
      &::before {
        content: '';
        position: absolute;
        width: 6px;
        height: $--font-size-extra-large;
        background: var(--primary);
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 2px 0px 12px 6px rgba(255, 255, 255, 1);
      }
    }
  }

  > .el-drawer__body {
    padding: 0 20px 10px 20px;
  }
}
