| @@ -202,9 +202,9 @@ | ||
| 202 | 202 | } |
| 203 | 203 | |
| 204 | 204 | .blockspare-notice-setup .blockspare-notice-title { |
| 205 | 205 | margin: 0; |
| 206 | - font-size: 32px; | |
| 206 | + font-size: 22px; | |
| 207 | 207 | font-weight: 600; |
| 208 | 208 | line-height: 1.25; |
| 209 | 209 | } |
| 210 | 210 | |
| @@ -209,9 +209,8 @@ | ||
| 209 | 209 | } |
| 210 | 210 | |
| 211 | 211 | .blockspare-notice-setup .blockspare-notice-description { |
| 212 | 212 | margin: 10px auto 24px; |
| 213 | - font-size: 18px; | |
| 214 | 213 | line-height: 1.7; |
| 215 | 214 | max-width: 700px; |
| 216 | 215 | } |
| 217 | 216 | .blockspare-notice-setup .blockspare-notice-buttons{ |
| @@ -227,12 +226,11 @@ | ||
| 227 | 226 | display: inline-flex; |
| 228 | 227 | align-items: center; |
| 229 | 228 | gap: 8px; |
| 230 | 229 | font-weight: 500; |
| 231 | - font-size: 14px; | |
| 230 | + font-size: 12px; | |
| 232 | 231 | text-transform: uppercase; |
| 233 | - line-height: 24px; | |
| 234 | - padding: 10px 16px; | |
| 232 | + padding: 6px 12px; | |
| 235 | 233 | border-radius: 6px; |
| 236 | 234 | text-align: center; |
| 237 | 235 | text-decoration: none; |
| 238 | 236 | border: 1px solid transparent; |
| @@ -271,9 +269,9 @@ | ||
| 271 | 269 | } |
| 272 | 270 | |
| 273 | 271 | .blockspare-notice-setup .blockspare-notice-link { |
| 274 | 272 | color: var(--blockspare-primary-color); |
| 275 | - font-size: 14px; | |
| 273 | + font-size: 12px; | |
| 276 | 274 | /* text-decoration: none; */ |
| 277 | 275 | transition: all .3s ease-in-out; |
| 278 | 276 | } |
| 279 | 277 | |
| @@ -283,8 +281,9 @@ | ||
| 283 | 281 | |
| 284 | 282 | .blockspare-notice-setup .bs-welcome-panel-column-container { |
| 285 | 283 | display: flex; |
| 286 | 284 | justify-content: center; |
| 285 | + flex-direction: column; | |
| 287 | 286 | width: 100%; |
| 288 | 287 | z-index: 1; |
| 289 | 288 | padding: 32px; |
| 290 | 289 | gap: 32px; |
| @@ -317,9 +316,9 @@ | ||
| 317 | 316 | } |
| 318 | 317 | |
| 319 | 318 | .blockspare-notice-setup .bs-welcome-panel-column h3{ |
| 320 | 319 | margin: 0; |
| 321 | - font-size: 18px; | |
| 320 | + font-size: 15px; | |
| 322 | 321 | font-weight: 400; |
| 323 | 322 | line-height: 1.4; |
| 324 | 323 | } |
| 325 | 324 | |