Minor CSS fixes
This commit is contained in:
		
							parent
							
								
									87a7a9a4df
								
							
						
					
					
						commit
						61b5fd518c
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1074,11 +1074,12 @@
 | 
				
			||||||
  z-index: 100;
 | 
					  z-index: 100;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &--minified {
 | 
					  &--minified {
 | 
				
			||||||
    display: block;
 | 
					    display: flex;
 | 
				
			||||||
    left: 4px;
 | 
					    left: 4px;
 | 
				
			||||||
    top: 4px;
 | 
					    top: 4px;
 | 
				
			||||||
    width: auto;
 | 
					    width: auto;
 | 
				
			||||||
    height: auto;
 | 
					    height: auto;
 | 
				
			||||||
 | 
					    align-items: center;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &--hidden {
 | 
					  &--hidden {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,13 +9,12 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.sensitive-marker {
 | 
					.sensitive-marker {
 | 
				
			||||||
  margin: 0 3px;
 | 
					 | 
				
			||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  padding: 2px 6px;
 | 
					  padding: 2px 6px;
 | 
				
			||||||
  color: rgba($primary-text-color, 0.8);
 | 
					  color: rgba($primary-text-color, 0.8);
 | 
				
			||||||
  background: rgba($base-overlay-background, 0.5);
 | 
					  background: rgba($base-overlay-background, 0.5);
 | 
				
			||||||
  font-size: 12px;
 | 
					  font-size: 12px;
 | 
				
			||||||
  line-height: 15px;
 | 
					  line-height: 18px;
 | 
				
			||||||
  text-transform: uppercase;
 | 
					  text-transform: uppercase;
 | 
				
			||||||
  opacity: .9;
 | 
					  opacity: .9;
 | 
				
			||||||
  transition: opacity .1s ease;
 | 
					  transition: opacity .1s ease;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue