_mixins.scss
9 years ago
_variables.scss
8 years ago
alerts.scss
9 years ago
donation-history.scss
8 years ago
float-labels.scss
8 years ago
fonts.scss
9 years ago
forms.scss
8 years ago
give-frontend.scss
8 years ago
layouts.scss
10 years ago
modal.scss
8 years ago
progress-bar.scss
10 years ago
receipt.scss
9 years ago
tables.scss
10 years ago
theme-compatibility.scss
8 years ago
theme-compatibility.scss
44 lines
| 1 | /** |
| 2 | * Give Frontend Theme Compatibility |
| 3 | * |
| 4 | * @description: The following styles help Give look good and fixes CSS conflicts with popular WordPress themes |
| 5 | * @package Give |
| 6 | * @subpackage SCSS/Frontend |
| 7 | * @copyright Copyright (c) 2016, WordImpress |
| 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 9 | */ |
| 10 | |
| 11 | //Twenty Sixteen |
| 12 | body.give-twentysixteen { |
| 13 | |
| 14 | div.entry-summary { |
| 15 | margin: 0; |
| 16 | } |
| 17 | |
| 18 | button.give-btn { |
| 19 | color: #333; |
| 20 | } |
| 21 | |
| 22 | .give-submit { |
| 23 | color: #FFF; |
| 24 | } |
| 25 | |
| 26 | fieldset#give_terms_agreement { |
| 27 | padding-left: 0; |
| 28 | } |
| 29 | |
| 30 | } |
| 31 | |
| 32 | //Twenty Seventeen Dark Color Scheme |
| 33 | body.give-twentyseventeen.colors-dark { |
| 34 | div.give-total-wrap input.give-text-input, |
| 35 | div#give_purchase_form_wrap span.give-final-total-amount, |
| 36 | div.give_notices p { |
| 37 | color: black; |
| 38 | } |
| 39 | |
| 40 | form[id*="give"]*="give""] fieldset { |
| 41 | background-color: transparent; |
| 42 | } |
| 43 | |
| 44 | } |