|
| 1 | +.dialogContainer { |
| 2 | + display: flex; |
| 3 | + align-items: center; |
| 4 | + justify-content: center; |
| 5 | + min-width: 100vw; |
| 6 | + min-height: 100vh; |
| 7 | +} |
| 8 | + |
| 9 | +.warningContainer { |
| 10 | + display: flex; |
| 11 | + align-items: center; |
| 12 | + justify-content: center; |
| 13 | + flex-direction: column; |
| 14 | + max-width: 540px; |
| 15 | +} |
| 16 | + |
| 17 | +.warningIcon { |
| 18 | + width: 140px !important; |
| 19 | + height: 140px !important; |
| 20 | + margin-bottom: 30px !important; |
| 21 | + font-size: 30px !important; |
| 22 | + fill: #646464 !important; |
| 23 | +} |
| 24 | + |
| 25 | +.title1 { |
| 26 | + font: normal normal normal 23px/36px Inter !important; |
| 27 | + letter-spacing: 0px !important; |
| 28 | +} |
| 29 | + |
| 30 | +.title2 { |
| 31 | + font: normal normal bold 29px/36px Inter !important; |
| 32 | + letter-spacing: 0px !important; |
| 33 | + margin-bottom: 36px !important; |
| 34 | +} |
| 35 | + |
| 36 | +.para1 { |
| 37 | + text-align: center; |
| 38 | + font: normal normal bold 20px/28px Inter !important; |
| 39 | + letter-spacing: 0px !important; |
| 40 | + margin-bottom: 33px !important; |
| 41 | +} |
| 42 | + |
| 43 | +.para2 { |
| 44 | + font: normal normal normal 16px/26px Inter !important; |
| 45 | + letter-spacing: 0px; |
| 46 | + color: #646464; |
| 47 | + margin-bottom: 32px !important; |
| 48 | +} |
| 49 | + |
| 50 | +.buttonsContainer { |
| 51 | + padding: 0px 24px; |
| 52 | +} |
| 53 | + |
| 54 | +.primaryButton { |
| 55 | + margin-bottom: 20px !important; |
| 56 | + background: transparent linear-gradient(180deg, #1C45F4 0%, #0F1DD3 100%) 0% 0% no-repeat padding-box !important; |
| 57 | + min-width: 457px !important; |
| 58 | +} |
| 59 | + |
| 60 | +.secondaryButton { |
| 61 | + |
| 62 | +} |
| 63 | + |
| 64 | +.buttonTextPrimary { |
| 65 | + font: normal normal bold 16px/19px Inter !important; |
| 66 | + letter-spacing: 0px !important; |
| 67 | + color: #FFFFFF !important; |
| 68 | + text-transform: none; |
| 69 | +} |
| 70 | + |
| 71 | +.buttonTextSecondary { |
| 72 | + font: normal normal bold 16px/19px Inter !important; |
| 73 | + letter-spacing: 0px !important; |
| 74 | + color: #000 !important; |
| 75 | + text-transform: none; |
| 76 | +} |
| 77 | + |
| 78 | +@media screen and (max-width: 600px) { |
| 79 | + .warningContainer { |
| 80 | + max-width: 340px; |
| 81 | + } |
| 82 | + |
| 83 | + .para1 { |
| 84 | + font: normal normal bold 16px/28px Inter !important; |
| 85 | + } |
| 86 | + |
| 87 | + .warningIcon { |
| 88 | + height: 50px !important; |
| 89 | + margin-bottom: 30px !important; |
| 90 | + } |
| 91 | + |
| 92 | + .buttonTextPrimary { |
| 93 | + font: normal normal bold 16px/19px Inter !important; |
| 94 | + } |
| 95 | + |
| 96 | + .primaryButton { |
| 97 | + margin-bottom: 20px !important; |
| 98 | + background: transparent linear-gradient(180deg, #1C45F4 0%, #0F1DD3 100%) 0% 0% no-repeat padding-box !important; |
| 99 | + min-width: 320px !important; |
| 100 | + } |
| 101 | +} |
| 102 | + |
| 103 | +@media screen and (max-width: 360px) { |
| 104 | + .warningContainer { |
| 105 | + max-width: 260px; |
| 106 | + } |
| 107 | + |
| 108 | + .para1 { |
| 109 | + font: normal normal bold 15px/22px Inter !important; |
| 110 | + } |
| 111 | + |
| 112 | + .para2 { |
| 113 | + font: normal normal bold 13px/18px Inter !important; |
| 114 | + } |
| 115 | + |
| 116 | + .warningIcon { |
| 117 | + height: 40px !important; |
| 118 | + margin-bottom: 20px !important; |
| 119 | + } |
| 120 | + |
| 121 | + .buttonTextPrimary { |
| 122 | + font: normal normal bold 13px/16px Inter !important; |
| 123 | + } |
| 124 | + |
| 125 | + .primaryButton { |
| 126 | + margin-bottom: 20px !important; |
| 127 | + background: transparent linear-gradient(180deg, #1C45F4 0%, #0F1DD3 100%) 0% 0% no-repeat padding-box !important; |
| 128 | + min-width: 260px !important; |
| 129 | + } |
| 130 | +} |
0 commit comments