dashboard.css 344 B

123456789101112131415161718192021
  1. /*
  2. * Base structure
  3. */
  4. /* Move down content because we have a fixed navbar that is 50px tall */
  5. body {
  6. padding-top: 50px!important;
  7. }
  8. .sidebar {
  9. padding:10px;
  10. background-color: #f5f5f5;
  11. border-right: 1px solid #eee;
  12. min-width: 200px;
  13. }
  14. /* Sidebar navigation */
  15. .nav-sidebar {
  16. font-size: 18px;
  17. }
  18. .mailc{
  19. margin:20px;
  20. }