give
/
src
/
ThirdPartySupport
/
Elementor
/
Widgets
/
resources
/
styles
/
give-elementor-admin.css
give-elementor-admin.css
84 lines
| 1 | @font-face { |
| 2 | font-family: 'give-icomoon'; |
| 3 | src: url('./fonts/icomoon.eot'); |
| 4 | src: url('./fonts/icomoon.eot') format('embedded-opentype'), |
| 5 | url('./fonts/icomoon.woff') format('woff'), |
| 6 | url('./fonts/icomoon.svg') format('svg'); |
| 7 | font-weight: normal; |
| 8 | font-style: normal; |
| 9 | } |
| 10 | |
| 11 | .elementor-element .give-icon:before { |
| 12 | font-family: 'give-icomoon'; |
| 13 | font-size: 2rem; |
| 14 | width: 2rem; |
| 15 | height: 2rem; |
| 16 | content: "\e800"; |
| 17 | font-style: normal; |
| 18 | } |
| 19 | |
| 20 | [class*="elementor-control"] .give-info { |
| 21 | background-color: #68bb6c; |
| 22 | color: white; |
| 23 | border-radius: 8px; |
| 24 | padding: 10px 12px; |
| 25 | line-height: 1.5; |
| 26 | position: relative; |
| 27 | font-size: 0.75rem; |
| 28 | } |
| 29 | |
| 30 | [class*="elementor-control"] .give-info .info-head { |
| 31 | line-height: 2; |
| 32 | font-weight: 900; |
| 33 | text-shadow: 1px 1px 1px rgba(50,50,50,0.5); |
| 34 | } |
| 35 | |
| 36 | [class*="elementor-control"] .give-info .give-docs-links { |
| 37 | position: relative; |
| 38 | width: calc(100% + 24px); |
| 39 | left: -12px; |
| 40 | bottom: -10px; |
| 41 | padding: 12px; |
| 42 | border-radius: 0 0 8px 8px; |
| 43 | background-color: #a4d6a6; |
| 44 | } |
| 45 | |
| 46 | [class*="elementor-control"] .give-info .give-docs-links a { |
| 47 | color: #333; |
| 48 | line-height: 1.15rem; |
| 49 | } |
| 50 | |
| 51 | [class*="elementor-control"] .give-info .give-docs-links a i { |
| 52 | font-size: 2rem; |
| 53 | display: block; |
| 54 | float: left; |
| 55 | margin: 0 10px 0 0; |
| 56 | color: white; |
| 57 | text-shadow: 1px 1px 1px rgba(0,0,0,0.5); |
| 58 | } |
| 59 | |
| 60 | .elementor-control-all_forms .elementor-choices input:checked+[data-tooltip="Yes"] { |
| 61 | background: #8BC34A; |
| 62 | } |
| 63 | |
| 64 | .elementor-control-all_forms .elementor-choices input:checked+[data-tooltip="No"] { |
| 65 | background: #c13f16; |
| 66 | } |
| 67 | |
| 68 | .give-elementor-notice { |
| 69 | padding: 10px 0; |
| 70 | color: #c13f16; |
| 71 | } |
| 72 | |
| 73 | /* |
| 74 | * Hide Link Options |
| 75 | * Until this issue is resolved: |
| 76 | * https://github.com/elementor/elementor/issues/11214 |
| 77 | * |
| 78 | */ |
| 79 | |
| 80 | .elementor-control-give_register_settings + .elementor-control-link .elementor-control-url-more, |
| 81 | .elementor-control-give_login_settings + .elementor-control-login_url .elementor-control-url-more { |
| 82 | display: none; |
| 83 | } |
| 84 |