| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  | @use '../../src/styles/variables'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :host { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   button { | 
					
						
							|  |  |  |     border-radius: 4px; | 
					
						
							|  |  |  |     border-width: 0; | 
					
						
							|  |  |  |     padding: 4px; | 
					
						
							|  |  |  |     color: #333; | 
					
						
							| 
									
										
										
										
											2025-10-15 15:26:37 +02:00
										 |  |  |     cursor: pointer; | 
					
						
							|  |  |  |     background: variables.$csc-copy-color; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     &:hover { | 
					
						
							|  |  |  |       color: white; | 
					
						
							|  |  |  |       background: variables.$csc-magic-color; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2025-09-23 18:30:15 +02:00
										 |  |  |   } | 
					
						
							|  |  |  | } |