admin-rtl.css
6 months ago
admin-rtl.css.map
6 months ago
admin.css
4 months ago
admin.css.map
4 months ago
dark-mode.css
6 months ago
dark-mode.css.map
6 months ago
elementor-editor.css
1 year ago
extension.css
1 year ago
extension.css.map
1 year ago
main.css
1 month ago
main.css.map
6 months ago
rtl.css
1 year ago
rtl.css.map
1 year ago
extension.css
79 lines
| 1 | /*---------------------------------------------------- |
| 2 | @File: Default Styles |
| 3 | |
| 4 | This file contains the styling for the actual template, this |
| 5 | is the file you need to edit to change the look of the |
| 6 | template. |
| 7 | ---------------------------------------------------- */ |
| 8 | /*===================================================================== |
| 9 | @Template Name: Spider Elements |
| 10 | |
| 11 | @Default Styles |
| 12 | Table of Content: |
| 13 | 01/ Heading Highlighted |
| 14 | 02/ Badge |
| 15 | |
| 16 | |
| 17 | =====================================================================*/ |
| 18 | .spe-highlighted-text-bg .elementor-heading-title span { |
| 19 | position: relative; |
| 20 | display: inline-block; |
| 21 | z-index: 1; |
| 22 | } |
| 23 | .spe-highlighted-text-bg .elementor-heading-title span::after { |
| 24 | content: ""; |
| 25 | height: 37%; |
| 26 | width: 101%; |
| 27 | background: #ef4953; |
| 28 | left: 50%; |
| 29 | transform: translateX(-50%) scaleY(1); |
| 30 | transform-origin: bottom; |
| 31 | position: absolute; |
| 32 | z-index: -1; |
| 33 | bottom: 10px; |
| 34 | transition: transform 0.7s linear; |
| 35 | transition-delay: 0.7s; |
| 36 | } |
| 37 | |
| 38 | /*============= Badge Label ===============*/ |
| 39 | .wrapper_badge_text .badge_text { |
| 40 | overflow: hidden; |
| 41 | position: absolute; |
| 42 | line-height: 28px; |
| 43 | text-transform: uppercase; |
| 44 | font-size: 12px; |
| 45 | font-weight: 500; |
| 46 | color: var(--e-global-color-accent); |
| 47 | left: 0; |
| 48 | top: 35px; |
| 49 | padding: 0 12px 0 20px; |
| 50 | z-index: 1; |
| 51 | } |
| 52 | .wrapper_badge_text .badge_text .badge-element.before { |
| 53 | content: ""; |
| 54 | position: absolute; |
| 55 | width: 100%; |
| 56 | height: 50%; |
| 57 | background: #D2F34C; |
| 58 | top: 0; |
| 59 | left: -2px; |
| 60 | z-index: -1; |
| 61 | transform: skew(-25deg); |
| 62 | } |
| 63 | .wrapper_badge_text .badge_text .badge-element.after { |
| 64 | content: ""; |
| 65 | position: absolute; |
| 66 | width: 100%; |
| 67 | height: 50%; |
| 68 | background: #D2F34C; |
| 69 | bottom: 0; |
| 70 | left: -2px; |
| 71 | z-index: -1; |
| 72 | transform: skew(25deg); |
| 73 | } |
| 74 | .wrapper_badge_text > [data-element_type=container] { |
| 75 | width: max-content; |
| 76 | } |
| 77 | |
| 78 | /*# sourceMappingURL=extension.css.map */ |
| 79 |