mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	fix shop colors (at least for now)
This commit is contained in:
		
							parent
							
								
									90145a3207
								
							
						
					
					
						commit
						190d4ee513
					
				@ -33,6 +33,10 @@
 | 
			
		||||
                flex-direction: row-reverse;
 | 
			
		||||
                justify-content: flex-end;
 | 
			
		||||
 | 
			
		||||
                @include DarkThemeOverride {
 | 
			
		||||
                    color: #fff;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                .tier {
 | 
			
		||||
                    @include S(margin-right, 9px);
 | 
			
		||||
                    background: $colorGreenBright;
 | 
			
		||||
@ -120,6 +124,9 @@
 | 
			
		||||
                        pointer-events: all;
 | 
			
		||||
                        @include IncreasedClickArea(5px);
 | 
			
		||||
                        transition: opacity 0.12s ease-in-out;
 | 
			
		||||
 | 
			
		||||
                        @include DarkThemeInvert;
 | 
			
		||||
 | 
			
		||||
                        &:hover {
 | 
			
		||||
                            opacity: 0.7;
 | 
			
		||||
                        }
 | 
			
		||||
@ -174,6 +181,7 @@
 | 
			
		||||
 | 
			
		||||
                        @include DarkThemeOverride {
 | 
			
		||||
                            background: #333438;
 | 
			
		||||
                            color: #fff;
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        .progressBar {
 | 
			
		||||
@ -189,6 +197,10 @@
 | 
			
		||||
                            transition-property: width, background-color;
 | 
			
		||||
                            background: #bdbfca;
 | 
			
		||||
 | 
			
		||||
                            @include DarkThemeOverride {
 | 
			
		||||
                                background: #8c8d96;
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
                            &.complete {
 | 
			
		||||
                                background-color: $colorGreenBright;
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user