Fix wrong styles on rules and buttons in the sign-up form (#33725)
This commit is contained in:
		
							parent
							
								
									79cbb6160d
								
							
						
					
					
						commit
						2df86d6413
					
				|  | @ -564,11 +564,14 @@ code { | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   .stacked-actions { |   .stacked-actions { | ||||||
|  |     display: flex; | ||||||
|  |     flex-direction: column; | ||||||
|  |     gap: 10px; | ||||||
|     margin-top: 30px; |     margin-top: 30px; | ||||||
|     margin-bottom: 15px; |     margin-bottom: 15px; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   button:not(.button, .link-button, .help-button) { |   .btn { | ||||||
|     display: block; |     display: block; | ||||||
|     width: 100%; |     width: 100%; | ||||||
|     border: 0; |     border: 0; | ||||||
|  | @ -585,8 +588,6 @@ code { | ||||||
|     cursor: pointer; |     cursor: pointer; | ||||||
|     font-weight: 500; |     font-weight: 500; | ||||||
|     outline: 0; |     outline: 0; | ||||||
|     margin-bottom: 10px; |  | ||||||
|     margin-inline-end: 10px; |  | ||||||
| 
 | 
 | ||||||
|     &:last-child { |     &:last-child { | ||||||
|       margin-inline-end: 0; |       margin-inline-end: 0; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue