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
updates.scss
47 lines
| 1 | /** |
| 2 | * Give Updates Panel SCSS |
| 3 | * |
| 4 | * @description Updates Panel Styles |
| 5 | * @package Give |
| 6 | * @subpackage SCSS/Admin |
| 7 | * @copyright Copyright (c) 2017, WordImpress |
| 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 9 | */ |
| 10 | |
| 11 | #give-updates-h1 { |
| 12 | padding-top: 0; |
| 13 | } |
| 14 | |
| 15 | .give-update-panel-content p { |
| 16 | font-size: 16px; |
| 17 | } |
| 18 | |
| 19 | #give-updates .dashicons-no-alt { |
| 20 | color: red; |
| 21 | } |
| 22 | |
| 23 | #give-updates .dashicons-yes { |
| 24 | color: green; |
| 25 | } |
| 26 | |
| 27 | #give-db-updates .spinner { |
| 28 | margin-top:0; |
| 29 | } |
| 30 | |
| 31 | body.give_forms_page_give-updates { |
| 32 | .give-run-update-containt { |
| 33 | .give-run-update-button { |
| 34 | margin-right: 10px; |
| 35 | } |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | #give-plugin-updates { |
| 40 | .panel-content { |
| 41 | table { |
| 42 | tr { |
| 43 | display: block; |
| 44 | } |
| 45 | } |
| 46 | } |
| 47 | } |