-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added widget within the back-office where order payment actions are excuted.
- Loading branch information
Dr Knudsen
committed
Mar 12, 2020
1 parent
9da01d8
commit fd39227
Showing
13 changed files
with
830 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,115 @@ | ||
.reepay-logos { | ||
display: table-cell; | ||
} | ||
display: table-cell; } | ||
|
||
.reepay-logo { | ||
float: left; | ||
display: inline-block; | ||
padding: 5px; } | ||
|
||
.reepay-admin-section-li-header { | ||
width: 100%; | ||
font-weight: bold; | ||
} | ||
|
||
.reepay-admin-section-li-header-small { | ||
width: 100%; | ||
font-weight: bold; | ||
font-size: small; | ||
margin-bottom: 0px; | ||
} | ||
|
||
.reepay-admin-section-li { | ||
width: 100%; | ||
} | ||
|
||
.reepay-admin-section-li-small { | ||
width: 100%; | ||
font-size: small; | ||
margin-top: 0px; | ||
} | ||
|
||
.reepay-full-width, .reepay-full-width .button { | ||
width: 100%; | ||
display: block; | ||
text-align: center; | ||
clear: both; | ||
} | ||
|
||
.reepay-balance { | ||
margin-bottom: 0; | ||
} | ||
|
||
.reepay-balance.last { | ||
margin-bottom: 5px; | ||
} | ||
|
||
.reepay-balance:after { | ||
clear: both; | ||
content: ""; | ||
display: table; | ||
} | ||
|
||
.reepay-balance__label, | ||
.reepay-balance__amount { | ||
background-color: #f9f9f9; | ||
box-sizing: border-box; | ||
float: left; | ||
padding: 7px 10px; | ||
text-transform: uppercase; | ||
font-size: 10px; | ||
color: #8a8a8a; | ||
} | ||
|
||
.reepay-balance__label { | ||
font-weight: bold; | ||
width: 60%; | ||
border-right: 2.5px solid #FFF; | ||
} | ||
.reepay-balance__amount { | ||
border-right: 0; | ||
width: 40%; | ||
border-left: 2.5px solid #FFF; | ||
display: -webkit-box; | ||
display: -ms-flexbox; | ||
display: -webkit-flex; | ||
display: flex; | ||
} | ||
|
||
.reepay-balance__currency { | ||
margin-right: 10px; | ||
} | ||
|
||
.reepay-balance.last .reepay-balance__currency { | ||
margin-right: 0; | ||
} | ||
|
||
.reepay-admin-card-logo { | ||
text-align: center; | ||
margin-right: 25px; | ||
max-width: 100px; | ||
} | ||
|
||
.reepay-partly_capture_amount { | ||
background-color: #f9f9f9; | ||
box-sizing: border-box; | ||
float: left; | ||
display: inline-block; | ||
padding: 5px; | ||
padding: 4px 10px; | ||
text-transform: uppercase; | ||
font-size: 10px; | ||
color: #8a8a8a; | ||
|
||
border-right: 0; | ||
width: 40%; | ||
border-left: 2.5px solid #FFF; | ||
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */ | ||
display: -ms-flexbox; /* TWEENER - IE 10 */ | ||
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ | ||
display: flex; /* NEW, Spec - Firefox, Chrome, Opera */ | ||
} | ||
|
||
.reepay-capture_partly_amount-field { | ||
font-size: small; | ||
max-height: 20px; | ||
min-height: 1px !important; | ||
text-align: center; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.