lte.scss 744 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. .top-feedback--text {
  37. color: #606266 !important;
  38. }
  39. }