lte.scss 685 B

123456789101112131415161718192021222324252627282930313233343536
  1. .theme-lte {
  2. .avue-logo{
  3. background-color: #409EFF;
  4. .avue-logo_title{
  5. font-weight: 500;
  6. font-size: 20px;
  7. color:#fff;
  8. }
  9. }
  10. .avue-tags{
  11. .el-tabs__item{
  12. font-size: 12px !important;
  13. font-weight: 500 !important;
  14. }
  15. }
  16. .avue-sidebar{
  17. background-color: #263238;
  18. .el-menu-item,.el-submenu__title{
  19. i,span{
  20. color: #8a979e;
  21. }
  22. &:hover{
  23. background-color: #2b373d;
  24. }
  25. &.is-active {
  26. &:before {
  27. display: none;
  28. }
  29. background-color: #2b373d;
  30. i,span{
  31. color:#fff;
  32. }
  33. }
  34. }
  35. }
  36. }