addons.scss
9 years ago
blank-slate.scss
8 years ago
buttons.scss
9 years ago
dashboard.scss
10 years ago
donors.scss
8 years ago
fonts.scss
9 years ago
forms.scss
8 years ago
give-admin.scss
8 years ago
grids.scss
8 years ago
importer.scss
8 years ago
logs.scss
10 years ago
payment-history.scss
8 years ago
reports.scss
8 years ago
settings.scss
8 years ago
shortcodes.scss
9 years ago
system-info.scss
8 years ago
updates.scss
8 years ago
util.scss
8 years ago
welcome.scss
9 years ago
logs.scss
29 lines
| 1 | /** |
| 2 | * Give Logs SCSS |
| 3 | * |
| 4 | * @description Payment History Styles |
| 5 | * @package Give |
| 6 | * @subpackage SCSS/Admin |
| 7 | * @copyright Copyright (c) 2016, WordImpress |
| 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 9 | */ |
| 10 | |
| 11 | #give_donor_export_form { |
| 12 | margin: 0 0 5px; |
| 13 | } |
| 14 | |
| 15 | |
| 16 | #give-payments-filter .give-donation-status { |
| 17 | display: inline-block; |
| 18 | } |
| 19 | |
| 20 | .column-status { |
| 21 | .give-donation-status, .give-test-mode-transactions-label { |
| 22 | display: inline-block; |
| 23 | } |
| 24 | .give-test-mode-transactions-label { |
| 25 | margin: 0 5px; |
| 26 | vertical-align: middle; |
| 27 | } |
| 28 | } |
| 29 |