|
15 | 15 | @apply flex-[0_0_80vw] max-w-[480px] aspect-[3/4] rounded-[40px] bg-neutral-100 p-2 shadow-[2px_2px_8px_rgba(0,0,0,0.4)] transition-transform duration-300 ease-in-out; |
16 | 16 | } |
17 | 17 | } |
| 18 | + |
| 19 | +/* Class assigned to popover wrapper */ |
| 20 | +.driver-popover { |
| 21 | + border-radius: 32px !important; |
| 22 | + padding: 20px !important; |
| 23 | +} |
| 24 | + |
| 25 | +/* Arrow pointing towards the highlighted element */ |
| 26 | +.driver-popover-arrow { |
| 27 | + display: none; |
| 28 | +} |
| 29 | + |
| 30 | +/* Title and description */ |
| 31 | +.driver-popover-title { |
| 32 | + color: #437bfe; |
| 33 | + font-family: |
| 34 | + "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; |
| 35 | + font-size: 14px; |
| 36 | + font-weight: 600; |
| 37 | + line-height: 1.4; |
| 38 | + letter-spacing: -2.2%; |
| 39 | +} |
| 40 | +.driver-popover-description { |
| 41 | + color: var(--color-neutral-700); |
| 42 | + font-family: |
| 43 | + "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; |
| 44 | + font-size: 12px; |
| 45 | + font-weight: 500; |
| 46 | + line-height: 1.4; |
| 47 | + letter-spacing: -2.2%; |
| 48 | + white-space: pre-line !important; |
| 49 | +} |
| 50 | + |
| 51 | +/* Close button displayed on the top right corner */ |
| 52 | +.driver-popover-close-btn { |
| 53 | + display: none !important; |
| 54 | +} |
| 55 | + |
| 56 | +/* Footer of the popover displaying progress and navigation buttons */ |
| 57 | +.driver-popover-footer { |
| 58 | +} |
| 59 | +.driver-popover-progress-text { |
| 60 | +} |
| 61 | + |
| 62 | +.driver-popover-footer button { |
| 63 | + width: 53px !important; |
| 64 | + height: 33px !important; |
| 65 | + border-radius: 24px !important; |
| 66 | + background: #4d5761 !important; |
| 67 | + color: #fcfcfd !important; |
| 68 | + font-family: |
| 69 | + "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; |
| 70 | + font-size: 12px !important; |
| 71 | + font-weight: 500 !important; |
| 72 | + line-height: 1.4 !important; |
| 73 | + letter-spacing: -2.2% !important; |
| 74 | + border: none !important; |
| 75 | + text-shadow: none !important; |
| 76 | + padding: 0 !important; |
| 77 | + |
| 78 | + display: flex !important; |
| 79 | + align-items: center !important; |
| 80 | + justify-content: center !important; |
| 81 | +} |
| 82 | + |
| 83 | +.driver-popover-footer button:disabled { |
| 84 | + display: none !important; |
| 85 | +} |
0 commit comments