dark.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .theme-dark {
  2. .avue-logo{
  3. color: #fff;
  4. background-color: #2c3643;
  5. box-shadow: none;
  6. .avue-logo_title{
  7. font-size: 20px;
  8. font-weight: 400;
  9. }
  10. }
  11. .avue-top{
  12. background-color: #2c3643;
  13. box-shadow: none;
  14. color:#ccc;
  15. i, span{
  16. color:#ccc;
  17. }
  18. }
  19. .avue-main{
  20. padding: 0 5px;
  21. }
  22. .avue-tags{
  23. padding-left: 0;
  24. background-color: #2c3643;
  25. border-color: transparent;
  26. .el-tabs__item{
  27. margin: 0 !important;
  28. background-color: #262d37;
  29. &.is-active{
  30. color:#262d37 !important;
  31. background-color:#fff !important;
  32. border-color: #262d37 !important;
  33. }
  34. }
  35. }
  36. .avue-main{
  37. background-color: #2c3643;
  38. }
  39. .avue-sidebar{
  40. background-color: #2c3643;
  41. box-shadow: none;
  42. .el-menu-item,.el-submenu__title{
  43. i,span{
  44. color:#ccc;
  45. }
  46. &:hover,&.is-active{
  47. background: #262d37;
  48. i,span{
  49. color: #fff;
  50. }
  51. &:before{
  52. background-color: #000;
  53. }
  54. }
  55. }
  56. }
  57. }