Adds donation model/table and basic manual management in the admin panel, as well as basic listing of users' own donations.
		
			
				
	
	
		
			32 lines
		
	
	
		
			442 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			442 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| form {
 | |
|   .field_with_errors {
 | |
|     display: inline-block;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .layout-signup {
 | |
|   label {
 | |
|     display: none;
 | |
|   }
 | |
| 
 | |
|   input[type=text], input[type=email], input[type=password] {
 | |
|     font-size: 1.25rem;
 | |
|     padding: 0.5rem 1rem;
 | |
|   }
 | |
| 
 | |
|   span.at-sign, span.domain {
 | |
|     font-size: 1.25rem;
 | |
|   }
 | |
| 
 | |
|   .error-msg {
 | |
|     color: #bc0101;
 | |
|   }
 | |
| 
 | |
|   .accept-terms {
 | |
|     margin-top: 2rem;
 | |
|     font-size: 0.85rem;
 | |
|     line-height: 1.5em;
 | |
|     color: #888;
 | |
|   }
 | |
| }
 |