styles.css
187 lines
| 1 | .omnisend-checkbox-label { |
| 2 | flex: 1 0 0; |
| 3 | color: var(--content-ashes-to-ashes, #1e2423); |
| 4 | font-feature-settings: "clig" off, "liga" off; |
| 5 | /* Content/Body Strong */ |
| 6 | font-family: "Roboto", sans-serif; |
| 7 | font-size: 14px; |
| 8 | font-style: normal; |
| 9 | font-weight: 400; |
| 10 | line-height: 24px; /* 171.429% */ |
| 11 | } |
| 12 | |
| 13 | .omnisend-checkbox-description { |
| 14 | flex: 1 0 0; |
| 15 | color: var(--content-ashes-to-ashes, #1e2423); |
| 16 | font-feature-settings: "clig" off, "liga" off; |
| 17 | /* Content/Microcopy */ |
| 18 | font-family: "Roboto", sans-serif; |
| 19 | font-size: 12px; |
| 20 | font-style: normal; |
| 21 | font-weight: 300; |
| 22 | line-height: 16px; /* 133.333% */ |
| 23 | } |
| 24 | .omnisend-checkbox-wrapper { |
| 25 | display: flex; |
| 26 | flex-direction: row; |
| 27 | } |
| 28 | |
| 29 | .omnisend-checkbox-text-wrapper { |
| 30 | display: flex; |
| 31 | flex-direction: column; |
| 32 | } |
| 33 | |
| 34 | input.omnisend-checkbox { |
| 35 | width: 16px; |
| 36 | height: 16px; |
| 37 | margin: 4px 16px 0 0; |
| 38 | border-radius: 4px; |
| 39 | border: 1px solid var(--neutrals-dusty-dust, #b6b6b6); |
| 40 | background: var(--neutrals-coconut-white, #fff); |
| 41 | } |
| 42 | |
| 43 | .omnisend-h4 { |
| 44 | color: #000; |
| 45 | |
| 46 | font-feature-settings: "clig" off, "liga" off; |
| 47 | /* Heading/H4 */ |
| 48 | font-family: "Roboto", sans-serif; |
| 49 | font-size: 20px; |
| 50 | font-style: normal; |
| 51 | font-weight: 500; |
| 52 | line-height: 32px; /* 160% */ |
| 53 | } |
| 54 | |
| 55 | .omnisend-lead-strong { |
| 56 | color: #000; |
| 57 | |
| 58 | font-feature-settings: "clig" off, "liga" off; |
| 59 | /* Content/Lead Strong */ |
| 60 | font-family: "Roboto", sans-serif; |
| 61 | font-size: 16px; |
| 62 | font-style: normal; |
| 63 | font-weight: 500; |
| 64 | line-height: 24px; /* 150% */ |
| 65 | } |
| 66 | |
| 67 | .omnisend-content-body { |
| 68 | max-width: 862px; |
| 69 | color: #000; |
| 70 | |
| 71 | font-feature-settings: "clig" off, "liga" off; |
| 72 | /* Content/Body */ |
| 73 | font-family: "Roboto", sans-serif; |
| 74 | font-size: 14px; |
| 75 | font-style: normal; |
| 76 | font-weight: 300; |
| 77 | line-height: 24px; /* 171.429% */ |
| 78 | } |
| 79 | |
| 80 | .omnisend-input-label { |
| 81 | align-self: stretch; |
| 82 | color: var(--content-ashes-to-ashes, #1e2423); |
| 83 | margin-bottom: 8px; |
| 84 | font-feature-settings: "clig" off, "liga" off; |
| 85 | /* Content/Body Strong */ |
| 86 | font-family: "Roboto", sans-serif; |
| 87 | font-size: 14px; |
| 88 | font-style: normal; |
| 89 | font-weight: 400; |
| 90 | line-height: 24px; /* 171.429% */ |
| 91 | } |
| 92 | |
| 93 | select.omnisend-select { |
| 94 | display: flex; |
| 95 | padding: 8px 8px 8px 16px; |
| 96 | justify-content: space-between; |
| 97 | align-items: center; |
| 98 | margin-bottom: 16px; |
| 99 | align-self: stretch; |
| 100 | width: 100%; |
| 101 | border-radius: 8px; |
| 102 | |
| 103 | color: var(--content-midnight-grey, #808080); |
| 104 | font-feature-settings: "clig" off, "liga" off; |
| 105 | /* Content/Body */ |
| 106 | font-family: Roboto; |
| 107 | font-size: 14px; |
| 108 | font-style: normal; |
| 109 | font-weight: 300; |
| 110 | line-height: 24px; /* 171.429% */ |
| 111 | border: 1px solid var(--neutrals-dusty-dust, #b6b6b6); |
| 112 | background: var(--neutrals-coconut-white, #fff); |
| 113 | background: #fff |
| 114 | url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) |
| 115 | no-repeat right 5px top 55%; |
| 116 | } |
| 117 | |
| 118 | .omnisend-content-body-strong { |
| 119 | color: #000; |
| 120 | |
| 121 | font-feature-settings: "clig" off, "liga" off; |
| 122 | /* Content/Body Strong */ |
| 123 | font-family: Roboto; |
| 124 | font-size: 14px; |
| 125 | font-style: normal; |
| 126 | font-weight: 400; |
| 127 | line-height: 24px; /* 171.429% */ |
| 128 | } |
| 129 | |
| 130 | div#omnisend-panel { |
| 131 | background-color: #fff !important; |
| 132 | } |
| 133 | |
| 134 | .omnisend-notice { |
| 135 | display: flex; |
| 136 | width: 862px; |
| 137 | padding: 16px 24px; |
| 138 | align-items: flex-start; |
| 139 | gap: 16px; |
| 140 | |
| 141 | border-radius: 8px; |
| 142 | background: var(--secondary-charleston-blue, #dbf1ff); |
| 143 | width: 90%; |
| 144 | display: flex; |
| 145 | flex-direction: row; |
| 146 | } |
| 147 | |
| 148 | .omnisend-danger-notice { |
| 149 | background: var(--secondary-rose-bud, #ffe6e6); |
| 150 | } |
| 151 | |
| 152 | .omnisend-notice-text-wrapper { |
| 153 | display: flex; |
| 154 | flex-direction: column; |
| 155 | justify-content: center; |
| 156 | align-items: flex-start; |
| 157 | gap: 8px; |
| 158 | } |
| 159 | |
| 160 | a.omnisend-link { |
| 161 | color: var(--content-bahama-bay, #35938f); |
| 162 | font-feature-settings: "clig" off, "liga" off; |
| 163 | /* Content/Underline/Body strong */ |
| 164 | font-family: Roboto; |
| 165 | font-size: 14px; |
| 166 | font-style: normal; |
| 167 | font-weight: 600; |
| 168 | line-height: 24px; /* 171.429% */ |
| 169 | text-decoration-line: underline; |
| 170 | } |
| 171 | |
| 172 | .omnisend-margin-bottom-16 { |
| 173 | margin-bottom: 16px; |
| 174 | } |
| 175 | |
| 176 | .omnisend-margin-bottom-40 { |
| 177 | margin-bottom: 40px; |
| 178 | } |
| 179 | |
| 180 | .omnisend-margin-bottom-8 { |
| 181 | margin-bottom: 8px; |
| 182 | } |
| 183 | |
| 184 | .omnisend-margin-bottom-24 { |
| 185 | margin-bottom: 24px; |
| 186 | } |
| 187 |