Separated Checkout and Payment controllers, updates to checkout and payments
This commit is contained in:
11
public/css/fixes.css
vendored
11
public/css/fixes.css
vendored
@@ -84,8 +84,17 @@ span.select2-selection.select2-selection--single > span.select2-selection__rende
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Render the invalid red when a select container fails validation */
|
||||
/* Render the invalid red when a select container fails vlidation */
|
||||
.is-invalid + .select2-container--default .select2-selection--single,
|
||||
.is-invalid + .select2-container--default .select2-selection--multiple {
|
||||
border: 1px solid #dc3545;
|
||||
}
|
||||
|
||||
/* When we have a hr after h3, show the line directly under the h3 */
|
||||
h3:has(+hr) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h3 + hr {
|
||||
margin-top: 0;
|
||||
margin-bottom: 2em;
|
||||
}
|
Reference in New Issue
Block a user