| @@ -1,109 +1,109 @@ | ||
| 1 | -:root { | |
| 2 | - --e-global-color-primary: #EAA638; | |
| 3 | - --e-global-color-secondary: #0B3665; | |
| 4 | - --e-global-color-text: #7A8986; | |
| 5 | -} | |
| 6 | - | |
| 7 | -.eel-icon-box-wrap .grid-wrap { | |
| 8 | - display: flex; | |
| 9 | - flex-wrap: wrap; | |
| 10 | -} | |
| 11 | - | |
| 12 | -.eel-icon-box-wrap .eel-icon-item { | |
| 13 | - display: flex; | |
| 14 | - flex-wrap: wrap; | |
| 15 | -} | |
| 16 | - | |
| 17 | -.eel-icon-box-wrap .eel-icon-item { | |
| 18 | - box-sizing: border-box; | |
| 19 | - padding: 15px; | |
| 20 | -} | |
| 21 | - | |
| 22 | -.eel-icon-box-wrap .eel-icon-item .ee--icon-box { | |
| 23 | - box-sizing: border-box; | |
| 24 | - position: relative; | |
| 25 | -} | |
| 26 | - | |
| 27 | -.eel-icon-box-wrap .ee--icon-box { | |
| 28 | - padding: 32px; | |
| 29 | -} | |
| 30 | - | |
| 31 | -.eel-icon-box-wrap .ee--icon-box { | |
| 32 | - max-width: 100%; | |
| 33 | - height: auto; | |
| 34 | - display: block; | |
| 35 | - margin: 0 auto; | |
| 36 | - border-radius: 16px; | |
| 37 | - background: #FFFFFF; | |
| 38 | - border: 1px solid rgba(0, 0, 0, 0.15); | |
| 39 | - box-shadow: 0px 24px 48px -24px rgba(0, 0, 0, 0.16); | |
| 40 | -} | |
| 41 | - | |
| 42 | -.eel-process-number { | |
| 43 | - position: absolute; | |
| 44 | - bottom: 10px; | |
| 45 | - right: 26px; | |
| 46 | - font-weight: 400; | |
| 47 | - font-size: 80px; | |
| 48 | - line-height: 90%; | |
| 49 | - letter-spacing: -0.02em; | |
| 50 | - background: linear-gradient(180deg, var(--e-global-color-primary) 0%, rgba(255, 255, 255, 0.24) 100%); | |
| 51 | - -webkit-background-clip: text; | |
| 52 | - -webkit-text-fill-color: transparent; | |
| 53 | - background-clip: text; | |
| 54 | - text-fill-color: transparent; | |
| 55 | - opacity: 0.5; | |
| 56 | -} | |
| 57 | - | |
| 58 | -.ee--icon-box { | |
| 59 | - width: 100%; | |
| 60 | -} | |
| 61 | -.ee--icon-box svg { | |
| 62 | - height: 1em; | |
| 63 | -} | |
| 64 | -.ee--icon-box .icon-box-title { | |
| 65 | - color: var(--e-global-color-secondary); | |
| 66 | - margin-bottom: 14px; | |
| 67 | -} | |
| 68 | -.ee--icon-box .icon-box-title a { | |
| 69 | - color: currentColor; | |
| 70 | -} | |
| 71 | -.ee--icon-box .eel-icon { | |
| 72 | - min-width: 60px; | |
| 73 | - height: 60px; | |
| 74 | - background: var(--e-global-color-primary); | |
| 75 | - display: inline-grid; | |
| 76 | - place-content: center; | |
| 77 | - margin: 0 auto 40px; | |
| 78 | - border-radius: 16px; | |
| 79 | - font-size: 20px; | |
| 80 | -} | |
| 81 | -.ee--icon-box .icon-box-description { | |
| 82 | - font-size: 18px; | |
| 83 | - color: var(--e-global-color-text); | |
| 84 | -} | |
| 85 | -.ee--icon-box .icon-box-description a { | |
| 86 | - color: currentColor; | |
| 87 | -} | |
| 88 | -.ee--icon-box.right, .ee--icon-box.left { | |
| 89 | - display: flex; | |
| 90 | - gap: 20px; | |
| 91 | -} | |
| 92 | -.ee--icon-box.right .eel-icon, .ee--icon-box.left .eel-icon { | |
| 93 | - margin-bottom: 0; | |
| 94 | - margin-top: 4px; | |
| 95 | -} | |
| 96 | -.ee--icon-box.left .eel-process-number { | |
| 97 | - bottom: unset; | |
| 98 | - top: 15px; | |
| 99 | - opacity: 1; | |
| 100 | -} | |
| 101 | -.ee--icon-box.right .eel-icon { | |
| 102 | - order: 2; | |
| 103 | -} | |
| 104 | -.ee--icon-box.right .eel-process-number { | |
| 105 | - left: 26px; | |
| 106 | - right: auto; | |
| 107 | - bottom: 18px; | |
| 108 | - opacity: 1; | |
| 109 | -} | |
| 1 | +:root { | |
| 2 | + --e-global-color-primary: #EAA638; | |
| 3 | + --e-global-color-secondary: #0B3665; | |
| 4 | + --e-global-color-text: #7A8986; | |
| 5 | +} | |
| 6 | + | |
| 7 | +.eel-icon-box-wrap .grid-wrap { | |
| 8 | + display: flex; | |
| 9 | + flex-wrap: wrap; | |
| 10 | +} | |
| 11 | + | |
| 12 | +.eel-icon-box-wrap .eel-icon-item { | |
| 13 | + display: flex; | |
| 14 | + flex-wrap: wrap; | |
| 15 | +} | |
| 16 | + | |
| 17 | +.eel-icon-box-wrap .eel-icon-item { | |
| 18 | + box-sizing: border-box; | |
| 19 | + padding: 15px; | |
| 20 | +} | |
| 21 | + | |
| 22 | +.eel-icon-box-wrap .eel-icon-item .ee--icon-box { | |
| 23 | + box-sizing: border-box; | |
| 24 | + position: relative; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.eel-icon-box-wrap .ee--icon-box { | |
| 28 | + padding: 32px; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.eel-icon-box-wrap .ee--icon-box { | |
| 32 | + max-width: 100%; | |
| 33 | + height: auto; | |
| 34 | + display: block; | |
| 35 | + margin: 0 auto; | |
| 36 | + border-radius: 16px; | |
| 37 | + background: #FFFFFF; | |
| 38 | + border: 1px solid rgba(0, 0, 0, 0.15); | |
| 39 | + box-shadow: 0px 24px 48px -24px rgba(0, 0, 0, 0.16); | |
| 40 | +} | |
| 41 | + | |
| 42 | +.eel-process-number { | |
| 43 | + position: absolute; | |
| 44 | + bottom: 10px; | |
| 45 | + right: 26px; | |
| 46 | + font-weight: 400; | |
| 47 | + font-size: 80px; | |
| 48 | + line-height: 90%; | |
| 49 | + letter-spacing: -0.02em; | |
| 50 | + background: linear-gradient(180deg, var(--e-global-color-primary) 0%, rgba(255, 255, 255, 0.24) 100%); | |
| 51 | + -webkit-background-clip: text; | |
| 52 | + -webkit-text-fill-color: transparent; | |
| 53 | + background-clip: text; | |
| 54 | + text-fill-color: transparent; | |
| 55 | + opacity: 0.5; | |
| 56 | +} | |
| 57 | + | |
| 58 | +.ee--icon-box { | |
| 59 | + width: 100%; | |
| 60 | +} | |
| 61 | +.ee--icon-box svg { | |
| 62 | + height: 1em; | |
| 63 | +} | |
| 64 | +.ee--icon-box .icon-box-title { | |
| 65 | + color: var(--e-global-color-secondary); | |
| 66 | + margin-bottom: 14px; | |
| 67 | +} | |
| 68 | +.ee--icon-box .icon-box-title a { | |
| 69 | + color: currentColor; | |
| 70 | +} | |
| 71 | +.ee--icon-box .eel-icon { | |
| 72 | + min-width: 60px; | |
| 73 | + height: 60px; | |
| 74 | + background: var(--e-global-color-primary); | |
| 75 | + display: inline-grid; | |
| 76 | + place-content: center; | |
| 77 | + margin: 0 auto 40px; | |
| 78 | + border-radius: 16px; | |
| 79 | + font-size: 20px; | |
| 80 | +} | |
| 81 | +.ee--icon-box .icon-box-description { | |
| 82 | + font-size: 18px; | |
| 83 | + color: var(--e-global-color-text); | |
| 84 | +} | |
| 85 | +.ee--icon-box .icon-box-description a { | |
| 86 | + color: currentColor; | |
| 87 | +} | |
| 88 | +.ee--icon-box.right, .ee--icon-box.left { | |
| 89 | + display: flex; | |
| 90 | + gap: 20px; | |
| 91 | +} | |
| 92 | +.ee--icon-box.right .eel-icon, .ee--icon-box.left .eel-icon { | |
| 93 | + margin-bottom: 0; | |
| 94 | + margin-top: 4px; | |
| 95 | +} | |
| 96 | +.ee--icon-box.left .eel-process-number { | |
| 97 | + bottom: unset; | |
| 98 | + top: 15px; | |
| 99 | + opacity: 1; | |
| 100 | +} | |
| 101 | +.ee--icon-box.right .eel-icon { | |
| 102 | + order: 2; | |
| 103 | +} | |
| 104 | +.ee--icon-box.right .eel-process-number { | |
| 105 | + left: 26px; | |
| 106 | + right: auto; | |
| 107 | + bottom: 18px; | |
| 108 | + opacity: 1; | |
| 109 | +}/*# sourceMappingURL=process.css.map */ | |