hey.scss 864 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .theme-hey{
  2. .avue-sidebar{
  3. background-color: #fff;
  4. box-shadow: 0 1px 4px rgba(0,21,41,.08);
  5. .el-menu-item,.el-submenu__title{
  6. i,span{
  7. color: rgba(49,58,70,.8);
  8. }
  9. &:hover{
  10. background: transparent;
  11. i,span{
  12. color:#409eff;
  13. }
  14. }
  15. &.is-active {
  16. &:before {
  17. left:auto;
  18. right: 0 ;
  19. }
  20. background-color: #f0f6ff;
  21. i,span{
  22. color:#409eff;
  23. }
  24. }
  25. }
  26. }
  27. .avue-logo{
  28. background-color: #fff;
  29. box-shadow: none;
  30. .avue-logo_title{
  31. color:#409eff;
  32. font-size: 20px;
  33. }
  34. }
  35. .avue-tags{
  36. background: #f3f6f8;
  37. .el-tabs__item{
  38. color: rgba(0,0,0,.65) !important;
  39. }
  40. .is-active{
  41. background-color: #fff;
  42. border-bottom: none !important;
  43. }
  44. }
  45. }