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
welcome.scss
129 lines
| 1 | /** |
| 2 | * Give Admin Welcome SCSS |
| 3 | * |
| 4 | * @description Displays when user activates the plugin |
| 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 | .welcome-h1 { |
| 12 | display: inline-block; |
| 13 | margin-right: 15px !important; |
| 14 | } |
| 15 | |
| 16 | .about-wrap { |
| 17 | h3 { |
| 18 | margin: 1.5em 0 .6em; |
| 19 | } |
| 20 | |
| 21 | img { |
| 22 | border:none; |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | .give-badge { |
| 27 | padding-top: 150px; |
| 28 | height: 52px; |
| 29 | width: 185px; |
| 30 | color: #FFF; |
| 31 | font-weight: bold; |
| 32 | font-size: 14px; |
| 33 | text-align: center; |
| 34 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); |
| 35 | margin: 0 -5px; |
| 36 | |
| 37 | position: absolute; |
| 38 | top: 0; |
| 39 | right: 0; |
| 40 | } |
| 41 | |
| 42 | .introduction { |
| 43 | padding: 0 0 20px; |
| 44 | margin: 0 0 20px; |
| 45 | } |
| 46 | |
| 47 | //Feature section |
| 48 | .feature-section { |
| 49 | margin-top: 40px; |
| 50 | |
| 51 | span.dashicons { |
| 52 | width: 16px; |
| 53 | height: 16px; |
| 54 | font-size: 14px; |
| 55 | margin: 6px 0 0 0; |
| 56 | } |
| 57 | |
| 58 | .feature-section-item { |
| 59 | width: 48%; |
| 60 | float: left; |
| 61 | } |
| 62 | |
| 63 | div.last-feature { |
| 64 | margin-right: 0; |
| 65 | margin-left: 4%; |
| 66 | } |
| 67 | |
| 68 | } |
| 69 | |
| 70 | //Get started |
| 71 | [class^="dashboard_page_give-"]^="dashboard_page_give-""], [class*="dashboard_page_give-"]*="dashboard_page_give-""] { |
| 72 | .about-text { |
| 73 | min-height: 0; |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | //Social Media |
| 78 | .social-items-wrap { |
| 79 | display: inline-block; |
| 80 | > div { |
| 81 | display: inline-block; |
| 82 | } |
| 83 | .twitter-item-wrap { |
| 84 | margin: 0 20px 10px 0; |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | //Credits |
| 89 | .wp-person { |
| 90 | img { |
| 91 | border-radius: 50%; |
| 92 | } |
| 93 | a.web { |
| 94 | margin: 17px 0 0; |
| 95 | font-weight: bold; |
| 96 | font-style: italic; |
| 97 | } |
| 98 | } |
| 99 | |
| 100 | //Newsletter |
| 101 | .newsletter-intro { |
| 102 | font-size: 13px; |
| 103 | font-style: italic; |
| 104 | color: #777; |
| 105 | } |
| 106 | |
| 107 | .give-newsletter-form-wrap { |
| 108 | margin: 10px 0 20px -5px; |
| 109 | max-width: 700px; |
| 110 | |
| 111 | td { |
| 112 | padding: 3px; |
| 113 | } |
| 114 | |
| 115 | div.give-newsletter-confirmation { |
| 116 | background: #fff; |
| 117 | -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 118 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 119 | margin: 5px 10px 4px 5px; |
| 120 | padding: 1px 12px; |
| 121 | border-left: 4px solid #7ad03a; |
| 122 | display: none; |
| 123 | > p { |
| 124 | margin: 0.5em 0; |
| 125 | padding: 2px; |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | } |