| 123456789101112131415161718192021 |
- /*
- * Base structure
- */
- /* Move down content because we have a fixed navbar that is 50px tall */
- body {
- padding-top: 50px!important;
- }
- .sidebar {
- padding:10px;
- background-color: #f5f5f5;
- border-right: 1px solid #eee;
- min-width: 200px;
- }
- /* Sidebar navigation */
- .nav-sidebar {
- font-size: 18px;
- }
- .mailc{
- margin:20px;
- }
|