Merge pull request #427 from pcoder/bug/3627/outline_box
bug/3627/Add missing outline border around the text
This commit is contained in:
		
				commit
				
					
						957c677e67
					
				
			
		
					 2 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -538,6 +538,10 @@ a.unlink:hover {
 | 
				
			||||||
    padding: 5px;
 | 
					    padding: 5px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.card-warning-addtional-margin {
 | 
				
			||||||
 | 
					    margin-top: 15px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.stripe-payment-btn {
 | 
					.stripe-payment-btn {
 | 
				
			||||||
    outline: none;
 | 
					    outline: none;
 | 
				
			||||||
    width: auto;
 | 
					    width: auto;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -86,7 +86,7 @@
 | 
				
			||||||
                            </form>
 | 
					                            </form>
 | 
				
			||||||
                            <div class="row">
 | 
					                            <div class="row">
 | 
				
			||||||
                                <div class="col-xs-12">
 | 
					                                <div class="col-xs-12">
 | 
				
			||||||
                                    <p>
 | 
					                                    <p class="card-warning-content card-warning-addtional-margin">
 | 
				
			||||||
                                        {% blocktrans %}
 | 
					                                        {% blocktrans %}
 | 
				
			||||||
                                        You are not making any payment yet. After submitting your card
 | 
					                                        You are not making any payment yet. After submitting your card
 | 
				
			||||||
                                        information, you will be taken to the Confirm Order Page.
 | 
					                                        information, you will be taken to the Confirm Order Page.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue