Removed avatar class from form.blade.php
This commit is contained in:
		
							parent
							
								
									afc1ecafe9
								
							
						
					
					
						commit
						7f8351e044
					
				| 
						 | 
				
			
			@ -63,11 +63,6 @@ body.dragging, body.dragging * {
 | 
			
		|||
  &.square {
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
  }
 | 
			
		||||
  &.cover {
 | 
			
		||||
    height: 192px;
 | 
			
		||||
    width: 120px;
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// System wide notifications
 | 
			
		||||
| 
						 | 
				
			
			@ -306,4 +301,10 @@ $btt-size: 40px;
 | 
			
		|||
  img {
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.cover {
 | 
			
		||||
    height: 192px;
 | 
			
		||||
    width: 120px;
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			@ -21,7 +21,7 @@
 | 
			
		|||
            'currentImage' => @isset($model) ? $model->getBookCover(80) : baseUrl('/default.png') ,
 | 
			
		||||
            'currentId' => @isset($model) ? $model->image : 0,
 | 
			
		||||
            'name' => 'image',
 | 
			
		||||
            'imageClass' => 'avatar cover'
 | 
			
		||||
            'imageClass' => 'cover'
 | 
			
		||||
        ])
 | 
			
		||||
</div>
 | 
			
		||||
<div class="form-group">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue