color-green.css 673 B

123456789101112131415161718192021222324252627
  1. .header{
  2. background-color: #00d1b2;
  3. }
  4. .login-wrap{
  5. background: rgba(56, 157, 170, 0.82);;
  6. }
  7. .plugins-tips{
  8. background: #f2f2f2;
  9. }
  10. .plugins-tips a{
  11. color: #00d1b2;
  12. }
  13. .el-upload--text em {
  14. color: #00d1b2;
  15. }
  16. .pure-button{
  17. background: #00d1b2;
  18. }
  19. .vue-datasource .btn-primary {
  20. color: #fff;
  21. background-color: #00d1b2 !important;
  22. border-color: #00d1b2 !important;
  23. }
  24. .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  25. background-color: #00d1b2 !important;
  26. border-color: #00d1b2 !important;
  27. }