You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			51 lines
		
	
	
		
			664 B
		
	
	
	
		
			SCSS
		
	
			
		
		
	
	
			51 lines
		
	
	
		
			664 B
		
	
	
	
		
			SCSS
		
	
| .password {
 | |
|   .content-wrapper {
 | |
|     display: flex;
 | |
|     align-items: center;
 | |
|     justify-content: center;
 | |
|     color: $color-dark-05;
 | |
|     width: 100%;
 | |
|     height: 100%;
 | |
|   }
 | |
| 
 | |
|   .content {
 | |
|     margin: 3em;
 | |
|   }
 | |
| 
 | |
|   .inputs {
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|   }
 | |
| 
 | |
|   input {
 | |
|     width: 30em;
 | |
|   }
 | |
| 
 | |
|   .error {
 | |
|     font-weight: bold;
 | |
|     font-size: 16px;
 | |
|     margin-top: 1em;
 | |
|   }
 | |
| 
 | |
|   .reset {
 | |
|     font-size: 15px;
 | |
|     margin-top: 1em;
 | |
|     cursor: pointer;
 | |
|     user-select: none;
 | |
| 
 | |
|     a {
 | |
|       color: #78be20;
 | |
|       font-weight: bold;
 | |
|     }
 | |
|   }
 | |
| 
 | |
|   .overlay {
 | |
|     color: $color-dark-05;
 | |
|     background: $color-dark-85;
 | |
| 
 | |
|     .step {
 | |
|       padding: 0;
 | |
|     }
 | |
|   }
 | |
| }
 |