use text instead of svg for better integration
This commit is contained in:
		
							parent
							
								
									ae8c2611f2
								
							
						
					
					
						commit
						2c56585a9c
					
				
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -1,8 +1,8 @@ | ||||
| <template> | ||||
|   <nav class="nav flex-column"> | ||||
|     <div class="logo d-flex justify-content-between"> | ||||
|     <div class="sidebar-brand d-flex justify-content-between align-items-end"> | ||||
|       <Logo /> | ||||
|       <button class="btn btn-link btn-lg p-0 d-md-none" @click="hideMenu"> | ||||
|       <button class="btn btn-link btn-lg p-0 m-0 d-md-none" @click="hideMenu"> | ||||
|         <Icon icon="x" /> | ||||
|       </button> | ||||
|     </div> | ||||
|  | ||||
| @ -26,11 +26,8 @@ | ||||
|     width: 250px; | ||||
|   } | ||||
| 
 | ||||
|   .sidebar-container .logo { | ||||
|     padding: 1.5rem 1rem; | ||||
|   } | ||||
|   .sidebar-container .logo > * { | ||||
|     height: 1.5rem; | ||||
|   .sidebar-container .sidebar-brand { | ||||
|     padding: 1rem 1rem 0.75rem; | ||||
|   } | ||||
| 
 | ||||
|   .sidebar-container .sidebar-heading { | ||||
|  | ||||
| @ -7,8 +7,8 @@ | ||||
|       <b-overlay rounded :show="busy" opacity="0.1"> | ||||
|         <div class="card-body"> | ||||
|           <form @submit.prevent="login"> | ||||
|             <div style="width: 160px;" class="d-flex mx-auto mb-2"> | ||||
|               <Logo /> | ||||
|             <div class="d-flex mb-2"> | ||||
|               <Logo class="mx-auto" /> | ||||
|             </div> | ||||
|             <b-form-group v-if="!config.serverUrl" label="Server"> | ||||
|               <b-form-input v-model="server" name="server" type="text" :state="valid" /> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user