Tweaks for login/registration and base + image roundness #25
@ -83,6 +83,18 @@ class GenericField extends HTMLElement {
 | 
			
		||||
        background-color: #1a1a1a;
 | 
			
		||||
        color: #e6e6e6;
 | 
			
		||||
        font-size: 1em;
 | 
			
		||||
        
 | 
			
		||||
        &:focus {
 | 
			
		||||
          outline: 2px solid #f05a28 !important;
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        &::placeholder {
 | 
			
		||||
          transition: opacity 0.3s;
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        &:focus::placeholder {
 | 
			
		||||
          opacity: 0.4;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      
 | 
			
		||||
      button {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user