mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			514 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			514 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
.search-select {
 | 
						|
    position: relative;
 | 
						|
    width: 100%;
 | 
						|
 | 
						|
    .activator {
 | 
						|
        position: relative;
 | 
						|
        width: 100%;
 | 
						|
        cursor: pointer;
 | 
						|
    }
 | 
						|
 | 
						|
    .selector-menu {
 | 
						|
        display: flex;
 | 
						|
        flex-direction: column;
 | 
						|
        position: absolute;
 | 
						|
        z-index: 100;
 | 
						|
        width: 100%;
 | 
						|
        top: 0;
 | 
						|
        background: #FFFFFF;
 | 
						|
        box-shadow: $shadow-lg;
 | 
						|
        border-radius: 5px;
 | 
						|
    }
 | 
						|
    .selector-menu-above {
 | 
						|
        top: unset !important;
 | 
						|
        bottom: 100% !important;
 | 
						|
    }
 | 
						|
}
 |