forked from LiveCarta/PayPal-PHP-SDK
Updates to Sample Code
- Updated UI Presentation on samples - Fixed Bugs
This commit is contained in:
@@ -22,6 +22,19 @@
|
||||
overflow-y: auto;
|
||||
overflow-wrap: normal;
|
||||
}
|
||||
pre.error {
|
||||
border-color: red;
|
||||
color: red;
|
||||
overflow-y: visible;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.panel-default>.panel-heading.error {
|
||||
background-color: red;
|
||||
color: white;
|
||||
}
|
||||
h1.error, h2.error, h3.error, h4.error, h5.error {
|
||||
color: red;
|
||||
}
|
||||
.panel-default>.panel-heading {
|
||||
color: #FFF;
|
||||
background-color: #428bca;
|
||||
|
||||
Reference in New Issue
Block a user