ui: css
This commit is contained in:
		@@ -49,6 +49,9 @@ textarea {
 | 
				
			|||||||
	@apply h-12 w-96 rounded border-none bg-coolgray-200 p-2 px-0 text-xs  tracking-tight  outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 md:text-sm;
 | 
						@apply h-12 w-96 rounded border-none bg-coolgray-200 p-2 px-0 text-xs  tracking-tight  outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 md:text-sm;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#svelte .custom-select-wrapper .spinner {
 | 
				
			||||||
 | 
						@apply text-coollabs-100;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
#svelte .listContainer {
 | 
					#svelte .listContainer {
 | 
				
			||||||
	@apply bg-coolgray-400 text-white scrollbar-w-2 scrollbar-thumb-green-500 scrollbar-track-coolgray-200;
 | 
						@apply bg-coolgray-400 text-white scrollbar-w-2 scrollbar-thumb-green-500 scrollbar-track-coolgray-200;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -66,26 +69,6 @@ textarea {
 | 
				
			|||||||
select {
 | 
					select {
 | 
				
			||||||
	@apply h-12 w-96 rounded bg-coolgray-200 p-2 text-xs font-bold tracking-tight text-white placeholder-stone-600 outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 disabled:text-stone-600 md:text-sm;
 | 
						@apply h-12 w-96 rounded bg-coolgray-200 p-2 text-xs font-bold tracking-tight text-white placeholder-stone-600 outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 disabled:text-stone-600 md:text-sm;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.svelte-select {
 | 
					 | 
				
			||||||
	--background: rgb(32 32 32);
 | 
					 | 
				
			||||||
	--inputColor: white;
 | 
					 | 
				
			||||||
	--multiItemPadding: 0;
 | 
					 | 
				
			||||||
	--multiSelectPadding: 0 0.5rem 0 0.5rem;
 | 
					 | 
				
			||||||
	--border: none;
 | 
					 | 
				
			||||||
	--placeholderColor: rgb(87 83 78);
 | 
					 | 
				
			||||||
	--listBackground: rgb(32 32 32);
 | 
					 | 
				
			||||||
	--itemColor: white;
 | 
					 | 
				
			||||||
	--itemHoverBG: rgb(107 22 237);
 | 
					 | 
				
			||||||
	--multiItemBG: rgb(32 32 32);
 | 
					 | 
				
			||||||
	--multiClearHoverBG: transparent;
 | 
					 | 
				
			||||||
	--multiClearHoverFill: rgb(239 68 68);
 | 
					 | 
				
			||||||
	--multiItemActiveBG: transparent;
 | 
					 | 
				
			||||||
	--multiClearBG: transparent;
 | 
					 | 
				
			||||||
	--clearSelectFocusColor: white;
 | 
					 | 
				
			||||||
	--clearSelectHoverColor: rgb(239 68 68);
 | 
					 | 
				
			||||||
	--multiItemBorderRadius: 0.25rem;
 | 
					 | 
				
			||||||
	--listShadow: none;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
label {
 | 
					label {
 | 
				
			||||||
	@apply inline-block w-64 text-xs tracking-tight md:text-sm;
 | 
						@apply inline-block w-64 text-xs tracking-tight md:text-sm;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user