Merge pull request #427 from pcoder/bug/3627/outline_box

bug/3627/Add missing outline border around the text
This commit is contained in:
Pcoder 2017-08-03 20:36:00 +02:00 • committed by GitHub
commit 957c677e67
2 changed files with 6 additions and 2 deletions

View file

@ -538,6 +538,10 @@ a.unlink:hover {
padding: 5px;
}
.card-warning-addtional-margin {
margin-top: 15px;
}
.stripe-payment-btn {
outline: none;
width: auto;
@ -718,4 +722,4 @@ a.unlink:hover {
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
color: #ddd;
}
}