14 lines
		
	
	
		
			303 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			303 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
// * Account Settings
 | 
						|
// *******************************************************************************
 | 
						|
 | 
						|
@import '../_custom-variables/pages';
 | 
						|
@import '../_bootstrap-extended/include';
 | 
						|
 | 
						|
.api-key-actions {
 | 
						|
  position: absolute !important;
 | 
						|
  top: 0.75rem;
 | 
						|
  @include app-ltr() {
 | 
						|
    right: 0.5rem;
 | 
						|
  }
 | 
						|
}
 |