mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix style
This commit is contained in:
		
							parent
							
								
									a774767676
								
							
						
					
					
						commit
						856925f2ca
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -66,10 +66,10 @@ export default Vue.extend({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	&.checked {
 | 
						&.checked {
 | 
				
			||||||
		> .button {
 | 
							> .button {
 | 
				
			||||||
			border-color: var(--radioActive);
 | 
								border-color: var(--accent);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			&:after {
 | 
								&:after {
 | 
				
			||||||
				background-color: var(--radioActive);
 | 
									background-color: var(--accent);
 | 
				
			||||||
				transform: scale(1);
 | 
									transform: scale(1);
 | 
				
			||||||
				opacity: 1;
 | 
									opacity: 1;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue