breakdance-logo-black.png
3 years ago
breakdance-promo.php
1 month ago
promo-card-styles.css
3 years ago
promo-card-styles.css
106 lines
| 1 | .promo-card-and-processing-step-1-wrapper { |
| 2 | width: 100%; |
| 3 | box-sizing: border-box; |
| 4 | display: flex; |
| 5 | flex-direction: row; |
| 6 | align-items: flex-start; |
| 7 | justify-content: flex-start; |
| 8 | gap: 30px; |
| 9 | margin-top: 30px; |
| 10 | } |
| 11 | |
| 12 | .promo-card-and-processing-step-1-wrapper .processing_step_1 { |
| 13 | width: 40%; |
| 14 | } |
| 15 | |
| 16 | .promo-card-and-processing-step-1-wrapper .wpai-breakdance-promo-card { |
| 17 | width: 60%; |
| 18 | } |
| 19 | |
| 20 | |
| 21 | .wpai-breakdance-promo-card, .wpai-breakdance-promo-card * { |
| 22 | box-sizing: border-box; |
| 23 | } |
| 24 | |
| 25 | .wpai-breakdance-promo-card { |
| 26 | display: flex; |
| 27 | background-color: #fff; |
| 28 | padding: 40px; |
| 29 | width: 700px; |
| 30 | flex-direction: column; |
| 31 | color: black; |
| 32 | align-items: flex-start; |
| 33 | } |
| 34 | |
| 35 | .promo-pre-heading { |
| 36 | font-size: 17px; |
| 37 | letter-spacing: 0.2px; |
| 38 | margin-bottom: 16px; |
| 39 | color: #666; |
| 40 | } |
| 41 | |
| 42 | .promo-heading { |
| 43 | font-size: 32px; |
| 44 | font-weight: 600; |
| 45 | margin-bottom: 16px; |
| 46 | line-height: 1.25em; |
| 47 | } |
| 48 | |
| 49 | .promo-paragraphs { |
| 50 | |
| 51 | } |
| 52 | |
| 53 | .promo-paragraphs p { |
| 54 | margin-top: 0; |
| 55 | margin-bottom: 12px; |
| 56 | font-size: 17px !important; |
| 57 | line-height: 1.6; |
| 58 | } |
| 59 | |
| 60 | .promo-button-learn-more { |
| 61 | background-color: #FFC514; |
| 62 | color: black !important; |
| 63 | text-decoration: none; |
| 64 | font-weight: 700; |
| 65 | letter-spacing: 0.2px; |
| 66 | padding: 16px 24px; |
| 67 | display: flex; |
| 68 | align-items: center; |
| 69 | justify-content: space-between; |
| 70 | gap: 24px; |
| 71 | margin-top: 24px; |
| 72 | margin-bottom: 24px; |
| 73 | } |
| 74 | |
| 75 | .promo-button-learn-more span { |
| 76 | font-size: 0.7em; |
| 77 | opacity: 0.8; |
| 78 | font-weight: 400 !important; |
| 79 | } |
| 80 | |
| 81 | .promo-breakdance-logo-wrapper { |
| 82 | display: flex; |
| 83 | flex-direction: row; |
| 84 | justify-content: center; |
| 85 | align-items: center; |
| 86 | gap: 40px; |
| 87 | margin-bottom: 20px; |
| 88 | } |
| 89 | |
| 90 | .promo-testimonials p { |
| 91 | font-size: 16px !important; |
| 92 | line-height: 1.6; |
| 93 | font-style: italic; |
| 94 | font-weight: 300; |
| 95 | } |
| 96 | |
| 97 | .promo-testimonials p b { |
| 98 | font-size: 12px !important; |
| 99 | font-weight: 300; |
| 100 | color: #666; |
| 101 | font-style: normal; |
| 102 | } |
| 103 | |
| 104 | .promo-testimonials p > span { |
| 105 | background-image: linear-gradient(90deg,#ffd5562c,#ffd55651,#ffd5562c); |
| 106 | } |