demo.less 749 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*style for demo*/
  2. //variable
  3. @sidebar-width: 210px;
  4. @nav-height: 60px;
  5. body{
  6. background-color: #f7f7f7;
  7. -webkit-user-select: text;
  8. }
  9. img{
  10. border-radius: 4px;
  11. }
  12. .vm-margin{
  13. margin-top: 15px;
  14. }
  15. .demo-news{
  16. width: 100%;
  17. height: 100%;
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .panel{
  23. .demo-circle{
  24. height: 250px;
  25. }
  26. }
  27. .login, .lock-screen, .loading{
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. position: absolute;
  32. height: 100%;
  33. width: 100%;
  34. }
  35. .loading{
  36. background: #fff;
  37. }
  38. .vm-author{
  39. line-height: 45px;
  40. font-size: 14px;
  41. a{
  42. color: #2d8cf0;
  43. }
  44. }
  45. .dashboard, .widget, .charts, .panels{
  46. &>.ivu-row{
  47. &>.ivu-col{
  48. margin-top: 15px;
  49. }
  50. }
  51. }