style: assignment knop blijft staan
This commit is contained in:
		
							parent
							
								
									7d1a55710f
								
							
						
					
					
						commit
						7b613a5d79
					
				
					 1 changed files with 20 additions and 18 deletions
				
			
		|  | @ -251,11 +251,12 @@ | |||
|                         > | ||||
|                     </template> | ||||
|                 </v-list-item> | ||||
|             </div> | ||||
|             <v-divider></v-divider> | ||||
|                 <v-list-item> | ||||
|                     <div v-if="(authService.authState.activeRole === 'student') && (pathIsAssignment)" class="assignment-indicator">   | ||||
|                         ASSIGNMENT | ||||
|                     </div> | ||||
|                 </v-list-item> | ||||
|             </div> | ||||
|         </v-navigation-drawer> | ||||
|         <div class="control-bar-above-content"> | ||||
|             <v-btn | ||||
|  | @ -277,7 +278,7 @@ | |||
|                 v-if="currentNode" | ||||
|             ></learning-object-view> | ||||
|         </div> | ||||
|         <div class="question-box"> | ||||
|         <div v-if="authService.authState.activeRole === 'student'" class="question-box"> | ||||
|             <div class="input-wrapper"> | ||||
|               <input | ||||
|                 type="text" | ||||
|  | @ -355,6 +356,7 @@ | |||
|         font-family: Arial, sans-serif; | ||||
|         font-size: 14px; | ||||
|         text-transform: uppercase; | ||||
|         z-index: 2; /* Less than modals/popups */ | ||||
|     } | ||||
|       .question-box { | ||||
|         width: 100%; | ||||
|  |  | |||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst