mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 03:45:49 +00:00 
			
		
		
		
	Fixes #2461. Also fixes an issue with cut-off drop shadows for cards on some pages, like the tutorials landing, in mobile view.
		
			
				
	
	
		
			19 lines
		
	
	
		
			278 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			278 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.osano-cm-close {
 | 
						|
  box-sizing: content-box !important;
 | 
						|
}
 | 
						|
 | 
						|
.osano-cm-switch {
 | 
						|
  box-sizing: content-box !important;
 | 
						|
}
 | 
						|
 | 
						|
.osano-cm-widget {
 | 
						|
  right: 16px;
 | 
						|
  width: 50px;
 | 
						|
  height: 50px;
 | 
						|
  border: 1px solid transparent;
 | 
						|
 | 
						|
  @include media-breakpoint-up(lg) {
 | 
						|
    right: 32px;
 | 
						|
  }
 | 
						|
}
 |