bule.scss 641 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .theme-bule{
  2. .avue-header,.avue-logo{
  3. background: #004ca7;
  4. }
  5. .avue-sidebar{
  6. background: #004ca7;
  7. .el-menu-item.is-active, .el-submenu__title.is-active {
  8. background-color: rgba(0, 0, 0, 0.2);
  9. }
  10. }
  11. .el-dropdown{
  12. color: #fff;
  13. }
  14. .avue-logo{
  15. .avue-logo_title{
  16. color:#fff;
  17. }
  18. }
  19. .avue-breadcrumb{
  20. i{
  21. color:#fff;
  22. }
  23. }
  24. .top-bar__item {
  25. i {
  26. color: #fff;
  27. }
  28. }
  29. .avue-top{
  30. .el-menu-item {
  31. i,
  32. span {
  33. color: #fff;
  34. }
  35. &:hover {
  36. i,
  37. span {
  38. color: #fff;
  39. }
  40. }
  41. }
  42. }
  43. }