Improvements to themes, layouts, and CSS styling
This commit is contained in:
		| @ -33,37 +33,37 @@ | ||||
|         top: -2px; | ||||
|     } | ||||
|  | ||||
| .nav-item { | ||||
| .app-menu .nav-item { | ||||
|     font-size: 0.9rem; | ||||
|     padding-bottom: 0.5rem; | ||||
| } | ||||
|  | ||||
|     .nav-item:first-of-type { | ||||
|         padding-top: 1rem; | ||||
|     } | ||||
| .app-menu .nav-item:first-of-type { | ||||
|     padding-top: 1rem; | ||||
| } | ||||
|  | ||||
|     .nav-item:last-of-type { | ||||
|         padding-bottom: 1rem; | ||||
|     } | ||||
| .app-menu .nav-item:last-of-type { | ||||
|     padding-bottom: 1rem; | ||||
| } | ||||
|  | ||||
|     .nav-item a { | ||||
|         color: #d7d7d7; | ||||
|         border-radius: 4px; | ||||
|         height: 3rem; | ||||
|         display: flex; | ||||
|         align-items: center; | ||||
|         line-height: 3rem; | ||||
|     } | ||||
| .app-menu .nav-item a { | ||||
|     color: #d7d7d7; | ||||
|     border-radius: 4px; | ||||
|     height: 3rem; | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|     line-height: 3rem; | ||||
| } | ||||
|  | ||||
|         .nav-item a.active { | ||||
|             background-color: rgba(255,255,255,0.25); | ||||
|             color: white; | ||||
|         } | ||||
| .app-menu .nav-item a.active { | ||||
|     background-color: rgba(255,255,255,0.25); | ||||
|     color: white; | ||||
| } | ||||
|  | ||||
|         .nav-item a:hover { | ||||
|             background-color: rgba(255,255,255,0.1); | ||||
|             color: white; | ||||
|         } | ||||
| .app-menu .nav-item a:hover { | ||||
|     background-color: rgba(255,255,255,0.1); | ||||
|     color: white; | ||||
| } | ||||
|  | ||||
| .content { | ||||
|     padding-top: 1.1rem; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker