|
26 | 26 | src: url("/fonts/Inter-Medium.woff2") format("woff2"); |
27 | 27 | } |
28 | 28 |
|
29 | | -@font-face { |
30 | | - font-family: "Inter-SemiBold"; |
31 | | - font-style: normal; |
32 | | - font-weight: 700; |
33 | | - src: url("/fonts/Inter-SemiBold.woff2") format("woff2"); |
34 | | -} |
35 | | - |
36 | 29 | [data-theme="light"], |
37 | 30 | :root { |
38 | 31 | --fontInter: "Inter", sans-serif; |
39 | 32 | --fontInterMedium: "Inter-Medium", sans-serif; |
40 | | - --fontInterSemiBold: "Inter-SemiBold", sans-serif; |
41 | 33 | --fontMetropolis: "Metropolis", sans-serif; |
42 | 34 | --fontMetropolisLight: "Metropolis-Light", sans-serif; |
43 | 35 | --iconArrowLeft: url("/img/arrow-icon-left.svg"); |
@@ -1659,20 +1651,8 @@ input[type=text] { |
1659 | 1651 | background-color: var(--button-bg-hover-color-primary); |
1660 | 1652 | } |
1661 | 1653 |
|
1662 | | -#survey-achievement-done-button { |
1663 | | - color: var(--button-bg-color-primary); |
1664 | | - transition: color 0.1s ease; |
1665 | | - font-size: 14px; |
1666 | | - padding-inline: 3px; |
1667 | | - padding-block: 1px; |
1668 | | - border-radius: 1px; |
1669 | | - text-align: center; |
1670 | | - margin-inline: auto; |
1671 | | -} |
1672 | | - |
1673 | 1654 | .onboarding-button:focus, |
1674 | | -.half-onboarding-button:focus, |
1675 | | -#survey-achievement-done-button:focus { |
| 1655 | +.half-onboarding-button:focus { |
1676 | 1656 | box-shadow: |
1677 | 1657 | 0 0 0 2px var(--button-bg-color-secondary), |
1678 | 1658 | 0 0 0 4px var(--button-bg-focus-color-primary); |
@@ -2429,52 +2409,3 @@ tr:hover > td > .reset-button { |
2429 | 2409 | .searchbar input { |
2430 | 2410 | inline-size: 100%; |
2431 | 2411 | } |
2432 | | - |
2433 | | -/* Survey Popup */ |
2434 | | - |
2435 | | -.survey-blurb, |
2436 | | -#survey-panel h3.onboarding-title { |
2437 | | - text-align: center; |
2438 | | - margin-inline: auto; |
2439 | | -} |
2440 | | - |
2441 | | -#survey-panel h3.onboarding-title { |
2442 | | - max-inline-size: 100%; |
2443 | | - font-family: var(--fontInterSemiBold); |
2444 | | - line-height: 24px; |
2445 | | - margin-block-end: 12px; |
2446 | | -} |
2447 | | - |
2448 | | -#survey-panel { |
2449 | | - padding-block: 40px; |
2450 | | - padding-inline: 0; |
2451 | | -} |
2452 | | - |
2453 | | -.survey-blurb { |
2454 | | - margin-block-end: 16px; |
2455 | | - margin-inline: 24px; |
2456 | | -} |
2457 | | - |
2458 | | -#survey-img { |
2459 | | - block-size: 180px; |
2460 | | - margin-block-end: 16px; |
2461 | | -} |
2462 | | - |
2463 | | -#survey-button { |
2464 | | - padding-block: 4px; |
2465 | | - padding-inline: 16px; |
2466 | | - margin-block: 0 8px; |
2467 | | - min-block-size: 32px; |
2468 | | -} |
2469 | | - |
2470 | | -.share-ctas.survey-back { |
2471 | | - margin-inline: auto; |
2472 | | -} |
2473 | | - |
2474 | | -#survey-achievement-done-button:hover { |
2475 | | - color: var(--button-bg-hover-color-primary); |
2476 | | -} |
2477 | | - |
2478 | | -#survey-achievement-done-button:active { |
2479 | | - color: var(--button-bg-active-color-primary); |
2480 | | -} |
0 commit comments