| @@ -1,5 +1,8 @@ | ||
| 1 | +/*! elementor - v3.8.1 - 13-11-2022 */ | |
| 1 | 2 | @import "//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"; |
| 3 | +@import "//fonts.googleapis.com/css2?family=DM%20Sans&display=swap"; | |
| 4 | +@import "//fonts.googleapis.com/css2?family=Source%20Serif%20Pro&display=swap"; | |
| 2 | 5 | :root { |
| 3 | 6 | --color-box-shadow-color: rgba(0, 0, 0, 0.05); |
| 4 | 7 | } |
| 5 | 8 | |
| @@ -93,15 +96,29 @@ | ||
| 93 | 96 | .text-end-xxl { |
| 94 | 97 | text-align: end; |
| 95 | 98 | } |
| 96 | 99 | } |
| 100 | +@-webkit-keyframes eps-animation-pop { | |
| 101 | + from { | |
| 102 | + -webkit-transform: scale(0.75); | |
| 103 | + transform: scale(0.75); | |
| 104 | + opacity: 0; | |
| 105 | + } | |
| 106 | + to { | |
| 107 | + -webkit-transform: scale(1); | |
| 108 | + transform: scale(1); | |
| 109 | + opacity: 1; | |
| 110 | + } | |
| 111 | +} | |
| 97 | 112 | @keyframes eps-animation-pop { |
| 98 | 113 | from { |
| 99 | - transform: scale(0.75); | |
| 114 | + -webkit-transform: scale(0.75); | |
| 115 | + transform: scale(0.75); | |
| 100 | 116 | opacity: 0; |
| 101 | 117 | } |
| 102 | 118 | to { |
| 103 | - transform: scale(1); | |
| 119 | + -webkit-transform: scale(1); | |
| 120 | + transform: scale(1); | |
| 104 | 121 | opacity: 1; |
| 105 | 122 | } |
| 106 | 123 | } |
| 107 | 124 | /** |
| @@ -109,45 +126,42 @@ | ||
| 109 | 126 | EG: '../../../app/assets/styles/generic'. |
| 110 | 127 | Auto-import is designed for CSS that not dependent on the loading order. |
| 111 | 128 | */ |
| 112 | 129 | .eps-button { |
| 130 | + display: -webkit-inline-box; | |
| 131 | + display: -ms-inline-flexbox; | |
| 113 | 132 | display: inline-flex; |
| 114 | 133 | --button-line-height: 16px; |
| 115 | 134 | --button-padding-y: 0.5em; |
| 116 | 135 | --button-padding-x: 1.5em; |
| 117 | - --button-primary-background-color: #F3BAFD; | |
| 118 | - --button-primary-hover-background-color: #F5D0FE; | |
| 119 | - --button-primary-active-background-color: #F3BAFD; | |
| 120 | - --button-primary-color: #0C0D0E; | |
| 121 | - --button-secondary-background-color: #69727D; | |
| 122 | - --button-secondary-hover-background-color: rgb(81.7173913043, 88.7217391304, 97.2826086957); | |
| 123 | - --button-secondary-active-background-color: rgb(58.4347826087, 63.4434782609, 69.5652173913); | |
| 124 | - --button-secondary-color: #ffffff; | |
| 125 | - --button-danger-background-color: #DC2626; | |
| 126 | - --button-danger-hover-background-color: rgb(178.25, 28.75, 28.75); | |
| 127 | - --button-danger-active-background-color: rgb(134.3333333333, 21.6666666667, 21.6666666667); | |
| 128 | - --button-danger-color: #ffffff; | |
| 129 | - --button-cta-background-color: #93003f; | |
| 130 | - --button-cta-hover-background-color: rgb(96, 0, 41.1428571429); | |
| 131 | - --button-cta-active-background-color: rgb(45, 0, 19.2857142857); | |
| 132 | - --button-cta-color: #ffffff; | |
| 133 | - --button-brand-background-color: #93003f; | |
| 134 | - --button-brand-hover-background-color: rgb(96, 0, 41.1428571429); | |
| 135 | - --button-brand-active-background-color: rgb(45, 0, 19.2857142857); | |
| 136 | - --button-brand-color: #ffffff; | |
| 137 | - --button-link-background-color: #515962; | |
| 138 | - --button-link-hover-background-color: rgb(57.9217877095, 63.6424581006, 70.0782122905); | |
| 139 | - --button-link-active-background-color: rgb(34.843575419, 38.2849162011, 42.156424581); | |
| 140 | - --button-link-color: #ffffff; | |
| 141 | - --button-disabled-background-color: #D5D8DC; | |
| 142 | - --button-disabled-hover-background-color: rgb(185.1818181818, 190.1688311688, 196.8181818182); | |
| 143 | - --button-disabled-active-background-color: rgb(157.3636363636, 164.3376623377, 173.6363636364); | |
| 144 | - --button-disabled-color: #ffffff; | |
| 136 | + --button-primary-background-color: #39b54a; | |
| 137 | + --button-primary-hover-background-color: #33a242; | |
| 138 | + --button-primary-active-background-color: #35a945; | |
| 139 | + --button-primary-color: #fff; | |
| 140 | + --button-secondary-background-color: #a4afb7; | |
| 141 | + --button-secondary-hover-background-color: #96a2ac; | |
| 142 | + --button-secondary-active-background-color: #9ba7b0; | |
| 143 | + --button-secondary-color: #fff; | |
| 144 | + --button-danger-background-color: #b01b1b; | |
| 145 | + --button-danger-hover-background-color: #9a1818; | |
| 146 | + --button-danger-active-background-color: #a31919; | |
| 147 | + --button-danger-color: #fff; | |
| 148 | + --button-cta-background-color: #93003F; | |
| 149 | + --button-cta-hover-background-color: #7a0034; | |
| 150 | + --button-cta-active-background-color: #840038; | |
| 151 | + --button-cta-color: #fff; | |
| 152 | + --button-link-background-color: #58d0f5; | |
| 153 | + --button-link-hover-background-color: #40c9f4; | |
| 154 | + --button-link-active-background-color: #4accf4; | |
| 155 | + --button-link-color: #fff; | |
| 156 | + --button-disabled-background-color: #c2cbd2; | |
| 157 | + --button-disabled-hover-background-color: #b3bec7; | |
| 158 | + --button-disabled-active-background-color: #b9c3cc; | |
| 159 | + --button-disabled-color: #fff; | |
| 145 | 160 | color: var(--button-background-color, currentColor); |
| 146 | 161 | font-size: var(--button-font-size, inherit); |
| 147 | 162 | font-weight: 500; |
| 148 | 163 | line-height: var(--button-line-height); |
| 149 | - transition: var(--e-a-transition-hover); | |
| 150 | 164 | cursor: pointer; |
| 151 | 165 | } |
| 152 | 166 | .eps-button:active { |
| 153 | 167 | --button-background-color: var(--button-active-background-color, transparent); |
| @@ -155,31 +169,27 @@ | ||
| 155 | 169 | .eps-button:hover { |
| 156 | 170 | --button-background-color: var(--button-hover-background-color); |
| 157 | 171 | } |
| 158 | 172 | .eps-theme-dark .eps-button { |
| 159 | - --button-primary-background-color: #F3BAFD; | |
| 160 | - --button-primary-color: #0C0D0E; | |
| 161 | - --button-primary-hover-background-color: #EB8EFB; | |
| 162 | - --button-primary-active-background-color: #F3BAFD; | |
| 163 | - --button-secondary-background-color: #BABFC5; | |
| 173 | + --button-primary-background-color: #39b54a; | |
| 174 | + --button-primary-color: #fff; | |
| 175 | + --button-primary-hover-background-color: #33a242; | |
| 176 | + --button-primary-active-background-color: #35a945; | |
| 177 | + --button-secondary-background-color: #b4b5b7; | |
| 164 | 178 | --button-secondary-color: #fff; |
| 165 | - --button-secondary-hover-background-color: rgb(158.2913385827, 165.2992125984, 173.7086614173); | |
| 166 | - --button-secondary-active-background-color: rgb(130.5826771654, 139.5984251969, 150.4173228346); | |
| 167 | - --button-cta-background-color: #93003f; | |
| 168 | - --button-cta-hover-background-color: rgb(96, 0, 41.1428571429); | |
| 169 | - --button-cta-active-background-color: rgb(45, 0, 19.2857142857); | |
| 179 | + --button-secondary-hover-background-color: #a7a8ab; | |
| 180 | + --button-secondary-active-background-color: #acadb0; | |
| 181 | + --button-cta-background-color: #93003F; | |
| 182 | + --button-cta-hover-background-color: #7a0034; | |
| 183 | + --button-cta-active-background-color: #840038; | |
| 170 | 184 | --button-cta-color: #fff; |
| 171 | - --button-brand-hover-background-color: rgb(96, 0, 41.1428571429); | |
| 172 | - --button-brand-active-background-color: rgb(45, 0, 19.2857142857); | |
| 173 | - --button-brand-color: #fff; | |
| 174 | - --button-brand-background-color: #93003f; | |
| 175 | - --button-link-background-color: #515962; | |
| 176 | - --button-link-hover-background-color: rgb(57.9217877095, 63.6424581006, 70.0782122905); | |
| 177 | - --button-link-active-background-color: rgb(34.843575419, 38.2849162011, 42.156424581); | |
| 178 | - --button-link-color: #ffffff; | |
| 179 | - --button-disabled-background-color: #69727D; | |
| 180 | - --button-disabled-hover-background-color: rgb(81.7173913043, 88.7217391304, 97.2826086957); | |
| 181 | - --button-disabled-active-background-color: rgb(58.4347826087, 63.4434782609, 69.5652173913); | |
| 185 | + --button-link-background-color: #58d0f5; | |
| 186 | + --button-link-hover-background-color: #40c9f4; | |
| 187 | + --button-link-active-background-color: #4accf4; | |
| 188 | + --button-link-color: #fff; | |
| 189 | + --button-disabled-background-color: #64666a; | |
| 190 | + --button-disabled-hover-background-color: #58595d; | |
| 191 | + --button-disabled-active-background-color: #5d5e62; | |
| 182 | 192 | --button-disabled-color: #fff; |
| 183 | 193 | } |
| 184 | 194 | .eps-button--contained { |
| 185 | 195 | color: var(--button-color); |
| @@ -227,14 +237,8 @@ | ||
| 227 | 237 | --button-hover-background-color: var(--button-danger-hover-background-color); |
| 228 | 238 | --button-active-background-color: var(--button-danger-active-background-color); |
| 229 | 239 | } |
| 230 | 240 | .eps-button--cta { |
| 231 | - --button-color: var(--button-brand-color); | |
| 232 | - --button-background-color: var(--button-cta-background-color); | |
| 233 | - --button-hover-background-color: var(--button-cta-hover-background-color); | |
| 234 | - --button-active-background-color: var(--button-cta-active-background-color); | |
| 235 | -} | |
| 236 | -.eps-button--brand { | |
| 237 | 241 | --button-color: var(--button-cta-color); |
| 238 | 242 | --button-background-color: var(--button-cta-background-color); |
| 239 | 243 | --button-hover-background-color: var(--button-cta-hover-background-color); |
| 240 | 244 | --button-active-background-color: var(--button-cta-active-background-color); |
| @@ -253,148 +257,118 @@ | ||
| 253 | 257 | cursor: default; |
| 254 | 258 | } |
| 255 | 259 | |
| 256 | 260 | :root { |
| 257 | - --app-background-color: #ffffff; | |
| 261 | + --app-background-color: #f1f3f5; | |
| 258 | 262 | --app-box-shadow-color: rgba(var(--box-shadow-color, rgba(0, 0, 0, 0.15)), 0.2); |
| 259 | - --app-header-color: #1f2124; | |
| 260 | - --app-logo-color: #ffffff; | |
| 261 | - --app-logo-background-color: #0C0D0E; | |
| 262 | - --app-title-color: #0C0D0E; | |
| 263 | - --app-header-buttons-separator-color: #9DA5AE; | |
| 264 | - --app-header-buttons-color: #515962; | |
| 265 | - --app-header-buttons-color-hover: #0C0D0E; | |
| 263 | + --app-header-background-color: #fff; | |
| 264 | + --app-header-color: #495157; | |
| 265 | + --app-sidebar-background-color: rgba(255, 255, 255, 0.5); | |
| 266 | + --app-header-buttons-separator-color: #d5dadf; | |
| 267 | + --app-header-buttons-color: #a4afb7; | |
| 266 | 268 | --app-lightbox-background-color: rgba(0, 0, 0, 0.8); |
| 267 | 269 | } |
| 268 | 270 | |
| 269 | 271 | .eps-theme-dark { |
| 270 | - --app-background-color: #1f2124; | |
| 272 | + --app-background-color: #34383c; | |
| 271 | 273 | --app-box-shadow-color: rgba(var(--box-shadow-color, rgba(0, 0, 0, 0.15)), 0.2); |
| 272 | - --app-header-color: #D5D8DC; | |
| 273 | - --app-logo-color: #0C0D0E; | |
| 274 | - --app-logo-background-color: #ffffff; | |
| 275 | - --app-title-color: #fff; | |
| 276 | - --app-header-buttons-separator-color: #818A96; | |
| 277 | - --app-header-buttons-color: #BABFC5; | |
| 278 | - --app-header-buttons-color-hover: #9DA5AE; | |
| 274 | + --app-header-background-color: #26292C; | |
| 275 | + --app-header-color: #e0e1e3; | |
| 276 | + --app-sidebar-background-color: #34383c; | |
| 277 | + --app-header-buttons-separator-color: #64666a; | |
| 278 | + --app-header-buttons-color: #b4b5b7; | |
| 279 | 279 | --app-lightbox-background-color: rgba(0, 0, 0, 0.8); |
| 280 | 280 | } |
| 281 | 281 | |
| 282 | 282 | :root { |
| 283 | - --text-muted: #BABFC5; | |
| 284 | - --disabled: #D5D8DC; | |
| 285 | - --light: #ffffff; | |
| 286 | - --dark: #000000; | |
| 287 | - --cta: #93003f; | |
| 288 | - --brand: #93003f; | |
| 289 | - --accent: #F3BAFD; | |
| 290 | - --primary: #93003f; | |
| 291 | - --primary-bg: #FAE8FF; | |
| 292 | - --secondary: #515962; | |
| 293 | - --info: #2563EB; | |
| 294 | - --info-bg: #F0F7FF; | |
| 295 | - --danger: #DC2626; | |
| 296 | - --danger-bg: #FEF1F4; | |
| 297 | - --success: #0A875A; | |
| 298 | - --success-bg: #F2FDF5; | |
| 299 | - --warning: #F59E0B; | |
| 300 | - --warning-bg: #FFFBEB; | |
| 301 | - --body-color: #515962; | |
| 302 | - --body-bg: #ffffff; | |
| 303 | - --link-color: #515962; | |
| 304 | - --link-hover-color: rgb(46.3826815642, 50.9636871508, 56.1173184358); | |
| 305 | - --hr-color: #E6E8EA; | |
| 283 | + --text-muted: #d5dadf; | |
| 284 | + --disabled: #c2cbd2; | |
| 285 | + --light: #fff; | |
| 286 | + --dark: #000; | |
| 287 | + --info: #58d0f5; | |
| 288 | + --cta: #93003F; | |
| 289 | + --danger: #b01b1b; | |
| 290 | + --success: #39b54a; | |
| 291 | + --warning: #fcb92c; | |
| 292 | + --body-color: #6d7882; | |
| 293 | + --link-color: #58d0f5; | |
| 294 | + --link-hover-color: #10bcf1; | |
| 295 | + --hr-color: #d5dadf; | |
| 306 | 296 | --box-shadow-color: theme-colors(dark); |
| 307 | - --display-1-color: #515962; | |
| 308 | - --display-2-color: #515962; | |
| 309 | - --display-3-color: #515962; | |
| 310 | - --display-4-color: #515962; | |
| 311 | - --h1-color: #515962; | |
| 312 | - --h2-color: #515962; | |
| 313 | - --h3-color: #515962; | |
| 314 | - --h4-color: #515962; | |
| 315 | - --h5-color: #515962; | |
| 316 | - --h6-color: #515962; | |
| 317 | - --text-base-color: #515962; | |
| 318 | - --text-xl-color: #515962; | |
| 319 | - --text-lg-color: #515962; | |
| 320 | - --text-sm-color: #515962; | |
| 321 | - --text-xs-color: #515962; | |
| 322 | - --text-xxs-color: #515962; | |
| 323 | - --gray-900: #0C0D0E; | |
| 324 | - --gray-800: #1f2124; | |
| 325 | - --gray-750: #2b2c31; | |
| 326 | - --gray-725: #333438; | |
| 327 | - --gray-700: #3f444b; | |
| 328 | - --gray-600: #515962; | |
| 329 | - --gray-500: #69727D; | |
| 330 | - --gray-400: #818A96; | |
| 331 | - --gray-300: #9DA5AE; | |
| 332 | - --gray-200: #BABFC5; | |
| 333 | - --gray-100: #D5D8DC; | |
| 334 | - --gray-75: #E6E8EA; | |
| 335 | - --gray-50: #F1F2F3; | |
| 336 | - --gray-25: #F9FAFA; | |
| 297 | + --display-1-color: #495157; | |
| 298 | + --display-2-color: #495157; | |
| 299 | + --display-3-color: #6d7882; | |
| 300 | + --display-4-color: #495157; | |
| 301 | + --h1-color: #6d7882; | |
| 302 | + --h2-color: #6d7882; | |
| 303 | + --h3-color: #495157; | |
| 304 | + --h4-color: #495157; | |
| 305 | + --h5-color: #495157; | |
| 306 | + --h6-color: #495157; | |
| 307 | + --text-base-color: #495157; | |
| 308 | + --text-xl-color: #495157; | |
| 309 | + --text-lg-color: #495157; | |
| 310 | + --text-sm-color: #495157; | |
| 311 | + --text-xs-color: #495157; | |
| 312 | + --text-xxs-color: #495157; | |
| 313 | + --gray-800: #495157; | |
| 314 | + --gray-700: #556068; | |
| 315 | + --gray-600: #6d7882; | |
| 316 | + --gray-500: #a4afb7; | |
| 317 | + --gray-400: #c2cbd2; | |
| 318 | + --gray-300: #d5dadf; | |
| 319 | + --gray-200: #f1f3f5; | |
| 320 | + --gray-100: #fcfcfc; | |
| 337 | 321 | } |
| 338 | 322 | |
| 339 | 323 | .eps-theme-dark { |
| 340 | - --text-muted: #818A96; | |
| 341 | - --disabled: #69727D; | |
| 324 | + --text-muted: #7d7e82; | |
| 325 | + --disabled: #64666a; | |
| 342 | 326 | --light: #fff; |
| 343 | 327 | --dark: #000; |
| 344 | - --accent: #524CFF; | |
| 345 | - --cta: #93003f; | |
| 346 | - --brand: #93003f; | |
| 328 | + --info: #58d0f5; | |
| 329 | + --accent: #58d0f5; | |
| 330 | + --danger: #F84343; | |
| 331 | + --cta: #93003F; | |
| 347 | 332 | --success: #39b54a; |
| 348 | - --success-bg: #032317; | |
| 349 | - --info: #0077CC; | |
| 350 | - --info-bg: #0A1A3D; | |
| 351 | 333 | --warning: #fcb92c; |
| 352 | - --warning-bg: #311808; | |
| 353 | - --danger: #F84343; | |
| 354 | - --danger-bg: #390A0A; | |
| 355 | - --body-color: #BABFC5; | |
| 356 | - --body-bg: #1f2124; | |
| 357 | - --link-color: #0077CC; | |
| 358 | - --link-hover-color: rgb(46.3826815642, 50.9636871508, 56.1173184358); | |
| 359 | - --hr-color: #333438; | |
| 334 | + --body-color: #e0e1e3; | |
| 335 | + --body-bg: #fff; | |
| 336 | + --link-color: #58d0f5; | |
| 337 | + --link-hover-color: #10bcf1; | |
| 338 | + --hr-color: #4c4f56; | |
| 360 | 339 | --box-shadow-color: rgba(0, 0, 0, 0.15); |
| 361 | - --display-1-color: #BABFC5; | |
| 362 | - --display-2-color: #BABFC5; | |
| 363 | - --display-3-color: #BABFC5; | |
| 364 | - --display-4-color: #BABFC5; | |
| 365 | - --h1-color: #BABFC5; | |
| 366 | - --h2-color: #BABFC5; | |
| 367 | - --h3-color: #BABFC5; | |
| 368 | - --h4-color: #BABFC5; | |
| 369 | - --h5-color: #BABFC5; | |
| 370 | - --h6-color: #BABFC5; | |
| 371 | - --text-base-color: #BABFC5; | |
| 372 | - --text-xl-color: #BABFC5; | |
| 373 | - --text-lg-color: #BABFC5; | |
| 374 | - --text-sm-color: #BABFC5; | |
| 375 | - --text-xs-color: #BABFC5; | |
| 376 | - --text-xxs-color: #BABFC5; | |
| 377 | - --gray-900: #0C0D0E; | |
| 378 | - --gray-800: #1f2124; | |
| 379 | - --gray-750: #2b2c31; | |
| 380 | - --gray-725: #333438; | |
| 381 | - --gray-700: #3f444b; | |
| 382 | - --gray-600: #515962; | |
| 383 | - --gray-500: #69727D; | |
| 384 | - --gray-400: #818A96; | |
| 385 | - --gray-300: #9DA5AE; | |
| 386 | - --gray-200: #BABFC5; | |
| 387 | - --gray-100: #D5D8DC; | |
| 388 | - --gray-75: #E6E8EA; | |
| 389 | - --gray-50: #F1F2F3; | |
| 390 | - --gray-25: #F9FAFA; | |
| 340 | + --display-1-color: #e0e1e3; | |
| 341 | + --display-2-color: #e0e1e3; | |
| 342 | + --display-3-color: #e0e1e3; | |
| 343 | + --display-4-color: #e0e1e3; | |
| 344 | + --h1-color: #e0e1e3; | |
| 345 | + --h2-color: #e0e1e3; | |
| 346 | + --h3-color: #e0e1e3; | |
| 347 | + --h4-color: #e0e1e3; | |
| 348 | + --h5-color: #e0e1e3; | |
| 349 | + --h6-color: #e0e1e3; | |
| 350 | + --text-base-color: #b4b5b7; | |
| 351 | + --text-xl-color: #b4b5b7; | |
| 352 | + --text-lg-color: #b4b5b7; | |
| 353 | + --text-sm-color: #b4b5b7; | |
| 354 | + --text-xs-color: #b4b5b7; | |
| 355 | + --text-xxs-color: #b4b5b7; | |
| 356 | + --gray-800: #26292C; | |
| 357 | + --gray-700: #34383c; | |
| 358 | + --gray-600: #404349; | |
| 359 | + --gray-500: #4c4f56; | |
| 360 | + --gray-400: #64666a; | |
| 361 | + --gray-300: #7d7e82; | |
| 362 | + --gray-200: #b4b5b7; | |
| 363 | + --gray-100: #e0e1e3; | |
| 391 | 364 | } |
| 392 | 365 | |
| 393 | 366 | *, |
| 394 | 367 | *::before, |
| 395 | 368 | *::after { |
| 396 | - box-sizing: border-box; | |
| 369 | + -webkit-box-sizing: border-box; | |
| 370 | + box-sizing: border-box; | |
| 397 | 371 | } |
| 398 | 372 | |
| 399 | 373 | html { |
| 400 | 374 | font-family: sans-serif; |
| @@ -413,11 +387,21 @@ | ||
| 413 | 387 | font-size: 0.875rem; |
| 414 | 388 | font-weight: 400; |
| 415 | 389 | line-height: 1.5; |
| 416 | 390 | color: var(--body-color); |
| 391 | + -webkit-font-smoothing: antialiased; | |
| 392 | + -moz-osx-font-smoothing: grayscale; | |
| 417 | 393 | background-color: var(--body-bg); |
| 418 | 394 | } |
| 419 | 395 | |
| 396 | +::-moz-selection { | |
| 397 | + background-color: rgba(147, 0, 63, 0.5); | |
| 398 | +} | |
| 399 | + | |
| 400 | +::selection { | |
| 401 | + background-color: rgba(147, 0, 63, 0.5); | |
| 402 | +} | |
| 403 | + | |
| 420 | 404 | [tabindex="-1"]:focus:not(:focus-visible) { |
| 421 | 405 | outline: 0 !important; |
| 422 | 406 | } |
| 423 | 407 | |
| @@ -429,9 +413,9 @@ | ||
| 429 | 413 | font-weight: normal; |
| 430 | 414 | } |
| 431 | 415 | |
| 432 | 416 | p { |
| 433 | - margin-block-start: 0; | |
| 417 | + margin-top: 0; | |
| 434 | 418 | } |
| 435 | 419 | |
| 436 | 420 | b, |
| 437 | 421 | strong { |
| @@ -489,9 +473,9 @@ | ||
| 489 | 473 | button { |
| 490 | 474 | border-radius: 0; |
| 491 | 475 | } |
| 492 | 476 | |
| 493 | -button:focus:not(:where([data-module=onboarding] *)) { | |
| 477 | +button:focus { | |
| 494 | 478 | outline: 1px dotted; |
| 495 | 479 | outline: 5px auto -webkit-focus-ring-color; |
| 496 | 480 | } |
| 497 | 481 | |
| @@ -528,10 +512,8 @@ | ||
| 528 | 512 | [type=button], |
| 529 | 513 | [type=reset], |
| 530 | 514 | [type=submit] { |
| 531 | 515 | -webkit-appearance: button; |
| 532 | - -moz-appearance: button; | |
| 533 | - appearance: button; | |
| 534 | 516 | } |
| 535 | 517 | |
| 536 | 518 | button:not(:disabled), |
| 537 | 519 | [type=button]:not(:disabled), |
| @@ -539,11 +521,20 @@ | ||
| 539 | 521 | [type=submit]:not(:disabled) { |
| 540 | 522 | cursor: pointer; |
| 541 | 523 | } |
| 542 | 524 | |
| 525 | +button::-moz-focus-inner, | |
| 526 | +[type=button]::-moz-focus-inner, | |
| 527 | +[type=reset]::-moz-focus-inner, | |
| 528 | +[type=submit]::-moz-focus-inner { | |
| 529 | + padding: 0; | |
| 530 | + border-style: none; | |
| 531 | +} | |
| 532 | + | |
| 543 | 533 | input[type=radio], |
| 544 | 534 | input[type=checkbox] { |
| 545 | - box-sizing: border-box; | |
| 535 | + -webkit-box-sizing: border-box; | |
| 536 | + box-sizing: border-box; | |
| 546 | 537 | padding: 0; |
| 547 | 538 | } |
| 548 | 539 | |
| 549 | 540 | textarea { |
| @@ -556,37 +547,37 @@ | ||
| 556 | 547 | } |
| 557 | 548 | |
| 558 | 549 | hr { |
| 559 | 550 | border: 0 none; |
| 560 | - border-block-end: 1px solid var(--hr-color); | |
| 551 | + border-bottom: 1px solid var(--hr-color); | |
| 561 | 552 | } |
| 562 | 553 | |
| 563 | 554 | .eps-display-1 { |
| 564 | 555 | font-size: 1.85rem; |
| 565 | 556 | color: var(--display-1-color); |
| 566 | - margin-block-start: 0.5rem; | |
| 567 | - margin-block-end: 0.5rem; | |
| 557 | + margin-top: 0.5rem; | |
| 558 | + margin-bottom: 0.5rem; | |
| 568 | 559 | } |
| 569 | 560 | |
| 570 | 561 | .eps-display-2 { |
| 571 | 562 | font-size: 1.85rem; |
| 572 | 563 | color: var(--display-2-color); |
| 573 | - margin-block-start: 0.5rem; | |
| 574 | - margin-block-end: 0.5rem; | |
| 564 | + margin-top: 0.5rem; | |
| 565 | + margin-bottom: 0.5rem; | |
| 575 | 566 | } |
| 576 | 567 | |
| 577 | 568 | .eps-display-3 { |
| 578 | 569 | font-size: 1.85rem; |
| 579 | 570 | color: var(--display-3-color); |
| 580 | - margin-block-start: 0; | |
| 581 | - margin-block-end: 1.25rem; | |
| 571 | + margin-top: 0; | |
| 572 | + margin-bottom: 1.25rem; | |
| 582 | 573 | } |
| 583 | 574 | |
| 584 | 575 | .eps-display-4 { |
| 585 | 576 | font-size: 1.85rem; |
| 586 | 577 | color: var(--display-4-color); |
| 587 | - margin-block-start: 0.5rem; | |
| 588 | - margin-block-end: 0.5rem; | |
| 578 | + margin-top: 0.5rem; | |
| 579 | + margin-bottom: 0.5rem; | |
| 589 | 580 | } |
| 590 | 581 | |
| 591 | 582 | h1, |
| 592 | 583 | .eps-h1 { |
| @@ -592,9 +583,9 @@ | ||
| 592 | 583 | .eps-h1 { |
| 593 | 584 | font-size: 1.625rem; |
| 594 | 585 | line-height: 1; |
| 595 | 586 | color: var(--h1-color); |
| 596 | - margin-block-end: 1.25rem; | |
| 587 | + margin-bottom: 1.25rem; | |
| 597 | 588 | font-weight: 500; |
| 598 | 589 | } |
| 599 | 590 | |
| 600 | 591 | h2, |
| @@ -601,10 +592,10 @@ | ||
| 601 | 592 | .eps-h2 { |
| 602 | 593 | font-size: 1.25rem; |
| 603 | 594 | line-height: 1.2; |
| 604 | 595 | color: var(--h2-color); |
| 605 | - margin-block-start: 0; | |
| 606 | - margin-block-end: 1.25rem; | |
| 596 | + margin-top: 0; | |
| 597 | + margin-bottom: 1.25rem; | |
| 607 | 598 | font-weight: 500; |
| 608 | 599 | } |
| 609 | 600 | |
| 610 | 601 | h3, |
| @@ -611,10 +602,10 @@ | ||
| 611 | 602 | .eps-h3 { |
| 612 | 603 | font-size: 1rem; |
| 613 | 604 | line-height: 1.2; |
| 614 | 605 | color: var(--h3-color); |
| 615 | - margin-block-start: 0; | |
| 616 | - margin-block-end: 0.5rem; | |
| 606 | + margin-top: 0; | |
| 607 | + margin-bottom: 0.5rem; | |
| 617 | 608 | font-weight: 500; |
| 618 | 609 | } |
| 619 | 610 | |
| 620 | 611 | h4, |
| @@ -620,10 +611,10 @@ | ||
| 620 | 611 | h4, |
| 621 | 612 | .eps-h4 { |
| 622 | 613 | font-size: 0.9375rem; |
| 623 | 614 | color: var(--h4-color); |
| 624 | - margin-block-start: 0; | |
| 625 | - margin-block-end: 0.5rem; | |
| 615 | + margin-top: 0; | |
| 616 | + margin-bottom: 0.5rem; | |
| 626 | 617 | } |
| 627 | 618 | |
| 628 | 619 | h5, |
| 629 | 620 | .eps-h5 { |
| @@ -628,10 +619,10 @@ | ||
| 628 | 619 | h5, |
| 629 | 620 | .eps-h5 { |
| 630 | 621 | font-size: 0.875rem; |
| 631 | 622 | color: var(--h5-color); |
| 632 | - margin-block-start: 0; | |
| 633 | - margin-block-end: 0.5rem; | |
| 623 | + margin-top: 0; | |
| 624 | + margin-bottom: 0.5rem; | |
| 634 | 625 | } |
| 635 | 626 | |
| 636 | 627 | h6, |
| 637 | 628 | .eps-h6 { |
| @@ -636,10 +627,10 @@ | ||
| 636 | 627 | h6, |
| 637 | 628 | .eps-h6 { |
| 638 | 629 | font-size: 0.875rem; |
| 639 | 630 | color: var(--h-6-color); |
| 640 | - margin-block-start: 0; | |
| 641 | - margin-block-end: 0.5rem; | |
| 631 | + margin-top: 0; | |
| 632 | + margin-bottom: 0.5rem; | |
| 642 | 633 | font-weight: 700; |
| 643 | 634 | } |
| 644 | 635 | |
| 645 | 636 | .eps-text-xxs { |
| @@ -685,33 +676,34 @@ | ||
| 685 | 676 | } |
| 686 | 677 | |
| 687 | 678 | .video-wrapper { |
| 688 | 679 | position: relative; |
| 689 | - padding-block-end: 56.25%; | |
| 680 | + padding-bottom: 56.25%; | |
| 690 | 681 | height: 0; |
| 691 | 682 | } |
| 692 | 683 | .video-wrapper iframe { |
| 693 | 684 | position: absolute; |
| 694 | - inset-block-start: 0; | |
| 695 | - inset-inline-start: 0; | |
| 685 | + top: 0; | |
| 686 | + left: 0; | |
| 696 | 687 | width: 100%; |
| 697 | 688 | height: 100%; |
| 698 | 689 | } |
| 699 | 690 | |
| 700 | 691 | .eps-separator { |
| 701 | - margin-block-end: 2.75rem; | |
| 692 | + margin-bottom: 2.75rem; | |
| 702 | 693 | } |
| 703 | 694 | |
| 704 | 695 | .eps-theme-dark { |
| 705 | - --e-app-back-button-color: #BABFC5; | |
| 696 | + --e-app-back-button-color: #b4b5b7; | |
| 706 | 697 | } |
| 707 | 698 | |
| 708 | 699 | .back-button, .e-app-back-button { |
| 709 | - --button-background-color: var(--e-app-back-button-color, #69727D); | |
| 710 | - margin-block-end: 1.5rem; | |
| 700 | + --button-background-color: var(--e-app-back-button-color, #a4afb7); | |
| 701 | + margin-bottom: 1.5rem; | |
| 711 | 702 | } |
| 712 | 703 | .back-button .eps-icon, .e-app-back-button .eps-icon { |
| 713 | - margin-inline-end: 0.3125rem; | |
| 704 | + -webkit-margin-end: 0.3125rem; | |
| 705 | + margin-inline-end: 0.3125rem; | |
| 714 | 706 | } |
| 715 | 707 | |
| 716 | 708 | .eps-theme-dark { |
| 717 | 709 | --input-border-color: --hr-color; |
| @@ -729,16 +721,22 @@ | ||
| 729 | 721 | width: 100%; |
| 730 | 722 | } |
| 731 | 723 | |
| 732 | 724 | .eps-app { |
| 725 | + display: -webkit-box; | |
| 726 | + display: -ms-flexbox; | |
| 733 | 727 | display: flex; |
| 734 | 728 | height: 100vh; |
| 735 | - flex-direction: column; | |
| 729 | + -webkit-box-orient: vertical; | |
| 730 | + -webkit-box-direction: normal; | |
| 731 | + -ms-flex-direction: column; | |
| 732 | + flex-direction: column; | |
| 736 | 733 | color: var(--body-color); |
| 737 | 734 | background-color: var(--app-background-color); |
| 738 | 735 | position: absolute; |
| 739 | 736 | border-radius: 0; |
| 740 | - box-shadow: 2px 8px 23px 3px var(--color-box-shadow-color); | |
| 737 | + -webkit-box-shadow: 2px 8px 23px 3px var(--color-box-shadow-color); | |
| 738 | + box-shadow: 2px 8px 23px 3px var(--color-box-shadow-color); | |
| 741 | 739 | overflow: hidden; |
| 742 | 740 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 743 | 741 | width: 100%; |
| 744 | 742 | max-width: 100%; |
| @@ -743,52 +741,73 @@ | ||
| 743 | 741 | width: 100%; |
| 744 | 742 | max-width: 100%; |
| 745 | 743 | } |
| 746 | 744 | .eps-app__lightbox { |
| 745 | + display: -webkit-box; | |
| 746 | + display: -ms-flexbox; | |
| 747 | 747 | display: flex; |
| 748 | - align-items: center; | |
| 749 | - justify-content: center; | |
| 748 | + -webkit-box-align: center; | |
| 749 | + -ms-flex-align: center; | |
| 750 | + align-items: center; | |
| 751 | + -webkit-box-pack: center; | |
| 752 | + -ms-flex-pack: center; | |
| 753 | + justify-content: center; | |
| 750 | 754 | position: fixed; |
| 751 | 755 | height: 100%; |
| 752 | 756 | width: 100%; |
| 753 | - inset-block-end: 0; | |
| 754 | - inset-inline-start: 0; | |
| 755 | 757 | background-color: var(--app-lightbox-background-color); |
| 756 | 758 | z-index: 1040; |
| 759 | + bottom: 0; | |
| 760 | + left: 0; | |
| 757 | 761 | } |
| 758 | 762 | .eps-app__header { |
| 759 | - flex-shrink: 0; | |
| 763 | + -ms-flex-negative: 0; | |
| 764 | + flex-shrink: 0; | |
| 760 | 765 | font-size: 0.9375rem; |
| 761 | - border-block-end: var(--e-a-border); | |
| 766 | + color: var(--app-header-color); | |
| 767 | + background-color: var(--app-header-background-color); | |
| 768 | + -webkit-box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 769 | + box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 762 | 770 | position: relative; |
| 763 | 771 | z-index: 3; |
| 764 | 772 | height: 3.125rem; |
| 765 | - padding-block: 0; | |
| 766 | - padding-inline: 1rem; | |
| 773 | + padding: 0 1rem; | |
| 767 | 774 | } |
| 768 | 775 | .eps-app__header-buttons { |
| 776 | + display: -webkit-box; | |
| 777 | + display: -ms-flexbox; | |
| 769 | 778 | display: flex; |
| 770 | - align-items: center; | |
| 771 | - flex-direction: row-reverse; | |
| 779 | + -webkit-box-align: center; | |
| 780 | + -ms-flex-align: center; | |
| 781 | + align-items: center; | |
| 782 | + -webkit-box-orient: horizontal; | |
| 783 | + -webkit-box-direction: reverse; | |
| 784 | + -ms-flex-direction: row-reverse; | |
| 785 | + flex-direction: row-reverse; | |
| 772 | 786 | font-size: 1.125rem; |
| 773 | 787 | } |
| 774 | 788 | .eps-app__header-btn { |
| 775 | - padding-inline-start: 1rem; | |
| 789 | + --button-background-color: var(--app-header-buttons-color); | |
| 790 | + -webkit-padding-start: 1rem; | |
| 791 | + padding-inline-start: 1rem; | |
| 776 | 792 | font-size: 1.125rem; |
| 777 | 793 | line-height: 1.25rem; |
| 778 | 794 | } |
| 779 | -.eps-app__header-btn:hover { | |
| 780 | - color: var(--app-header-buttons-color-hover); | |
| 781 | -} | |
| 782 | 795 | .eps-app__header-btn:first-child { |
| 783 | - border-inline-start: 1px solid var(--app-header-buttons-separator-color); | |
| 796 | + -webkit-border-start: 1px solid var(--app-header-buttons-separator-color); | |
| 797 | + border-inline-start: 1px solid var(--app-header-buttons-separator-color); | |
| 784 | 798 | } |
| 785 | 799 | .eps-app__header-btn:not(:first-child) { |
| 786 | - padding-inline-end: 1rem; | |
| 800 | + -webkit-padding-end: 1rem; | |
| 801 | + padding-inline-end: 1rem; | |
| 787 | 802 | } |
| 788 | 803 | .eps-app__logo-title-wrapper { |
| 804 | + display: -webkit-box; | |
| 805 | + display: -ms-flexbox; | |
| 789 | 806 | display: flex; |
| 790 | - align-items: center; | |
| 807 | + -webkit-box-align: center; | |
| 808 | + -ms-flex-align: center; | |
| 809 | + align-items: center; | |
| 791 | 810 | } |
| 792 | 811 | .eps-app__logo { |
| 793 | 812 | display: block; |
| 794 | 813 | width: 1.75rem; |
| @@ -794,39 +813,49 @@ | ||
| 794 | 813 | width: 1.75rem; |
| 795 | 814 | height: 1.75rem; |
| 796 | 815 | line-height: 1.75rem; |
| 797 | 816 | text-align: center; |
| 798 | - font-size: 1.75rem; | |
| 817 | + font-size: calc(0.4 * 1.75rem); | |
| 799 | 818 | border-radius: 50%; |
| 800 | - color: var(--app-logo-background-color); | |
| 819 | + color: #fff; | |
| 820 | + background-color: #93003F; | |
| 801 | 821 | } |
| 802 | 822 | .eps-app__logo:not(:last-child) { |
| 803 | - margin-inline-end: 0.625rem; | |
| 823 | + -webkit-margin-end: 0.625rem; | |
| 824 | + margin-inline-end: 0.625rem; | |
| 804 | 825 | } |
| 805 | 826 | .eps-app__title { |
| 806 | - color: var(--app-title-color); | |
| 807 | 827 | font-size: 0.9375rem; |
| 808 | 828 | font-weight: 700; |
| 809 | 829 | text-transform: uppercase; |
| 810 | - margin-block-end: 0; | |
| 830 | + margin-bottom: 0; | |
| 811 | 831 | } |
| 812 | 832 | .eps-app__main { |
| 833 | + display: -webkit-box; | |
| 834 | + display: -ms-flexbox; | |
| 813 | 835 | display: flex; |
| 814 | 836 | overflow: hidden; |
| 815 | - flex-grow: 1; | |
| 837 | + -webkit-box-flex: 1; | |
| 838 | + -ms-flex-positive: 1; | |
| 839 | + flex-grow: 1; | |
| 816 | 840 | } |
| 817 | 841 | .eps-app__sidebar { |
| 818 | 842 | background-color: var(--app-sidebar-background-color); |
| 819 | - padding-block-start: 1.25rem; | |
| 843 | + padding-top: 1.25rem; | |
| 820 | 844 | width: 30%; |
| 821 | 845 | max-width: 17.1875rem; |
| 822 | - border-inline-end: var(--e-a-border); | |
| 823 | - flex-grow: 0; | |
| 846 | + -webkit-box-flex: 0; | |
| 847 | + -ms-flex-positive: 0; | |
| 848 | + flex-grow: 0; | |
| 824 | 849 | overflow-y: auto; |
| 850 | + -webkit-box-shadow: 2px 8px 23px 3px var(--color-box-shadow-color); | |
| 851 | + box-shadow: 2px 8px 23px 3px var(--color-box-shadow-color); | |
| 825 | 852 | z-index: 4; |
| 826 | 853 | } |
| 827 | 854 | .eps-app__content { |
| 828 | - flex-grow: 1; | |
| 855 | + -webkit-box-flex: 1; | |
| 856 | + -ms-flex-positive: 1; | |
| 857 | + flex-grow: 1; | |
| 829 | 858 | position: relative; |
| 830 | 859 | padding: 2.75rem; |
| 831 | 860 | height: 100%; |
| 832 | 861 | overflow-y: auto; |
| @@ -836,13 +865,15 @@ | ||
| 836 | 865 | display: none; |
| 837 | 866 | } |
| 838 | 867 | |
| 839 | 868 | .e-app-drop-zone { |
| 840 | - --e-app-drop-zone-text-color: #69727D; | |
| 841 | - --e-app-drop-zone-secondary-text-color: #515962; | |
| 869 | + --e-app-drop-zone-icon-color: #c2cbd2; | |
| 870 | + --e-app-drop-zone-text-color: #a4afb7; | |
| 871 | + --e-app-drop-zone-secondary-text-color: #6d7882; | |
| 842 | 872 | } |
| 843 | 873 | .e-app-drop-zone__icon { |
| 844 | - margin-block-end: 2.75rem; | |
| 874 | + margin-bottom: 2.75rem; | |
| 875 | + color: var(--e-app-drop-zone-icon-color); | |
| 845 | 876 | font-size: 60px; |
| 846 | 877 | } |
| 847 | 878 | .e-app-drop-zone__text { |
| 848 | 879 | color: var(--e-app-drop-zone-text-color); |
| @@ -851,25 +882,27 @@ | ||
| 851 | 882 | color: var(--e-app-drop-zone-secondary-text-color); |
| 852 | 883 | } |
| 853 | 884 | |
| 854 | 885 | .eps-theme-dark .e-app-drop-zone { |
| 855 | - --e-app-drop-zone-text-color: #BABFC5; | |
| 856 | - --e-app-drop-zone-secondary-text-color: #D5D8DC; | |
| 886 | + --e-app-drop-zone-icon-color: #c2cbd2; | |
| 887 | + --e-app-drop-zone-text-color: #b4b5b7; | |
| 888 | + --e-app-drop-zone-secondary-text-color: #e0e1e3; | |
| 857 | 889 | } |
| 858 | 890 | |
| 859 | 891 | :root { |
| 860 | - --info-toggle-color: #9DA5AE; | |
| 861 | - --info-toggle-hover-color: #69727D; | |
| 892 | + --info-toggle-color: #d5dadf; | |
| 893 | + --info-toggle-hover-color: #a4afb7; | |
| 862 | 894 | } |
| 863 | 895 | |
| 864 | 896 | .eps-theme-dark { |
| 865 | 897 | --placeholder-filter: invert(0.8) sepia(1) saturate(0.2) hue-rotate(180deg) contrast(1.25) brightness(1.2); |
| 866 | - --info-toggle-color: #818A96; | |
| 867 | - --info-toggle-hover-color: #BABFC5; | |
| 898 | + --info-toggle-color: #64666a; | |
| 899 | + --info-toggle-hover-color: #b4b5b7; | |
| 868 | 900 | } |
| 869 | 901 | |
| 870 | 902 | .e-site-part .eps-card__image { |
| 871 | - filter: var(--placeholder-filter, none); | |
| 903 | + -webkit-filter: var(--placeholder-filter, none); | |
| 904 | + filter: var(--placeholder-filter, none); | |
| 872 | 905 | } |
| 873 | 906 | .e-site-part__info-toggle { |
| 874 | 907 | color: var(--info-toggle-color); |
| 875 | 908 | } |
| @@ -877,39 +910,43 @@ | ||
| 877 | 910 | --info-toggle-color: var(--info-toggle-hover-color); |
| 878 | 911 | } |
| 879 | 912 | |
| 880 | 913 | .e-site-editor__header { |
| 881 | - margin-block-end: 2.75rem; | |
| 882 | - border-block-end: 1px solid var(--hr-color); | |
| 914 | + margin-bottom: 2.75rem; | |
| 915 | + border-bottom: 1px solid var(--hr-color); | |
| 883 | 916 | } |
| 884 | 917 | |
| 885 | 918 | :root { |
| 886 | - --e-elementor-loader-color: #ffffff; | |
| 887 | - --e-elementor-loader-wrapper-color: #F9FAFA; | |
| 888 | - --e-elementor-loader-box-color: #E6E8EA; | |
| 919 | + --e-elementor-loader-container-background-color: #f1f3f5; | |
| 920 | + --e-elementor-loader-background-color: rgba(255, 255, 255, 0.9); | |
| 889 | 921 | } |
| 890 | 922 | |
| 891 | 923 | .eps-theme-dark { |
| 892 | - --e-elementor-loader-color: #1f2124; | |
| 893 | - --e-elementor-loader-wrapper-color: #2b2c31; | |
| 894 | - --e-elementor-loader-box-color: #3f444b; | |
| 924 | + --e-elementor-loader-container-background-color: #34383c; | |
| 925 | + --e-elementor-loader-background-color: #4c4f56; | |
| 895 | 926 | } |
| 896 | 927 | |
| 897 | 928 | .elementor-loading { |
| 898 | - background-color: var(--e-elementor-loader-color); | |
| 929 | + background-color: var(--e-elementor-loader-container-background-color); | |
| 899 | 930 | height: 100vh; |
| 900 | 931 | } |
| 901 | 932 | |
| 902 | 933 | .elementor-loader-wrapper { |
| 903 | 934 | position: absolute; |
| 904 | - inset-block-start: 50%; | |
| 905 | - inset-inline-start: 50%; | |
| 906 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 935 | + top: 50%; | |
| 936 | + left: 50%; | |
| 937 | + -webkit-transform: translate(-50%, -50%); | |
| 938 | + -ms-transform: translate(-50%, -50%); | |
| 939 | + transform: translate(-50%, -50%); | |
| 907 | 940 | width: 300px; |
| 941 | + display: -webkit-box; | |
| 942 | + display: -ms-flexbox; | |
| 908 | 943 | display: flex; |
| 909 | - flex-direction: column; | |
| 910 | - align-items: center; | |
| 911 | - gap: 30px; | |
| 944 | + -ms-flex-wrap: wrap; | |
| 945 | + flex-wrap: wrap; | |
| 946 | + -webkit-box-pack: center; | |
| 947 | + -ms-flex-pack: center; | |
| 948 | + justify-content: center; | |
| 912 | 949 | } |
| 913 | 950 | |
| 914 | 951 | .elementor-loader { |
| 915 | 952 | border-radius: 50%; |
| @@ -915,11 +952,13 @@ | ||
| 915 | 952 | border-radius: 50%; |
| 916 | 953 | padding: 40px; |
| 917 | 954 | height: 150px; |
| 918 | 955 | width: 150px; |
| 919 | - background-color: var(--e-elementor-loader-wrapper-color); | |
| 920 | - box-sizing: border-box; | |
| 921 | - box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 956 | + background-color: var(--e-elementor-loader-background-color); | |
| 957 | + -webkit-box-sizing: border-box; | |
| 958 | + box-sizing: border-box; | |
| 959 | + -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 960 | + box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 922 | 961 | } |
| 923 | 962 | |
| 924 | 963 | .elementor-loader-boxes { |
| 925 | 964 | height: 100%; |
| @@ -928,39 +967,44 @@ | ||
| 928 | 967 | } |
| 929 | 968 | |
| 930 | 969 | .elementor-loader-box { |
| 931 | 970 | position: absolute; |
| 932 | - background-color: var(--e-elementor-loader-box-color); | |
| 933 | - animation: load 1.8s linear infinite; | |
| 971 | + background-color: #d5dadf; | |
| 972 | + -webkit-animation: load 1.8s linear infinite; | |
| 973 | + animation: load 1.8s linear infinite; | |
| 934 | 974 | } |
| 935 | 975 | .elementor-loader-box:nth-of-type(1) { |
| 936 | 976 | width: 20%; |
| 937 | 977 | height: 100%; |
| 938 | - inset-block-start: 0; | |
| 939 | - inset-inline-start: 0; | |
| 978 | + left: 0; | |
| 979 | + top: 0; | |
| 940 | 980 | } |
| 941 | 981 | .elementor-loader-box:not(:nth-of-type(1)) { |
| 942 | - inset-inline-end: 0; | |
| 982 | + right: 0; | |
| 943 | 983 | height: 20%; |
| 944 | 984 | width: 60%; |
| 945 | 985 | } |
| 946 | 986 | .elementor-loader-box:nth-of-type(2) { |
| 947 | 987 | top: 0; |
| 948 | - animation-delay: calc(1.8s / 4 * -1); | |
| 988 | + -webkit-animation-delay: calc( 1.8s / 4 * -1 ); | |
| 989 | + animation-delay: calc( 1.8s / 4 * -1 ); | |
| 949 | 990 | } |
| 950 | 991 | .elementor-loader-box:nth-of-type(3) { |
| 951 | 992 | top: 40%; |
| 952 | - animation-delay: calc(1.8s / 4 * -2); | |
| 993 | + -webkit-animation-delay: calc( 1.8s / 4 * -2 ); | |
| 994 | + animation-delay: calc( 1.8s / 4 * -2 ); | |
| 953 | 995 | } |
| 954 | 996 | .elementor-loader-box:nth-of-type(4) { |
| 955 | 997 | bottom: 0; |
| 956 | - animation-delay: calc(1.8s / 4 * -3); | |
| 998 | + -webkit-animation-delay: calc( 1.8s / 4 * -3 ); | |
| 999 | + animation-delay: calc( 1.8s / 4 * -3 ); | |
| 957 | 1000 | } |
| 958 | 1001 | |
| 959 | 1002 | .elementor-loading-title { |
| 960 | - color: #9DA5AE; | |
| 1003 | + color: #a4afb7; | |
| 961 | 1004 | text-align: center; |
| 962 | 1005 | text-transform: uppercase; |
| 1006 | + margin-top: 30px; | |
| 963 | 1007 | letter-spacing: 7px; |
| 964 | 1008 | text-indent: 7px; |
| 965 | 1009 | font-size: 10px; |
| 966 | 1010 | width: 100%; |
| @@ -965,8 +1009,20 @@ | ||
| 965 | 1009 | font-size: 10px; |
| 966 | 1010 | width: 100%; |
| 967 | 1011 | } |
| 968 | 1012 | |
| 1013 | +@-webkit-keyframes load { | |
| 1014 | + 0% { | |
| 1015 | + opacity: 0.3; | |
| 1016 | + } | |
| 1017 | + 50% { | |
| 1018 | + opacity: 1; | |
| 1019 | + } | |
| 1020 | + 100% { | |
| 1021 | + opacity: 0.3; | |
| 1022 | + } | |
| 1023 | +} | |
| 1024 | + | |
| 969 | 1025 | @keyframes load { |
| 970 | 1026 | 0% { |
| 971 | 1027 | opacity: 0.3; |
| 972 | 1028 | } |
| @@ -977,50 +1033,60 @@ | ||
| 977 | 1033 | opacity: 0.3; |
| 978 | 1034 | } |
| 979 | 1035 | } |
| 980 | 1036 | .eps-menu__title { |
| 981 | - margin-block-start: 2.75rem; | |
| 982 | - margin-block-end: 1rem; | |
| 1037 | + margin-top: 2.75rem; | |
| 1038 | + margin-bottom: 1rem; | |
| 983 | 1039 | } |
| 984 | 1040 | |
| 985 | 1041 | .e-app-import { |
| 986 | - --e-app-import-back-to-library-color: #69727D; | |
| 987 | - padding-block-end: 1.25rem; | |
| 1042 | + --e-app-import-back-to-library-color: #a4afb7; | |
| 1043 | + padding-bottom: 1.25rem; | |
| 988 | 1044 | } |
| 989 | 1045 | .e-app-import__drop-zone { |
| 990 | - margin-block-start: 1.25rem; | |
| 1046 | + margin-top: 1.25rem; | |
| 991 | 1047 | } |
| 992 | 1048 | .e-app-import__back-to-library { |
| 993 | 1049 | color: var(--e-app-import-back-to-library-color); |
| 994 | - margin-block-end: 1.5rem; | |
| 1050 | + margin-bottom: 1.5rem; | |
| 995 | 1051 | } |
| 996 | 1052 | .e-app-import__back-to-library > i { |
| 997 | - margin-inline-end: 0.5rem; | |
| 1053 | + -webkit-margin-end: 0.5rem; | |
| 1054 | + margin-inline-end: 0.5rem; | |
| 998 | 1055 | } |
| 999 | 1056 | |
| 1000 | 1057 | .eps-theme-dark .e-app-import { |
| 1001 | - --e-app-import-back-to-library-color: #BABFC5; | |
| 1058 | + --e-app-import-back-to-library-color: #b4b5b7; | |
| 1002 | 1059 | } |
| 1003 | 1060 | |
| 1004 | 1061 | .e-site-editor__promotion-overlay__link { |
| 1062 | + display: -webkit-box; | |
| 1063 | + display: -ms-flexbox; | |
| 1005 | 1064 | display: flex; |
| 1006 | 1065 | width: 100%; |
| 1007 | 1066 | height: 100%; |
| 1008 | - align-items: center; | |
| 1009 | - justify-content: center; | |
| 1010 | - flex-direction: column; | |
| 1067 | + -webkit-box-align: center; | |
| 1068 | + -ms-flex-align: center; | |
| 1069 | + align-items: center; | |
| 1070 | + -webkit-box-pack: center; | |
| 1071 | + -ms-flex-pack: center; | |
| 1072 | + justify-content: center; | |
| 1073 | + -webkit-box-orient: vertical; | |
| 1074 | + -webkit-box-direction: normal; | |
| 1075 | + -ms-flex-direction: column; | |
| 1076 | + flex-direction: column; | |
| 1011 | 1077 | text-decoration: none; |
| 1012 | 1078 | } |
| 1013 | 1079 | .e-site-editor__promotion-overlay__icon { |
| 1014 | 1080 | font-size: 1.25rem; |
| 1015 | - color: #ffffff; | |
| 1016 | - margin-block-end: 1rem; | |
| 1081 | + color: #fff; | |
| 1082 | + margin-bottom: 1rem; | |
| 1017 | 1083 | } |
| 1018 | 1084 | |
| 1019 | 1085 | .e-app-import-export-wizard-step { |
| 1020 | - --e-app-import-export-wizard-step-icon-color: #818A96; | |
| 1021 | - --e-app-import-export-wizard-step-text-color: #69727D; | |
| 1022 | - --e-app-import-export-wizard-step-block-end-text-color: #69727D; | |
| 1086 | + --e-app-import-export-wizard-step-icon-color: #c2cbd2; | |
| 1087 | + --e-app-import-export-wizard-step-text-color: #a4afb7; | |
| 1088 | + --e-app-import-export-wizard-step-bottom-text-color: #a4afb7; | |
| 1023 | 1089 | height: 100%; |
| 1024 | 1090 | position: relative; |
| 1025 | 1091 | text-align: center; |
| 1026 | 1092 | } |
| @@ -1035,42 +1101,44 @@ | ||
| 1035 | 1101 | .e-app-import-export-wizard-step__icon.eicon-loading { |
| 1036 | 1102 | font-size: 1.85rem; |
| 1037 | 1103 | } |
| 1038 | 1104 | .e-app-import-export-wizard-step__heading { |
| 1039 | - margin-block-end: 1.5rem; | |
| 1105 | + margin-bottom: 1.5rem; | |
| 1040 | 1106 | } |
| 1041 | 1107 | .e-app-import-export-wizard-step__description, .e-app-import-export-wizard-step__info { |
| 1042 | 1108 | color: var(--e-app-import-export-wizard-step-text-color); |
| 1043 | 1109 | } |
| 1044 | 1110 | .e-app-import-export-wizard-step__info { |
| 1045 | - margin-block-start: 1.5rem; | |
| 1111 | + margin-top: 1.5rem; | |
| 1046 | 1112 | } |
| 1047 | 1113 | .e-app-import-export-wizard-step__content { |
| 1048 | 1114 | text-align: initial; |
| 1049 | - margin-block-end: 1.25rem; | |
| 1115 | + margin-bottom: 1.25rem; | |
| 1050 | 1116 | } |
| 1051 | 1117 | .e-app-import-export-wizard-step__notice { |
| 1052 | 1118 | display: block; |
| 1053 | 1119 | position: sticky; |
| 1054 | - inset-block-start: 100%; /* Will prevent text overlapping when window height is too short. */ | |
| 1055 | - color: var(--e-app-import-export-wizard-step-block-end-text-color); | |
| 1120 | + top: 100%; /* Will prevent text overlapping when window height is too short. */ | |
| 1121 | + color: var(--e-app-import-export-wizard-step-bottom-text-color); | |
| 1056 | 1122 | font-style: italic; |
| 1057 | - margin-block-end: 0; | |
| 1123 | + margin-bottom: 0; | |
| 1058 | 1124 | } |
| 1059 | 1125 | |
| 1060 | 1126 | .eps-theme-dark .e-app-import-export-wizard-step { |
| 1061 | - --e-app-import-export-wizard-step-icon-color: #818A96; | |
| 1062 | - --e-app-import-export-wizard-step-text-color: #BABFC5; | |
| 1063 | - --e-app-import-export-wizard-step-block-end-text-color: #BABFC5; | |
| 1127 | + --e-app-import-export-wizard-step-icon-color: #64666a; | |
| 1128 | + --e-app-import-export-wizard-step-text-color: #b4b5b7; | |
| 1129 | + --e-app-import-export-wizard-step-bottom-text-color: #b4b5b7; | |
| 1064 | 1130 | } |
| 1065 | 1131 | |
| 1066 | 1132 | .e-app-import-export-page-header { |
| 1067 | - --e-app-import-export-page-header-heading-color: #515962; | |
| 1068 | - --e-app-import-export-page-header-description-color: #69727D; | |
| 1069 | - margin-block-end: 2.75rem; | |
| 1133 | + --e-app-import-export-page-header-border-bottom-color: #d5dadf; | |
| 1134 | + --e-app-import-export-page-header-heading-color: #6d7882; | |
| 1135 | + --e-app-import-export-page-header-description-color: #a4afb7; | |
| 1136 | + border-bottom: 1px solid var(--e-app-import-export-page-header-border-bottom-color); | |
| 1137 | + margin-bottom: 2.75rem; | |
| 1070 | 1138 | } |
| 1071 | 1139 | .e-app-import-export-page-header__content-wrapper { |
| 1072 | - max-width: 655px; | |
| 1140 | + max-width: 645px; | |
| 1073 | 1141 | } |
| 1074 | 1142 | .e-app-import-export-page-header__heading { |
| 1075 | 1143 | color: var(--e-app-import-export-page-header-heading-color); |
| 1076 | 1144 | } |
| @@ -1075,24 +1143,26 @@ | ||
| 1075 | 1143 | color: var(--e-app-import-export-page-header-heading-color); |
| 1076 | 1144 | } |
| 1077 | 1145 | .e-app-import-export-page-header__description { |
| 1078 | 1146 | color: var(--e-app-import-export-page-header-description-color); |
| 1079 | - margin-block-start: 1.25rem; | |
| 1147 | + margin-top: 1.25rem; | |
| 1080 | 1148 | } |
| 1081 | 1149 | |
| 1082 | 1150 | .eps-theme-dark .e-app-import-export-page-header { |
| 1083 | - --e-app-import-export-page-header-heading-color: #D5D8DC; | |
| 1084 | - --e-app-import-export-page-header-description-color: #D5D8DC; | |
| 1151 | + --e-app-import-export-page-header-border-bottom-color: #4c4f56; | |
| 1152 | + --e-app-import-export-page-header-heading-color: #e0e1e3; | |
| 1153 | + --e-app-import-export-page-header-description-color: #e0e1e3; | |
| 1085 | 1154 | } |
| 1086 | 1155 | |
| 1087 | 1156 | .e-app-export-kit-content { |
| 1088 | - --e-app-export-kit-content-title-color: #3f444b; | |
| 1089 | - --e-app-export-kit-content-description-color: #515962; | |
| 1090 | - --e-app-export-kit-content-sm-notice-color: #BABFC5; | |
| 1157 | + --e-app-export-kit-content-title-color: #556068; | |
| 1158 | + --e-app-export-kit-content-description-color: #6d7882; | |
| 1091 | 1159 | } |
| 1092 | 1160 | .e-app-export-kit-content__checkbox { |
| 1093 | - flex-shrink: 0; | |
| 1094 | - margin-inline-end: 0.75rem; | |
| 1161 | + -ms-flex-negative: 0; | |
| 1162 | + flex-shrink: 0; | |
| 1163 | + -webkit-margin-end: 0.75rem; | |
| 1164 | + margin-inline-end: 0.75rem; | |
| 1095 | 1165 | } |
| 1096 | 1166 | .e-app-export-kit-content__title { |
| 1097 | 1167 | color: var(--e-app-export-kit-content-title-color); |
| 1098 | 1168 | } |
| @@ -1097,43 +1167,43 @@ | ||
| 1097 | 1167 | color: var(--e-app-export-kit-content-title-color); |
| 1098 | 1168 | } |
| 1099 | 1169 | .e-app-export-kit-content__description { |
| 1100 | 1170 | color: var(--e-app-export-kit-content-description-color); |
| 1101 | - margin-inline-end: 1.25rem; | |
| 1171 | + -webkit-margin-end: 1.25rem; | |
| 1172 | + margin-inline-end: 1.25rem; | |
| 1102 | 1173 | } |
| 1103 | 1174 | .e-app-export-kit-content__notice { |
| 1104 | - margin-block-start: 1rem; | |
| 1175 | + margin-top: 1rem; | |
| 1105 | 1176 | } |
| 1106 | 1177 | .e-app-export-kit-content__small-notice { |
| 1107 | 1178 | font-style: italic; |
| 1108 | - color: var(--e-app-export-kit-content-sm-notice-color); | |
| 1179 | + color: var(--e-app-export-kit-content-description-color); | |
| 1109 | 1180 | } |
| 1110 | 1181 | |
| 1111 | 1182 | .eps-theme-dark .e-app-export-kit-content { |
| 1112 | - --e-app-export-kit-content-title-color: #D5D8DC; | |
| 1113 | - --e-app-export-kit-content-description-color: #BABFC5; | |
| 1114 | - --e-app-export-kit-content-sm-notice-color: #818A96; | |
| 1183 | + --e-app-export-kit-content-title-color: #e0e1e3; | |
| 1184 | + --e-app-export-kit-content-description-color: #b4b5b7; | |
| 1115 | 1185 | } |
| 1116 | 1186 | |
| 1117 | 1187 | .e-app-wizard-footer { |
| 1118 | - --e-app-wizard-footer-border-color: #E6E8EA; | |
| 1188 | + --e-app-wizard-footer-border-color: #d5dadf; | |
| 1119 | 1189 | padding: 0.5rem; |
| 1120 | 1190 | } |
| 1121 | 1191 | .e-app-wizard-footer__separator { |
| 1122 | - border-block-start: 1px solid var(--e-app-wizard-footer-border-color); | |
| 1192 | + border-top: 1px solid var(--e-app-wizard-footer-border-color); | |
| 1123 | 1193 | } |
| 1124 | 1194 | |
| 1125 | 1195 | .eps-theme-dark .e-app-wizard-footer { |
| 1126 | - --e-app-wizard-footer-border-color: #333438; | |
| 1196 | + --e-app-wizard-footer-border-color: #4c4f56; | |
| 1127 | 1197 | } |
| 1128 | 1198 | |
| 1129 | 1199 | .e-app-export-templates-features__locked { |
| 1130 | - --e-app-export-templates-features-locked-color: #69727D; | |
| 1200 | + --e-app-export-templates-features-locked-color: #a4afb7; | |
| 1131 | 1201 | color: var(--e-app-export-templates-features-locked-color); |
| 1132 | 1202 | } |
| 1133 | 1203 | |
| 1134 | 1204 | .eps-theme-dark .e-app-export-templates-features__locked { |
| 1135 | - --e-app-export-templates-features-locked-color: #9DA5AE; | |
| 1205 | + --e-app-export-templates-features-locked-color: #7d7e82; | |
| 1136 | 1206 | } |
| 1137 | 1207 | |
| 1138 | 1208 | :root { |
| 1139 | 1209 | --color-box-shadow-color: rgba(0, 0, 0, 0.05); |
| @@ -1143,55 +1213,66 @@ | ||
| 1143 | 1213 | --color-box-shadow-color: rgba(0, 0, 0, 0.1); |
| 1144 | 1214 | } |
| 1145 | 1215 | |
| 1146 | 1216 | :root { |
| 1147 | - --card-background-color-hover: #ffffff; | |
| 1148 | - --card-border: 1px solid #D5D8DC; | |
| 1149 | - --card-header-footer-border: 1px solid var(--e-a-border-color); | |
| 1150 | - --card-header-footer-active-border: 2px solid #BABFC5; | |
| 1151 | - --card-headline-color: #515962; | |
| 1152 | - --card-figure-background-color: #BABFC5; | |
| 1217 | + --card-background-color: rgba(255, 255, 255, 0.5); | |
| 1218 | + --card-background-color-hover: #fff; | |
| 1219 | + --card-box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 1220 | + --card-header-footer-border: 1px solid #f1f3f5; | |
| 1221 | + --card-header-footer-active-border: 2px solid #e2e6ea; | |
| 1222 | + --card-headline-color: #6d7882; | |
| 1223 | + --card-figure-background-color: #f1f3f5; | |
| 1153 | 1224 | --card-image-overlay-background-color: rgba(0, 0, 0, 0.2); |
| 1154 | 1225 | } |
| 1155 | 1226 | |
| 1156 | 1227 | .eps-theme-dark { |
| 1157 | - --card-background-color-hover: #2b2c31; | |
| 1158 | - --card-border: 1px solid #333438; | |
| 1159 | - --card-header-footer-border: 1px solid #333438; | |
| 1160 | - --card-header-footer-active-border: 1px solid #1f2124; | |
| 1161 | - --card-headline-color: #D5D8DC; | |
| 1162 | - --card-figure-background-color: #3f444b; | |
| 1163 | - --card-image-overlay-background-color: rgba(63, 68, 75, 0.5); | |
| 1228 | + --card-background-color: #404349; | |
| 1229 | + --card-background-color-hover: rgba(76, 79, 86, 0.8); | |
| 1230 | + --card-box-shadow: 0 3px 6px var(--color-box-shadow-color); | |
| 1231 | + --card-header-footer-border: 1px solid #34383c; | |
| 1232 | + --card-header-footer-active-border: 1px solid #26292C; | |
| 1233 | + --card-headline-color: #e0e1e3; | |
| 1234 | + --card-figure-background-color: #34383c; | |
| 1235 | + --card-image-overlay-background-color: rgba(52, 56, 60, 0.5); | |
| 1164 | 1236 | } |
| 1165 | 1237 | |
| 1166 | 1238 | .eps-card { |
| 1167 | - border: var(--card-border); | |
| 1239 | + background-color: var(--card-background-color); | |
| 1240 | + -webkit-box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 1241 | + box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 1168 | 1242 | border-radius: 0.1875rem; |
| 1243 | + -webkit-transition: 0.3s; | |
| 1244 | + -o-transition: 0.3s; | |
| 1169 | 1245 | transition: 0.3s; |
| 1170 | 1246 | font-size: 0.75rem; |
| 1247 | + /* | |
| 1248 | + todo: TBD: Optionally remove headline styling in favor of a global atom depending on variation needs | |
| 1249 | + */ | |
| 1171 | 1250 | } |
| 1172 | 1251 | .eps-card__header { |
| 1173 | 1252 | padding: 0.625rem; |
| 1174 | - border-block-end: var(--card-header-footer-border); | |
| 1253 | + border-bottom: var(--card-header-footer-border); | |
| 1175 | 1254 | min-height: 2.5rem; |
| 1255 | + display: -webkit-box; | |
| 1256 | + display: -ms-flexbox; | |
| 1176 | 1257 | display: flex; |
| 1177 | - align-items: center; | |
| 1258 | + -webkit-box-align: center; | |
| 1259 | + -ms-flex-align: center; | |
| 1260 | + align-items: center; | |
| 1178 | 1261 | } |
| 1179 | 1262 | .eps-card__header--padding { |
| 1180 | 1263 | padding: var(--eps-card-header-padding); |
| 1181 | 1264 | } |
| 1182 | -.eps-card { | |
| 1183 | - /* | |
| 1184 | - todo: TBD: Optionally remove headline styling in favor of a global atom depending on variation needs | |
| 1185 | - */ | |
| 1186 | -} | |
| 1187 | 1265 | .eps-card__headline { |
| 1188 | 1266 | color: var(--card-headline-color); |
| 1189 | - margin-block-end: 0; | |
| 1267 | + margin-bottom: 0; | |
| 1190 | 1268 | font-weight: 500; |
| 1191 | - flex-grow: 1; | |
| 1269 | + -webkit-box-flex: 1; | |
| 1270 | + -ms-flex-positive: 1; | |
| 1271 | + flex-grow: 1; | |
| 1192 | 1272 | overflow: hidden; |
| 1193 | - text-overflow: ellipsis; | |
| 1273 | + -o-text-overflow: ellipsis; | |
| 1274 | + text-overflow: ellipsis; | |
| 1194 | 1275 | white-space: nowrap; |
| 1195 | 1276 | } |
| 1196 | 1277 | .eps-card__body { |
| 1197 | 1278 | padding: 0.625rem 0.625rem; |
| @@ -1201,9 +1282,9 @@ | ||
| 1201 | 1282 | } |
| 1202 | 1283 | .eps-card__figure { |
| 1203 | 1284 | background-color: var(--card-figure-background-color); |
| 1204 | 1285 | position: relative; |
| 1205 | - padding-block-end: var(--card-image-aspect-ratio, 95.6%); | |
| 1286 | + padding-bottom: var(--card-image-aspect-ratio, 95.6%); | |
| 1206 | 1287 | overflow: hidden; |
| 1207 | 1288 | height: 0; |
| 1208 | 1289 | } |
| 1209 | 1290 | .eps-card__image { |
| @@ -1212,19 +1293,21 @@ | ||
| 1212 | 1293 | object-fit: contain; |
| 1213 | 1294 | -o-object-position: top; |
| 1214 | 1295 | object-position: top; |
| 1215 | 1296 | position: absolute; |
| 1216 | - inset-block-start: 0; | |
| 1217 | - inset-inline-start: 0; | |
| 1297 | + top: 0; | |
| 1298 | + left: 0; | |
| 1218 | 1299 | } |
| 1219 | 1300 | .eps-card__image-overlay { |
| 1220 | 1301 | position: absolute; |
| 1221 | - inset-block-start: 0; | |
| 1302 | + top: 0; | |
| 1222 | 1303 | background-color: var(--card-image-overlay-background-color); |
| 1223 | 1304 | z-index: 1; |
| 1224 | 1305 | width: 100%; |
| 1225 | 1306 | height: 100%; |
| 1226 | 1307 | opacity: 0; |
| 1308 | + -webkit-transition: 0.3s; | |
| 1309 | + -o-transition: 0.3s; | |
| 1227 | 1310 | transition: 0.3s; |
| 1228 | 1311 | } |
| 1229 | 1312 | .eps-card__image-overlay:hover { |
| 1230 | 1313 | opacity: 1; |
| @@ -1230,37 +1313,44 @@ | ||
| 1230 | 1313 | opacity: 1; |
| 1231 | 1314 | } |
| 1232 | 1315 | .eps-card__footer { |
| 1233 | 1316 | padding: 0.625rem; |
| 1234 | - border-block-start: var(--card-header-footer-border); | |
| 1317 | + border-top: var(--card-header-footer-border); | |
| 1235 | 1318 | font-size: 0.6875rem; |
| 1236 | 1319 | } |
| 1237 | 1320 | .eps-card__footer--padding { |
| 1238 | 1321 | padding: var(--eps-card-footer-padding); |
| 1239 | 1322 | } |
| 1323 | +.eps-card:hover { | |
| 1324 | + background-color: var(--card-background-color-hover); | |
| 1325 | +} | |
| 1240 | 1326 | |
| 1241 | 1327 | :root { |
| 1242 | - --menu-item-color: #515962; | |
| 1243 | - --menu-item-color-hover: #3f444b; | |
| 1244 | - --menu-item-color-active: #0C0D0E; | |
| 1245 | - --menu-item-background-color-hover: #F9FAFA; | |
| 1246 | - --menu-item-background-color-active: #E6E8EA; | |
| 1247 | - --menu-item-action-button-color: #9DA5AE; | |
| 1328 | + --menu-item-color: #6d7882; | |
| 1329 | + --menu-item-color-hover: #556068; | |
| 1330 | + --menu-item-background-color-active: #fff; | |
| 1331 | + --menu-item-icon-color: #a4afb7; | |
| 1332 | + --menu-item-action-button-color: #d5dadf; | |
| 1248 | 1333 | } |
| 1249 | 1334 | |
| 1250 | 1335 | .eps-theme-dark { |
| 1251 | - --menu-item-color: #D5D8DC; | |
| 1252 | - --menu-item-color-hover: #BABFC5; | |
| 1253 | - --menu-item-color-active: #9DA5AE; | |
| 1254 | - --menu-item-background-color-hover: #2b2c31; | |
| 1255 | - --menu-item-background-color-active: #333438; | |
| 1256 | - --menu-item-action-button-color: #818A96; | |
| 1336 | + --menu-item-color: #e0e1e3; | |
| 1337 | + --menu-item-color-hover: #e0e1e3; | |
| 1338 | + --menu-item-background-color-active: #404349; | |
| 1339 | + --menu-item-icon-color: #b4b5b7; | |
| 1340 | + --menu-item-action-button-color: #64666a; | |
| 1257 | 1341 | } |
| 1258 | 1342 | |
| 1259 | 1343 | .eps-menu-item { |
| 1344 | + display: -webkit-box; | |
| 1345 | + display: -ms-flexbox; | |
| 1260 | 1346 | display: flex; |
| 1261 | - align-items: center; | |
| 1347 | + -webkit-box-align: center; | |
| 1348 | + -ms-flex-align: center; | |
| 1349 | + align-items: center; | |
| 1262 | 1350 | position: relative; |
| 1351 | + -webkit-transition: 0.3s; | |
| 1352 | + -o-transition: 0.3s; | |
| 1263 | 1353 | transition: 0.3s; |
| 1264 | 1354 | --action-button-opacity: 0; |
| 1265 | 1355 | } |
| 1266 | 1356 | .eps-menu-item::before { |
| @@ -1266,24 +1356,24 @@ | ||
| 1266 | 1356 | .eps-menu-item::before { |
| 1267 | 1357 | content: ""; |
| 1268 | 1358 | display: block; |
| 1269 | 1359 | position: absolute; |
| 1270 | - inset-block-start: 0; | |
| 1360 | + top: 0; | |
| 1271 | 1361 | inset-inline-start: 0; |
| 1272 | 1362 | height: 100%; |
| 1273 | 1363 | width: var(--menu-item-pointer-width); |
| 1274 | - background-color: #0C0D0E; | |
| 1364 | + background-color: #58d0f5; | |
| 1275 | 1365 | } |
| 1276 | -.eps-menu-item:hover:not(.eps-menu-item--active) { | |
| 1277 | - background-color: var(--menu-item-background-color-hover); | |
| 1366 | +.eps-menu-item:hover { | |
| 1278 | 1367 | --action-button-opacity: 1; |
| 1368 | +} | |
| 1369 | +.eps-menu-item:hover, .eps-menu-item--active { | |
| 1279 | 1370 | --menu-item-color: var(--menu-item-color-hover); |
| 1280 | 1371 | --eps-link-color: var(--menu-item-color-hover); |
| 1372 | + --menu-item-icon-color: #58d0f5; | |
| 1281 | 1373 | } |
| 1282 | 1374 | .eps-menu-item--active { |
| 1283 | 1375 | background-color: var(--menu-item-background-color-active); |
| 1284 | - --menu-item-color: var(--menu-item-color-active); | |
| 1285 | - --eps-link-color: var(--menu-item-color-active); | |
| 1286 | 1376 | } |
| 1287 | 1377 | .eps-menu-item__link { |
| 1288 | 1378 | padding: 0.5rem 1.875rem; |
| 1289 | 1379 | min-height: 2.75rem; |
| @@ -1288,44 +1378,67 @@ | ||
| 1288 | 1378 | padding: 0.5rem 1.875rem; |
| 1289 | 1379 | min-height: 2.75rem; |
| 1290 | 1380 | font-size: 0.75rem; |
| 1291 | 1381 | line-height: 1.2; |
| 1292 | - flex-grow: 1; | |
| 1382 | + -webkit-box-flex: 1; | |
| 1383 | + -ms-flex-positive: 1; | |
| 1384 | + flex-grow: 1; | |
| 1385 | + display: -webkit-box; | |
| 1386 | + display: -ms-flexbox; | |
| 1293 | 1387 | display: flex; |
| 1294 | - align-items: center; | |
| 1388 | + -webkit-box-align: center; | |
| 1389 | + -ms-flex-align: center; | |
| 1390 | + align-items: center; | |
| 1295 | 1391 | color: var(--menu-item-color); |
| 1296 | 1392 | --eps-link-color: var(--menu-item-color); |
| 1297 | 1393 | } |
| 1298 | 1394 | .eps-menu-item__link:not(:last-child) { |
| 1299 | - padding-inline-end: 0; | |
| 1395 | + -webkit-padding-end: 0; | |
| 1396 | + padding-inline-end: 0; | |
| 1300 | 1397 | } |
| 1301 | 1398 | .eps-menu-item__link .eps-icon { |
| 1302 | 1399 | font-size: 1.125rem; |
| 1303 | - margin-inline-end: 0.75rem; | |
| 1400 | + color: var(--menu-item-icon-color); | |
| 1401 | + -webkit-margin-end: 0.75rem; | |
| 1402 | + margin-inline-end: 0.75rem; | |
| 1304 | 1403 | } |
| 1305 | 1404 | .eps-menu-item__action-button { |
| 1405 | + color: var(--menu-item-action-button-color); | |
| 1306 | 1406 | opacity: var(--action-button-opacity); |
| 1307 | 1407 | padding: 0.625rem; |
| 1408 | + -webkit-transition: 0.3s; | |
| 1409 | + -o-transition: 0.3s; | |
| 1308 | 1410 | transition: 0.3s; |
| 1309 | - margin-inline-end: 1.25rem; | |
| 1411 | + -webkit-margin-end: 1.25rem; | |
| 1412 | + margin-inline-end: 1.25rem; | |
| 1310 | 1413 | } |
| 1311 | 1414 | .eps-menu-item--active { |
| 1312 | 1415 | --menu-item-pointer-width: 0.3125rem; |
| 1416 | + -webkit-box-shadow: 0 3px 6px var(--color-box-shadow-color); | |
| 1417 | + box-shadow: 0 3px 6px var(--color-box-shadow-color); | |
| 1313 | 1418 | } |
| 1419 | +.eps-menu-item--active .eps-menu-item__link .eps-icon { | |
| 1420 | + color: #58d0f5; | |
| 1421 | +} | |
| 1314 | 1422 | |
| 1315 | 1423 | .eps-grid-container { |
| 1424 | + display: -webkit-box; | |
| 1425 | + display: -ms-flexbox; | |
| 1316 | 1426 | display: flex; |
| 1317 | - flex-wrap: wrap; | |
| 1427 | + -ms-flex-wrap: wrap; | |
| 1428 | + flex-wrap: wrap; | |
| 1318 | 1429 | width: 100%; |
| 1319 | 1430 | } |
| 1320 | 1431 | .eps-grid-container--no-wrap { |
| 1321 | - flex-wrap: nowrap; | |
| 1432 | + -ms-flex-wrap: nowrap; | |
| 1433 | + flex-wrap: nowrap; | |
| 1322 | 1434 | } |
| 1323 | 1435 | .eps-grid-container--wrap-reverse { |
| 1324 | - flex-wrap: wrap-reverse; | |
| 1436 | + -ms-flex-wrap: wrap-reverse; | |
| 1437 | + flex-wrap: wrap-reverse; | |
| 1325 | 1438 | } |
| 1326 | 1439 | .eps-grid-container--spacing { |
| 1327 | - --grid-row-gutter: calc(-1 * calc(var(--grid-spacing-gutter) * 0.625rem / 10)); | |
| 1440 | + --grid-row-gutter: calc(-1 * calc(var(--grid-spacing-gutter) * (0.625rem / 10))); | |
| 1328 | 1441 | width: var(--grid-spacing-width); |
| 1329 | 1442 | margin: var(--grid-row-gutter); |
| 1330 | 1443 | } |
| 1331 | 1444 | .eps-grid-container--spacing > .eps-grid-item { |
| @@ -1331,69 +1444,109 @@ | ||
| 1331 | 1444 | .eps-grid-container--spacing > .eps-grid-item { |
| 1332 | 1445 | padding: var(--grid-spacing-gutter); |
| 1333 | 1446 | } |
| 1334 | 1447 | .eps-grid--direction-row { |
| 1335 | - flex-direction: row; | |
| 1448 | + -webkit-box-orient: horizontal; | |
| 1449 | + -webkit-box-direction: normal; | |
| 1450 | + -ms-flex-direction: row; | |
| 1451 | + flex-direction: row; | |
| 1336 | 1452 | } |
| 1337 | 1453 | .eps-grid--direction-row-reverse { |
| 1338 | - flex-direction: row-reverse; | |
| 1454 | + -webkit-box-orient: horizontal; | |
| 1455 | + -webkit-box-direction: reverse; | |
| 1456 | + -ms-flex-direction: row-reverse; | |
| 1457 | + flex-direction: row-reverse; | |
| 1339 | 1458 | } |
| 1340 | 1459 | .eps-grid--direction-column { |
| 1341 | - flex-direction: column; | |
| 1460 | + -webkit-box-orient: vertical; | |
| 1461 | + -webkit-box-direction: normal; | |
| 1462 | + -ms-flex-direction: column; | |
| 1463 | + flex-direction: column; | |
| 1342 | 1464 | } |
| 1343 | 1465 | .eps-grid--direction-column-reverse { |
| 1344 | - flex-direction: column-reverse; | |
| 1466 | + -webkit-box-orient: vertical; | |
| 1467 | + -webkit-box-direction: reverse; | |
| 1468 | + -ms-flex-direction: column-reverse; | |
| 1469 | + flex-direction: column-reverse; | |
| 1345 | 1470 | } |
| 1346 | 1471 | .eps-grid--justify-stretch { |
| 1347 | - justify-content: stretch; | |
| 1472 | + -webkit-box-pack: stretch; | |
| 1473 | + -ms-flex-pack: stretch; | |
| 1474 | + justify-content: stretch; | |
| 1348 | 1475 | } |
| 1349 | 1476 | .eps-grid--justify-start { |
| 1350 | - justify-content: flex-start; | |
| 1477 | + -webkit-box-pack: start; | |
| 1478 | + -ms-flex-pack: start; | |
| 1479 | + justify-content: flex-start; | |
| 1351 | 1480 | } |
| 1352 | 1481 | .eps-grid--justify-center { |
| 1353 | - justify-content: center; | |
| 1482 | + -webkit-box-pack: center; | |
| 1483 | + -ms-flex-pack: center; | |
| 1484 | + justify-content: center; | |
| 1354 | 1485 | } |
| 1355 | 1486 | .eps-grid--justify-end { |
| 1356 | - justify-content: flex-end; | |
| 1487 | + -webkit-box-pack: end; | |
| 1488 | + -ms-flex-pack: end; | |
| 1489 | + justify-content: flex-end; | |
| 1357 | 1490 | } |
| 1358 | 1491 | .eps-grid--justify-space-between { |
| 1359 | - justify-content: space-between; | |
| 1492 | + -webkit-box-pack: justify; | |
| 1493 | + -ms-flex-pack: justify; | |
| 1494 | + justify-content: space-between; | |
| 1360 | 1495 | } |
| 1361 | 1496 | .eps-grid--justify-space-around { |
| 1362 | - justify-content: space-around; | |
| 1497 | + -ms-flex-pack: distribute; | |
| 1498 | + justify-content: space-around; | |
| 1363 | 1499 | } |
| 1364 | 1500 | .eps-grid--justify-space-evenly { |
| 1365 | - justify-content: space-evenly; | |
| 1501 | + -webkit-box-pack: space-evenly; | |
| 1502 | + -ms-flex-pack: space-evenly; | |
| 1503 | + justify-content: space-evenly; | |
| 1366 | 1504 | } |
| 1367 | 1505 | .eps-grid--align-content-stretch { |
| 1368 | - align-content: stretch; | |
| 1506 | + -ms-flex-line-pack: stretch; | |
| 1507 | + align-content: stretch; | |
| 1369 | 1508 | } |
| 1370 | 1509 | .eps-grid--align-content-start { |
| 1371 | - align-content: flex-start; | |
| 1510 | + -ms-flex-line-pack: start; | |
| 1511 | + align-content: flex-start; | |
| 1372 | 1512 | } |
| 1373 | 1513 | .eps-grid--align-content-center { |
| 1374 | - align-content: center; | |
| 1514 | + -ms-flex-line-pack: center; | |
| 1515 | + align-content: center; | |
| 1375 | 1516 | } |
| 1376 | 1517 | .eps-grid--align-content-end { |
| 1377 | - align-content: flex-end; | |
| 1518 | + -ms-flex-line-pack: end; | |
| 1519 | + align-content: flex-end; | |
| 1378 | 1520 | } |
| 1379 | 1521 | .eps-grid--align-content-space-between { |
| 1380 | - align-content: space-between; | |
| 1522 | + -ms-flex-line-pack: justify; | |
| 1523 | + align-content: space-between; | |
| 1381 | 1524 | } |
| 1382 | 1525 | .eps-grid--align-items-start { |
| 1383 | - align-items: flex-start; | |
| 1526 | + -webkit-box-align: start; | |
| 1527 | + -ms-flex-align: start; | |
| 1528 | + align-items: flex-start; | |
| 1384 | 1529 | } |
| 1385 | 1530 | .eps-grid--align-items-center { |
| 1386 | - align-items: center; | |
| 1531 | + -webkit-box-align: center; | |
| 1532 | + -ms-flex-align: center; | |
| 1533 | + align-items: center; | |
| 1387 | 1534 | } |
| 1388 | 1535 | .eps-grid--align-items-end { |
| 1389 | - align-items: flex-end; | |
| 1536 | + -webkit-box-align: end; | |
| 1537 | + -ms-flex-align: end; | |
| 1538 | + align-items: flex-end; | |
| 1390 | 1539 | } |
| 1391 | 1540 | .eps-grid--align-items-baseline { |
| 1392 | - align-items: baseline; | |
| 1541 | + -webkit-box-align: baseline; | |
| 1542 | + -ms-flex-align: baseline; | |
| 1543 | + align-items: baseline; | |
| 1393 | 1544 | } |
| 1394 | 1545 | .eps-grid--align-items-stretch { |
| 1395 | - align-items: stretch; | |
| 1546 | + -webkit-box-align: stretch; | |
| 1547 | + -ms-flex-align: stretch; | |
| 1548 | + align-items: stretch; | |
| 1396 | 1549 | } |
| 1397 | 1550 | |
| 1398 | 1551 | .eps-grid-item--zero-min-width { |
| 1399 | 1552 | min-width: 0; |
| @@ -1400,429 +1553,660 @@ | ||
| 1400 | 1553 | } |
| 1401 | 1554 | |
| 1402 | 1555 | @media screen and (min-width: 480px) { |
| 1403 | 1556 | .eps-grid-item-sm { |
| 1404 | - flex-grow: 1; | |
| 1557 | + -webkit-box-flex: 1; | |
| 1558 | + -ms-flex-positive: 1; | |
| 1559 | + flex-grow: 1; | |
| 1405 | 1560 | max-width: 100%; |
| 1406 | - flex-basis: 0; | |
| 1561 | + -ms-flex-preferred-size: 0; | |
| 1562 | + flex-basis: 0; | |
| 1407 | 1563 | } |
| 1408 | 1564 | } |
| 1409 | 1565 | @media screen and (min-width: 768px) { |
| 1410 | 1566 | .eps-grid-item-md { |
| 1411 | - flex-grow: 1; | |
| 1567 | + -webkit-box-flex: 1; | |
| 1568 | + -ms-flex-positive: 1; | |
| 1569 | + flex-grow: 1; | |
| 1412 | 1570 | max-width: 100%; |
| 1413 | - flex-basis: 0; | |
| 1571 | + -ms-flex-preferred-size: 0; | |
| 1572 | + flex-basis: 0; | |
| 1414 | 1573 | } |
| 1415 | 1574 | } |
| 1416 | 1575 | @media screen and (min-width: 1025px) { |
| 1417 | 1576 | .eps-grid-item-lg { |
| 1418 | - flex-grow: 1; | |
| 1577 | + -webkit-box-flex: 1; | |
| 1578 | + -ms-flex-positive: 1; | |
| 1579 | + flex-grow: 1; | |
| 1419 | 1580 | max-width: 100%; |
| 1420 | - flex-basis: 0; | |
| 1581 | + -ms-flex-preferred-size: 0; | |
| 1582 | + flex-basis: 0; | |
| 1421 | 1583 | } |
| 1422 | 1584 | } |
| 1423 | 1585 | @media screen and (min-width: 1440px) { |
| 1424 | 1586 | .eps-grid-item-xl { |
| 1425 | - flex-grow: 1; | |
| 1587 | + -webkit-box-flex: 1; | |
| 1588 | + -ms-flex-positive: 1; | |
| 1589 | + flex-grow: 1; | |
| 1426 | 1590 | max-width: 100%; |
| 1427 | - flex-basis: 0; | |
| 1591 | + -ms-flex-preferred-size: 0; | |
| 1592 | + flex-basis: 0; | |
| 1428 | 1593 | } |
| 1429 | 1594 | } |
| 1430 | 1595 | @media screen and (min-width: 1600px) { |
| 1431 | 1596 | .eps-grid-item-xxl { |
| 1432 | - flex-grow: 1; | |
| 1597 | + -webkit-box-flex: 1; | |
| 1598 | + -ms-flex-positive: 1; | |
| 1599 | + flex-grow: 1; | |
| 1433 | 1600 | max-width: 100%; |
| 1434 | - flex-basis: 0; | |
| 1601 | + -ms-flex-preferred-size: 0; | |
| 1602 | + flex-basis: 0; | |
| 1435 | 1603 | } |
| 1436 | 1604 | } |
| 1437 | 1605 | .eps-grid-item-xs-1 { |
| 1438 | - flex-grow: 0; | |
| 1439 | - max-width: calc(1 / 12 * 100%); | |
| 1440 | - flex-basis: calc(1 / 12 * 100%); | |
| 1606 | + -webkit-box-flex: 0; | |
| 1607 | + -ms-flex-positive: 0; | |
| 1608 | + flex-grow: 0; | |
| 1609 | + max-width: calc( 1 / 12 * 100% ); | |
| 1610 | + -ms-flex-preferred-size: calc( 1 / 12 * 100% ); | |
| 1611 | + flex-basis: calc( 1 / 12 * 100% ); | |
| 1441 | 1612 | } |
| 1442 | 1613 | |
| 1443 | 1614 | .eps-grid-item-xs-2 { |
| 1444 | - flex-grow: 0; | |
| 1445 | - max-width: calc(2 / 12 * 100%); | |
| 1446 | - flex-basis: calc(2 / 12 * 100%); | |
| 1615 | + -webkit-box-flex: 0; | |
| 1616 | + -ms-flex-positive: 0; | |
| 1617 | + flex-grow: 0; | |
| 1618 | + max-width: calc( 2 / 12 * 100% ); | |
| 1619 | + -ms-flex-preferred-size: calc( 2 / 12 * 100% ); | |
| 1620 | + flex-basis: calc( 2 / 12 * 100% ); | |
| 1447 | 1621 | } |
| 1448 | 1622 | |
| 1449 | 1623 | .eps-grid-item-xs-3 { |
| 1450 | - flex-grow: 0; | |
| 1451 | - max-width: calc(3 / 12 * 100%); | |
| 1452 | - flex-basis: calc(3 / 12 * 100%); | |
| 1624 | + -webkit-box-flex: 0; | |
| 1625 | + -ms-flex-positive: 0; | |
| 1626 | + flex-grow: 0; | |
| 1627 | + max-width: calc( 3 / 12 * 100% ); | |
| 1628 | + -ms-flex-preferred-size: calc( 3 / 12 * 100% ); | |
| 1629 | + flex-basis: calc( 3 / 12 * 100% ); | |
| 1453 | 1630 | } |
| 1454 | 1631 | |
| 1455 | 1632 | .eps-grid-item-xs-4 { |
| 1456 | - flex-grow: 0; | |
| 1457 | - max-width: calc(4 / 12 * 100%); | |
| 1458 | - flex-basis: calc(4 / 12 * 100%); | |
| 1633 | + -webkit-box-flex: 0; | |
| 1634 | + -ms-flex-positive: 0; | |
| 1635 | + flex-grow: 0; | |
| 1636 | + max-width: calc( 4 / 12 * 100% ); | |
| 1637 | + -ms-flex-preferred-size: calc( 4 / 12 * 100% ); | |
| 1638 | + flex-basis: calc( 4 / 12 * 100% ); | |
| 1459 | 1639 | } |
| 1460 | 1640 | |
| 1461 | 1641 | .eps-grid-item-xs-5 { |
| 1462 | - flex-grow: 0; | |
| 1463 | - max-width: calc(5 / 12 * 100%); | |
| 1464 | - flex-basis: calc(5 / 12 * 100%); | |
| 1642 | + -webkit-box-flex: 0; | |
| 1643 | + -ms-flex-positive: 0; | |
| 1644 | + flex-grow: 0; | |
| 1645 | + max-width: calc( 5 / 12 * 100% ); | |
| 1646 | + -ms-flex-preferred-size: calc( 5 / 12 * 100% ); | |
| 1647 | + flex-basis: calc( 5 / 12 * 100% ); | |
| 1465 | 1648 | } |
| 1466 | 1649 | |
| 1467 | 1650 | .eps-grid-item-xs-6 { |
| 1468 | - flex-grow: 0; | |
| 1469 | - max-width: calc(6 / 12 * 100%); | |
| 1470 | - flex-basis: calc(6 / 12 * 100%); | |
| 1651 | + -webkit-box-flex: 0; | |
| 1652 | + -ms-flex-positive: 0; | |
| 1653 | + flex-grow: 0; | |
| 1654 | + max-width: calc( 6 / 12 * 100% ); | |
| 1655 | + -ms-flex-preferred-size: calc( 6 / 12 * 100% ); | |
| 1656 | + flex-basis: calc( 6 / 12 * 100% ); | |
| 1471 | 1657 | } |
| 1472 | 1658 | |
| 1473 | 1659 | .eps-grid-item-xs-7 { |
| 1474 | - flex-grow: 0; | |
| 1475 | - max-width: calc(7 / 12 * 100%); | |
| 1476 | - flex-basis: calc(7 / 12 * 100%); | |
| 1660 | + -webkit-box-flex: 0; | |
| 1661 | + -ms-flex-positive: 0; | |
| 1662 | + flex-grow: 0; | |
| 1663 | + max-width: calc( 7 / 12 * 100% ); | |
| 1664 | + -ms-flex-preferred-size: calc( 7 / 12 * 100% ); | |
| 1665 | + flex-basis: calc( 7 / 12 * 100% ); | |
| 1477 | 1666 | } |
| 1478 | 1667 | |
| 1479 | 1668 | .eps-grid-item-xs-8 { |
| 1480 | - flex-grow: 0; | |
| 1481 | - max-width: calc(8 / 12 * 100%); | |
| 1482 | - flex-basis: calc(8 / 12 * 100%); | |
| 1669 | + -webkit-box-flex: 0; | |
| 1670 | + -ms-flex-positive: 0; | |
| 1671 | + flex-grow: 0; | |
| 1672 | + max-width: calc( 8 / 12 * 100% ); | |
| 1673 | + -ms-flex-preferred-size: calc( 8 / 12 * 100% ); | |
| 1674 | + flex-basis: calc( 8 / 12 * 100% ); | |
| 1483 | 1675 | } |
| 1484 | 1676 | |
| 1485 | 1677 | .eps-grid-item-xs-9 { |
| 1486 | - flex-grow: 0; | |
| 1487 | - max-width: calc(9 / 12 * 100%); | |
| 1488 | - flex-basis: calc(9 / 12 * 100%); | |
| 1678 | + -webkit-box-flex: 0; | |
| 1679 | + -ms-flex-positive: 0; | |
| 1680 | + flex-grow: 0; | |
| 1681 | + max-width: calc( 9 / 12 * 100% ); | |
| 1682 | + -ms-flex-preferred-size: calc( 9 / 12 * 100% ); | |
| 1683 | + flex-basis: calc( 9 / 12 * 100% ); | |
| 1489 | 1684 | } |
| 1490 | 1685 | |
| 1491 | 1686 | .eps-grid-item-xs-10 { |
| 1492 | - flex-grow: 0; | |
| 1493 | - max-width: calc(10 / 12 * 100%); | |
| 1494 | - flex-basis: calc(10 / 12 * 100%); | |
| 1687 | + -webkit-box-flex: 0; | |
| 1688 | + -ms-flex-positive: 0; | |
| 1689 | + flex-grow: 0; | |
| 1690 | + max-width: calc( 10 / 12 * 100% ); | |
| 1691 | + -ms-flex-preferred-size: calc( 10 / 12 * 100% ); | |
| 1692 | + flex-basis: calc( 10 / 12 * 100% ); | |
| 1495 | 1693 | } |
| 1496 | 1694 | |
| 1497 | 1695 | .eps-grid-item-xs-11 { |
| 1498 | - flex-grow: 0; | |
| 1499 | - max-width: calc(11 / 12 * 100%); | |
| 1500 | - flex-basis: calc(11 / 12 * 100%); | |
| 1696 | + -webkit-box-flex: 0; | |
| 1697 | + -ms-flex-positive: 0; | |
| 1698 | + flex-grow: 0; | |
| 1699 | + max-width: calc( 11 / 12 * 100% ); | |
| 1700 | + -ms-flex-preferred-size: calc( 11 / 12 * 100% ); | |
| 1701 | + flex-basis: calc( 11 / 12 * 100% ); | |
| 1501 | 1702 | } |
| 1502 | 1703 | |
| 1503 | 1704 | .eps-grid-item-xs-12 { |
| 1504 | - flex-grow: 0; | |
| 1505 | - max-width: calc(12 / 12 * 100%); | |
| 1506 | - flex-basis: calc(12 / 12 * 100%); | |
| 1705 | + -webkit-box-flex: 0; | |
| 1706 | + -ms-flex-positive: 0; | |
| 1707 | + flex-grow: 0; | |
| 1708 | + max-width: calc( 12 / 12 * 100% ); | |
| 1709 | + -ms-flex-preferred-size: calc( 12 / 12 * 100% ); | |
| 1710 | + flex-basis: calc( 12 / 12 * 100% ); | |
| 1507 | 1711 | } |
| 1508 | 1712 | |
| 1509 | 1713 | @media screen and (min-width: 480px) { |
| 1510 | 1714 | .eps-grid-item-sm-1 { |
| 1511 | - flex-grow: 0; | |
| 1512 | - max-width: calc(1 / 12 * 100%); | |
| 1513 | - flex-basis: calc(1 / 12 * 100%); | |
| 1715 | + -webkit-box-flex: 0; | |
| 1716 | + -ms-flex-positive: 0; | |
| 1717 | + flex-grow: 0; | |
| 1718 | + max-width: calc( 1 / 12 * 100% ); | |
| 1719 | + -ms-flex-preferred-size: calc( 1 / 12 * 100% ); | |
| 1720 | + flex-basis: calc( 1 / 12 * 100% ); | |
| 1514 | 1721 | } |
| 1515 | 1722 | .eps-grid-item-sm-2 { |
| 1516 | - flex-grow: 0; | |
| 1517 | - max-width: calc(2 / 12 * 100%); | |
| 1518 | - flex-basis: calc(2 / 12 * 100%); | |
| 1723 | + -webkit-box-flex: 0; | |
| 1724 | + -ms-flex-positive: 0; | |
| 1725 | + flex-grow: 0; | |
| 1726 | + max-width: calc( 2 / 12 * 100% ); | |
| 1727 | + -ms-flex-preferred-size: calc( 2 / 12 * 100% ); | |
| 1728 | + flex-basis: calc( 2 / 12 * 100% ); | |
| 1519 | 1729 | } |
| 1520 | 1730 | .eps-grid-item-sm-3 { |
| 1521 | - flex-grow: 0; | |
| 1522 | - max-width: calc(3 / 12 * 100%); | |
| 1523 | - flex-basis: calc(3 / 12 * 100%); | |
| 1731 | + -webkit-box-flex: 0; | |
| 1732 | + -ms-flex-positive: 0; | |
| 1733 | + flex-grow: 0; | |
| 1734 | + max-width: calc( 3 / 12 * 100% ); | |
| 1735 | + -ms-flex-preferred-size: calc( 3 / 12 * 100% ); | |
| 1736 | + flex-basis: calc( 3 / 12 * 100% ); | |
| 1524 | 1737 | } |
| 1525 | 1738 | .eps-grid-item-sm-4 { |
| 1526 | - flex-grow: 0; | |
| 1527 | - max-width: calc(4 / 12 * 100%); | |
| 1528 | - flex-basis: calc(4 / 12 * 100%); | |
| 1739 | + -webkit-box-flex: 0; | |
| 1740 | + -ms-flex-positive: 0; | |
| 1741 | + flex-grow: 0; | |
| 1742 | + max-width: calc( 4 / 12 * 100% ); | |
| 1743 | + -ms-flex-preferred-size: calc( 4 / 12 * 100% ); | |
| 1744 | + flex-basis: calc( 4 / 12 * 100% ); | |
| 1529 | 1745 | } |
| 1530 | 1746 | .eps-grid-item-sm-5 { |
| 1531 | - flex-grow: 0; | |
| 1532 | - max-width: calc(5 / 12 * 100%); | |
| 1533 | - flex-basis: calc(5 / 12 * 100%); | |
| 1747 | + -webkit-box-flex: 0; | |
| 1748 | + -ms-flex-positive: 0; | |
| 1749 | + flex-grow: 0; | |
| 1750 | + max-width: calc( 5 / 12 * 100% ); | |
| 1751 | + -ms-flex-preferred-size: calc( 5 / 12 * 100% ); | |
| 1752 | + flex-basis: calc( 5 / 12 * 100% ); | |
| 1534 | 1753 | } |
| 1535 | 1754 | .eps-grid-item-sm-6 { |
| 1536 | - flex-grow: 0; | |
| 1537 | - max-width: calc(6 / 12 * 100%); | |
| 1538 | - flex-basis: calc(6 / 12 * 100%); | |
| 1755 | + -webkit-box-flex: 0; | |
| 1756 | + -ms-flex-positive: 0; | |
| 1757 | + flex-grow: 0; | |
| 1758 | + max-width: calc( 6 / 12 * 100% ); | |
| 1759 | + -ms-flex-preferred-size: calc( 6 / 12 * 100% ); | |
| 1760 | + flex-basis: calc( 6 / 12 * 100% ); | |
| 1539 | 1761 | } |
| 1540 | 1762 | .eps-grid-item-sm-7 { |
| 1541 | - flex-grow: 0; | |
| 1542 | - max-width: calc(7 / 12 * 100%); | |
| 1543 | - flex-basis: calc(7 / 12 * 100%); | |
| 1763 | + -webkit-box-flex: 0; | |
| 1764 | + -ms-flex-positive: 0; | |
| 1765 | + flex-grow: 0; | |
| 1766 | + max-width: calc( 7 / 12 * 100% ); | |
| 1767 | + -ms-flex-preferred-size: calc( 7 / 12 * 100% ); | |
| 1768 | + flex-basis: calc( 7 / 12 * 100% ); | |
| 1544 | 1769 | } |
| 1545 | 1770 | .eps-grid-item-sm-8 { |
| 1546 | - flex-grow: 0; | |
| 1547 | - max-width: calc(8 / 12 * 100%); | |
| 1548 | - flex-basis: calc(8 / 12 * 100%); | |
| 1771 | + -webkit-box-flex: 0; | |
| 1772 | + -ms-flex-positive: 0; | |
| 1773 | + flex-grow: 0; | |
| 1774 | + max-width: calc( 8 / 12 * 100% ); | |
| 1775 | + -ms-flex-preferred-size: calc( 8 / 12 * 100% ); | |
| 1776 | + flex-basis: calc( 8 / 12 * 100% ); | |
| 1549 | 1777 | } |
| 1550 | 1778 | .eps-grid-item-sm-9 { |
| 1551 | - flex-grow: 0; | |
| 1552 | - max-width: calc(9 / 12 * 100%); | |
| 1553 | - flex-basis: calc(9 / 12 * 100%); | |
| 1779 | + -webkit-box-flex: 0; | |
| 1780 | + -ms-flex-positive: 0; | |
| 1781 | + flex-grow: 0; | |
| 1782 | + max-width: calc( 9 / 12 * 100% ); | |
| 1783 | + -ms-flex-preferred-size: calc( 9 / 12 * 100% ); | |
| 1784 | + flex-basis: calc( 9 / 12 * 100% ); | |
| 1554 | 1785 | } |
| 1555 | 1786 | .eps-grid-item-sm-10 { |
| 1556 | - flex-grow: 0; | |
| 1557 | - max-width: calc(10 / 12 * 100%); | |
| 1558 | - flex-basis: calc(10 / 12 * 100%); | |
| 1787 | + -webkit-box-flex: 0; | |
| 1788 | + -ms-flex-positive: 0; | |
| 1789 | + flex-grow: 0; | |
| 1790 | + max-width: calc( 10 / 12 * 100% ); | |
| 1791 | + -ms-flex-preferred-size: calc( 10 / 12 * 100% ); | |
| 1792 | + flex-basis: calc( 10 / 12 * 100% ); | |
| 1559 | 1793 | } |
| 1560 | 1794 | .eps-grid-item-sm-11 { |
| 1561 | - flex-grow: 0; | |
| 1562 | - max-width: calc(11 / 12 * 100%); | |
| 1563 | - flex-basis: calc(11 / 12 * 100%); | |
| 1795 | + -webkit-box-flex: 0; | |
| 1796 | + -ms-flex-positive: 0; | |
| 1797 | + flex-grow: 0; | |
| 1798 | + max-width: calc( 11 / 12 * 100% ); | |
| 1799 | + -ms-flex-preferred-size: calc( 11 / 12 * 100% ); | |
| 1800 | + flex-basis: calc( 11 / 12 * 100% ); | |
| 1564 | 1801 | } |
| 1565 | 1802 | .eps-grid-item-sm-12 { |
| 1566 | - flex-grow: 0; | |
| 1567 | - max-width: calc(12 / 12 * 100%); | |
| 1568 | - flex-basis: calc(12 / 12 * 100%); | |
| 1803 | + -webkit-box-flex: 0; | |
| 1804 | + -ms-flex-positive: 0; | |
| 1805 | + flex-grow: 0; | |
| 1806 | + max-width: calc( 12 / 12 * 100% ); | |
| 1807 | + -ms-flex-preferred-size: calc( 12 / 12 * 100% ); | |
| 1808 | + flex-basis: calc( 12 / 12 * 100% ); | |
| 1569 | 1809 | } |
| 1570 | 1810 | } |
| 1571 | 1811 | @media screen and (min-width: 768px) { |
| 1572 | 1812 | .eps-grid-item-md-1 { |
| 1573 | - flex-grow: 0; | |
| 1574 | - max-width: calc(1 / 12 * 100%); | |
| 1575 | - flex-basis: calc(1 / 12 * 100%); | |
| 1813 | + -webkit-box-flex: 0; | |
| 1814 | + -ms-flex-positive: 0; | |
| 1815 | + flex-grow: 0; | |
| 1816 | + max-width: calc( 1 / 12 * 100% ); | |
| 1817 | + -ms-flex-preferred-size: calc( 1 / 12 * 100% ); | |
| 1818 | + flex-basis: calc( 1 / 12 * 100% ); | |
| 1576 | 1819 | } |
| 1577 | 1820 | .eps-grid-item-md-2 { |
| 1578 | - flex-grow: 0; | |
| 1579 | - max-width: calc(2 / 12 * 100%); | |
| 1580 | - flex-basis: calc(2 / 12 * 100%); | |
| 1821 | + -webkit-box-flex: 0; | |
| 1822 | + -ms-flex-positive: 0; | |
| 1823 | + flex-grow: 0; | |
| 1824 | + max-width: calc( 2 / 12 * 100% ); | |
| 1825 | + -ms-flex-preferred-size: calc( 2 / 12 * 100% ); | |
| 1826 | + flex-basis: calc( 2 / 12 * 100% ); | |
| 1581 | 1827 | } |
| 1582 | 1828 | .eps-grid-item-md-3 { |
| 1583 | - flex-grow: 0; | |
| 1584 | - max-width: calc(3 / 12 * 100%); | |
| 1585 | - flex-basis: calc(3 / 12 * 100%); | |
| 1829 | + -webkit-box-flex: 0; | |
| 1830 | + -ms-flex-positive: 0; | |
| 1831 | + flex-grow: 0; | |
| 1832 | + max-width: calc( 3 / 12 * 100% ); | |
| 1833 | + -ms-flex-preferred-size: calc( 3 / 12 * 100% ); | |
| 1834 | + flex-basis: calc( 3 / 12 * 100% ); | |
| 1586 | 1835 | } |
| 1587 | 1836 | .eps-grid-item-md-4 { |
| 1588 | - flex-grow: 0; | |
| 1589 | - max-width: calc(4 / 12 * 100%); | |
| 1590 | - flex-basis: calc(4 / 12 * 100%); | |
| 1837 | + -webkit-box-flex: 0; | |
| 1838 | + -ms-flex-positive: 0; | |
| 1839 | + flex-grow: 0; | |
| 1840 | + max-width: calc( 4 / 12 * 100% ); | |
| 1841 | + -ms-flex-preferred-size: calc( 4 / 12 * 100% ); | |
| 1842 | + flex-basis: calc( 4 / 12 * 100% ); | |
| 1591 | 1843 | } |
| 1592 | 1844 | .eps-grid-item-md-5 { |
| 1593 | - flex-grow: 0; | |
| 1594 | - max-width: calc(5 / 12 * 100%); | |
| 1595 | - flex-basis: calc(5 / 12 * 100%); | |
| 1845 | + -webkit-box-flex: 0; | |
| 1846 | + -ms-flex-positive: 0; | |
| 1847 | + flex-grow: 0; | |
| 1848 | + max-width: calc( 5 / 12 * 100% ); | |
| 1849 | + -ms-flex-preferred-size: calc( 5 / 12 * 100% ); | |
| 1850 | + flex-basis: calc( 5 / 12 * 100% ); | |
| 1596 | 1851 | } |
| 1597 | 1852 | .eps-grid-item-md-6 { |
| 1598 | - flex-grow: 0; | |
| 1599 | - max-width: calc(6 / 12 * 100%); | |
| 1600 | - flex-basis: calc(6 / 12 * 100%); | |
| 1853 | + -webkit-box-flex: 0; | |
| 1854 | + -ms-flex-positive: 0; | |
| 1855 | + flex-grow: 0; | |
| 1856 | + max-width: calc( 6 / 12 * 100% ); | |
| 1857 | + -ms-flex-preferred-size: calc( 6 / 12 * 100% ); | |
| 1858 | + flex-basis: calc( 6 / 12 * 100% ); | |
| 1601 | 1859 | } |
| 1602 | 1860 | .eps-grid-item-md-7 { |
| 1603 | - flex-grow: 0; | |
| 1604 | - max-width: calc(7 / 12 * 100%); | |
| 1605 | - flex-basis: calc(7 / 12 * 100%); | |
| 1861 | + -webkit-box-flex: 0; | |
| 1862 | + -ms-flex-positive: 0; | |
| 1863 | + flex-grow: 0; | |
| 1864 | + max-width: calc( 7 / 12 * 100% ); | |
| 1865 | + -ms-flex-preferred-size: calc( 7 / 12 * 100% ); | |
| 1866 | + flex-basis: calc( 7 / 12 * 100% ); | |
| 1606 | 1867 | } |
| 1607 | 1868 | .eps-grid-item-md-8 { |
| 1608 | - flex-grow: 0; | |
| 1609 | - max-width: calc(8 / 12 * 100%); | |
| 1610 | - flex-basis: calc(8 / 12 * 100%); | |
| 1869 | + -webkit-box-flex: 0; | |
| 1870 | + -ms-flex-positive: 0; | |
| 1871 | + flex-grow: 0; | |
| 1872 | + max-width: calc( 8 / 12 * 100% ); | |
| 1873 | + -ms-flex-preferred-size: calc( 8 / 12 * 100% ); | |
| 1874 | + flex-basis: calc( 8 / 12 * 100% ); | |
| 1611 | 1875 | } |
| 1612 | 1876 | .eps-grid-item-md-9 { |
| 1613 | - flex-grow: 0; | |
| 1614 | - max-width: calc(9 / 12 * 100%); | |
| 1615 | - flex-basis: calc(9 / 12 * 100%); | |
| 1877 | + -webkit-box-flex: 0; | |
| 1878 | + -ms-flex-positive: 0; | |
| 1879 | + flex-grow: 0; | |
| 1880 | + max-width: calc( 9 / 12 * 100% ); | |
| 1881 | + -ms-flex-preferred-size: calc( 9 / 12 * 100% ); | |
| 1882 | + flex-basis: calc( 9 / 12 * 100% ); | |
| 1616 | 1883 | } |
| 1617 | 1884 | .eps-grid-item-md-10 { |
| 1618 | - flex-grow: 0; | |
| 1619 | - max-width: calc(10 / 12 * 100%); | |
| 1620 | - flex-basis: calc(10 / 12 * 100%); | |
| 1885 | + -webkit-box-flex: 0; | |
| 1886 | + -ms-flex-positive: 0; | |
| 1887 | + flex-grow: 0; | |
| 1888 | + max-width: calc( 10 / 12 * 100% ); | |
| 1889 | + -ms-flex-preferred-size: calc( 10 / 12 * 100% ); | |
| 1890 | + flex-basis: calc( 10 / 12 * 100% ); | |
| 1621 | 1891 | } |
| 1622 | 1892 | .eps-grid-item-md-11 { |
| 1623 | - flex-grow: 0; | |
| 1624 | - max-width: calc(11 / 12 * 100%); | |
| 1625 | - flex-basis: calc(11 / 12 * 100%); | |
| 1893 | + -webkit-box-flex: 0; | |
| 1894 | + -ms-flex-positive: 0; | |
| 1895 | + flex-grow: 0; | |
| 1896 | + max-width: calc( 11 / 12 * 100% ); | |
| 1897 | + -ms-flex-preferred-size: calc( 11 / 12 * 100% ); | |
| 1898 | + flex-basis: calc( 11 / 12 * 100% ); | |
| 1626 | 1899 | } |
| 1627 | 1900 | .eps-grid-item-md-12 { |
| 1628 | - flex-grow: 0; | |
| 1629 | - max-width: calc(12 / 12 * 100%); | |
| 1630 | - flex-basis: calc(12 / 12 * 100%); | |
| 1901 | + -webkit-box-flex: 0; | |
| 1902 | + -ms-flex-positive: 0; | |
| 1903 | + flex-grow: 0; | |
| 1904 | + max-width: calc( 12 / 12 * 100% ); | |
| 1905 | + -ms-flex-preferred-size: calc( 12 / 12 * 100% ); | |
| 1906 | + flex-basis: calc( 12 / 12 * 100% ); | |
| 1631 | 1907 | } |
| 1632 | 1908 | } |
| 1633 | 1909 | @media screen and (min-width: 1025px) { |
| 1634 | 1910 | .eps-grid-item-lg-1 { |
| 1635 | - flex-grow: 0; | |
| 1636 | - max-width: calc(1 / 12 * 100%); | |
| 1637 | - flex-basis: calc(1 / 12 * 100%); | |
| 1911 | + -webkit-box-flex: 0; | |
| 1912 | + -ms-flex-positive: 0; | |
| 1913 | + flex-grow: 0; | |
| 1914 | + max-width: calc( 1 / 12 * 100% ); | |
| 1915 | + -ms-flex-preferred-size: calc( 1 / 12 * 100% ); | |
| 1916 | + flex-basis: calc( 1 / 12 * 100% ); | |
| 1638 | 1917 | } |
| 1639 | 1918 | .eps-grid-item-lg-2 { |
| 1640 | - flex-grow: 0; | |
| 1641 | - max-width: calc(2 / 12 * 100%); | |
| 1642 | - flex-basis: calc(2 / 12 * 100%); | |
| 1919 | + -webkit-box-flex: 0; | |
| 1920 | + -ms-flex-positive: 0; | |
| 1921 | + flex-grow: 0; | |
| 1922 | + max-width: calc( 2 / 12 * 100% ); | |
| 1923 | + -ms-flex-preferred-size: calc( 2 / 12 * 100% ); | |
| 1924 | + flex-basis: calc( 2 / 12 * 100% ); | |
| 1643 | 1925 | } |
| 1644 | 1926 | .eps-grid-item-lg-3 { |
| 1645 | - flex-grow: 0; | |
| 1646 | - max-width: calc(3 / 12 * 100%); | |
| 1647 | - flex-basis: calc(3 / 12 * 100%); | |
| 1927 | + -webkit-box-flex: 0; | |
| 1928 | + -ms-flex-positive: 0; | |
| 1929 | + flex-grow: 0; | |
| 1930 | + max-width: calc( 3 / 12 * 100% ); | |
| 1931 | + -ms-flex-preferred-size: calc( 3 / 12 * 100% ); | |
| 1932 | + flex-basis: calc( 3 / 12 * 100% ); | |
| 1648 | 1933 | } |
| 1649 | 1934 | .eps-grid-item-lg-4 { |
| 1650 | - flex-grow: 0; | |
| 1651 | - max-width: calc(4 / 12 * 100%); | |
| 1652 | - flex-basis: calc(4 / 12 * 100%); | |
| 1935 | + -webkit-box-flex: 0; | |
| 1936 | + -ms-flex-positive: 0; | |
| 1937 | + flex-grow: 0; | |
| 1938 | + max-width: calc( 4 / 12 * 100% ); | |
| 1939 | + -ms-flex-preferred-size: calc( 4 / 12 * 100% ); | |
| 1940 | + flex-basis: calc( 4 / 12 * 100% ); | |
| 1653 | 1941 | } |
| 1654 | 1942 | .eps-grid-item-lg-5 { |
| 1655 | - flex-grow: 0; | |
| 1656 | - max-width: calc(5 / 12 * 100%); | |
| 1657 | - flex-basis: calc(5 / 12 * 100%); | |
| 1943 | + -webkit-box-flex: 0; | |
| 1944 | + -ms-flex-positive: 0; | |
| 1945 | + flex-grow: 0; | |
| 1946 | + max-width: calc( 5 / 12 * 100% ); | |
| 1947 | + -ms-flex-preferred-size: calc( 5 / 12 * 100% ); | |
| 1948 | + flex-basis: calc( 5 / 12 * 100% ); | |
| 1658 | 1949 | } |
| 1659 | 1950 | .eps-grid-item-lg-6 { |
| 1660 | - flex-grow: 0; | |
| 1661 | - max-width: calc(6 / 12 * 100%); | |
| 1662 | - flex-basis: calc(6 / 12 * 100%); | |
| 1951 | + -webkit-box-flex: 0; | |
| 1952 | + -ms-flex-positive: 0; | |
| 1953 | + flex-grow: 0; | |
| 1954 | + max-width: calc( 6 / 12 * 100% ); | |
| 1955 | + -ms-flex-preferred-size: calc( 6 / 12 * 100% ); | |
| 1956 | + flex-basis: calc( 6 / 12 * 100% ); | |
| 1663 | 1957 | } |
| 1664 | 1958 | .eps-grid-item-lg-7 { |
| 1665 | - flex-grow: 0; | |
| 1666 | - max-width: calc(7 / 12 * 100%); | |
| 1667 | - flex-basis: calc(7 / 12 * 100%); | |
| 1959 | + -webkit-box-flex: 0; | |
| 1960 | + -ms-flex-positive: 0; | |
| 1961 | + flex-grow: 0; | |
| 1962 | + max-width: calc( 7 / 12 * 100% ); | |
| 1963 | + -ms-flex-preferred-size: calc( 7 / 12 * 100% ); | |
| 1964 | + flex-basis: calc( 7 / 12 * 100% ); | |
| 1668 | 1965 | } |
| 1669 | 1966 | .eps-grid-item-lg-8 { |
| 1670 | - flex-grow: 0; | |
| 1671 | - max-width: calc(8 / 12 * 100%); | |
| 1672 | - flex-basis: calc(8 / 12 * 100%); | |
| 1967 | + -webkit-box-flex: 0; | |
| 1968 | + -ms-flex-positive: 0; | |
| 1969 | + flex-grow: 0; | |
| 1970 | + max-width: calc( 8 / 12 * 100% ); | |
| 1971 | + -ms-flex-preferred-size: calc( 8 / 12 * 100% ); | |
| 1972 | + flex-basis: calc( 8 / 12 * 100% ); | |
| 1673 | 1973 | } |
| 1674 | 1974 | .eps-grid-item-lg-9 { |
| 1675 | - flex-grow: 0; | |
| 1676 | - max-width: calc(9 / 12 * 100%); | |
| 1677 | - flex-basis: calc(9 / 12 * 100%); | |
| 1975 | + -webkit-box-flex: 0; | |
| 1976 | + -ms-flex-positive: 0; | |
| 1977 | + flex-grow: 0; | |
| 1978 | + max-width: calc( 9 / 12 * 100% ); | |
| 1979 | + -ms-flex-preferred-size: calc( 9 / 12 * 100% ); | |
| 1980 | + flex-basis: calc( 9 / 12 * 100% ); | |
| 1678 | 1981 | } |
| 1679 | 1982 | .eps-grid-item-lg-10 { |
| 1680 | - flex-grow: 0; | |
| 1681 | - max-width: calc(10 / 12 * 100%); | |
| 1682 | - flex-basis: calc(10 / 12 * 100%); | |
| 1983 | + -webkit-box-flex: 0; | |
| 1984 | + -ms-flex-positive: 0; | |
| 1985 | + flex-grow: 0; | |
| 1986 | + max-width: calc( 10 / 12 * 100% ); | |
| 1987 | + -ms-flex-preferred-size: calc( 10 / 12 * 100% ); | |
| 1988 | + flex-basis: calc( 10 / 12 * 100% ); | |
| 1683 | 1989 | } |
| 1684 | 1990 | .eps-grid-item-lg-11 { |
| 1685 | - flex-grow: 0; | |
| 1686 | - max-width: calc(11 / 12 * 100%); | |
| 1687 | - flex-basis: calc(11 / 12 * 100%); | |
| 1991 | + -webkit-box-flex: 0; | |
| 1992 | + -ms-flex-positive: 0; | |
| 1993 | + flex-grow: 0; | |
| 1994 | + max-width: calc( 11 / 12 * 100% ); | |
| 1995 | + -ms-flex-preferred-size: calc( 11 / 12 * 100% ); | |
| 1996 | + flex-basis: calc( 11 / 12 * 100% ); | |
| 1688 | 1997 | } |
| 1689 | 1998 | .eps-grid-item-lg-12 { |
| 1690 | - flex-grow: 0; | |
| 1691 | - max-width: calc(12 / 12 * 100%); | |
| 1692 | - flex-basis: calc(12 / 12 * 100%); | |
| 1999 | + -webkit-box-flex: 0; | |
| 2000 | + -ms-flex-positive: 0; | |
| 2001 | + flex-grow: 0; | |
| 2002 | + max-width: calc( 12 / 12 * 100% ); | |
| 2003 | + -ms-flex-preferred-size: calc( 12 / 12 * 100% ); | |
| 2004 | + flex-basis: calc( 12 / 12 * 100% ); | |
| 1693 | 2005 | } |
| 1694 | 2006 | } |
| 1695 | 2007 | @media screen and (min-width: 1440px) { |
| 1696 | 2008 | .eps-grid-item-xl-1 { |
| 1697 | - flex-grow: 0; | |
| 1698 | - max-width: calc(1 / 12 * 100%); | |
| 1699 | - flex-basis: calc(1 / 12 * 100%); | |
| 2009 | + -webkit-box-flex: 0; | |
| 2010 | + -ms-flex-positive: 0; | |
| 2011 | + flex-grow: 0; | |
| 2012 | + max-width: calc( 1 / 12 * 100% ); | |
| 2013 | + -ms-flex-preferred-size: calc( 1 / 12 * 100% ); | |
| 2014 | + flex-basis: calc( 1 / 12 * 100% ); | |
| 1700 | 2015 | } |
| 1701 | 2016 | .eps-grid-item-xl-2 { |
| 1702 | - flex-grow: 0; | |
| 1703 | - max-width: calc(2 / 12 * 100%); | |
| 1704 | - flex-basis: calc(2 / 12 * 100%); | |
| 2017 | + -webkit-box-flex: 0; | |
| 2018 | + -ms-flex-positive: 0; | |
| 2019 | + flex-grow: 0; | |
| 2020 | + max-width: calc( 2 / 12 * 100% ); | |
| 2021 | + -ms-flex-preferred-size: calc( 2 / 12 * 100% ); | |
| 2022 | + flex-basis: calc( 2 / 12 * 100% ); | |
| 1705 | 2023 | } |
| 1706 | 2024 | .eps-grid-item-xl-3 { |
| 1707 | - flex-grow: 0; | |
| 1708 | - max-width: calc(3 / 12 * 100%); | |
| 1709 | - flex-basis: calc(3 / 12 * 100%); | |
| 2025 | + -webkit-box-flex: 0; | |
| 2026 | + -ms-flex-positive: 0; | |
| 2027 | + flex-grow: 0; | |
| 2028 | + max-width: calc( 3 / 12 * 100% ); | |
| 2029 | + -ms-flex-preferred-size: calc( 3 / 12 * 100% ); | |
| 2030 | + flex-basis: calc( 3 / 12 * 100% ); | |
| 1710 | 2031 | } |
| 1711 | 2032 | .eps-grid-item-xl-4 { |
| 1712 | - flex-grow: 0; | |
| 1713 | - max-width: calc(4 / 12 * 100%); | |
| 1714 | - flex-basis: calc(4 / 12 * 100%); | |
| 2033 | + -webkit-box-flex: 0; | |
| 2034 | + -ms-flex-positive: 0; | |
| 2035 | + flex-grow: 0; | |
| 2036 | + max-width: calc( 4 / 12 * 100% ); | |
| 2037 | + -ms-flex-preferred-size: calc( 4 / 12 * 100% ); | |
| 2038 | + flex-basis: calc( 4 / 12 * 100% ); | |
| 1715 | 2039 | } |
| 1716 | 2040 | .eps-grid-item-xl-5 { |
| 1717 | - flex-grow: 0; | |
| 1718 | - max-width: calc(5 / 12 * 100%); | |
| 1719 | - flex-basis: calc(5 / 12 * 100%); | |
| 2041 | + -webkit-box-flex: 0; | |
| 2042 | + -ms-flex-positive: 0; | |
| 2043 | + flex-grow: 0; | |
| 2044 | + max-width: calc( 5 / 12 * 100% ); | |
| 2045 | + -ms-flex-preferred-size: calc( 5 / 12 * 100% ); | |
| 2046 | + flex-basis: calc( 5 / 12 * 100% ); | |
| 1720 | 2047 | } |
| 1721 | 2048 | .eps-grid-item-xl-6 { |
| 1722 | - flex-grow: 0; | |
| 1723 | - max-width: calc(6 / 12 * 100%); | |
| 1724 | - flex-basis: calc(6 / 12 * 100%); | |
| 2049 | + -webkit-box-flex: 0; | |
| 2050 | + -ms-flex-positive: 0; | |
| 2051 | + flex-grow: 0; | |
| 2052 | + max-width: calc( 6 / 12 * 100% ); | |
| 2053 | + -ms-flex-preferred-size: calc( 6 / 12 * 100% ); | |
| 2054 | + flex-basis: calc( 6 / 12 * 100% ); | |
| 1725 | 2055 | } |
| 1726 | 2056 | .eps-grid-item-xl-7 { |
| 1727 | - flex-grow: 0; | |
| 1728 | - max-width: calc(7 / 12 * 100%); | |
| 1729 | - flex-basis: calc(7 / 12 * 100%); | |
| 2057 | + -webkit-box-flex: 0; | |
| 2058 | + -ms-flex-positive: 0; | |
| 2059 | + flex-grow: 0; | |
| 2060 | + max-width: calc( 7 / 12 * 100% ); | |
| 2061 | + -ms-flex-preferred-size: calc( 7 / 12 * 100% ); | |
| 2062 | + flex-basis: calc( 7 / 12 * 100% ); | |
| 1730 | 2063 | } |
| 1731 | 2064 | .eps-grid-item-xl-8 { |
| 1732 | - flex-grow: 0; | |
| 1733 | - max-width: calc(8 / 12 * 100%); | |
| 1734 | - flex-basis: calc(8 / 12 * 100%); | |
| 2065 | + -webkit-box-flex: 0; | |
| 2066 | + -ms-flex-positive: 0; | |
| 2067 | + flex-grow: 0; | |
| 2068 | + max-width: calc( 8 / 12 * 100% ); | |
| 2069 | + -ms-flex-preferred-size: calc( 8 / 12 * 100% ); | |
| 2070 | + flex-basis: calc( 8 / 12 * 100% ); | |
| 1735 | 2071 | } |
| 1736 | 2072 | .eps-grid-item-xl-9 { |
| 1737 | - flex-grow: 0; | |
| 1738 | - max-width: calc(9 / 12 * 100%); | |
| 1739 | - flex-basis: calc(9 / 12 * 100%); | |
| 2073 | + -webkit-box-flex: 0; | |
| 2074 | + -ms-flex-positive: 0; | |
| 2075 | + flex-grow: 0; | |
| 2076 | + max-width: calc( 9 / 12 * 100% ); | |
| 2077 | + -ms-flex-preferred-size: calc( 9 / 12 * 100% ); | |
| 2078 | + flex-basis: calc( 9 / 12 * 100% ); | |
| 1740 | 2079 | } |
| 1741 | 2080 | .eps-grid-item-xl-10 { |
| 1742 | - flex-grow: 0; | |
| 1743 | - max-width: calc(10 / 12 * 100%); | |
| 1744 | - flex-basis: calc(10 / 12 * 100%); | |
| 2081 | + -webkit-box-flex: 0; | |
| 2082 | + -ms-flex-positive: 0; | |
| 2083 | + flex-grow: 0; | |
| 2084 | + max-width: calc( 10 / 12 * 100% ); | |
| 2085 | + -ms-flex-preferred-size: calc( 10 / 12 * 100% ); | |
| 2086 | + flex-basis: calc( 10 / 12 * 100% ); | |
| 1745 | 2087 | } |
| 1746 | 2088 | .eps-grid-item-xl-11 { |
| 1747 | - flex-grow: 0; | |
| 1748 | - max-width: calc(11 / 12 * 100%); | |
| 1749 | - flex-basis: calc(11 / 12 * 100%); | |
| 2089 | + -webkit-box-flex: 0; | |
| 2090 | + -ms-flex-positive: 0; | |
| 2091 | + flex-grow: 0; | |
| 2092 | + max-width: calc( 11 / 12 * 100% ); | |
| 2093 | + -ms-flex-preferred-size: calc( 11 / 12 * 100% ); | |
| 2094 | + flex-basis: calc( 11 / 12 * 100% ); | |
| 1750 | 2095 | } |
| 1751 | 2096 | .eps-grid-item-xl-12 { |
| 1752 | - flex-grow: 0; | |
| 1753 | - max-width: calc(12 / 12 * 100%); | |
| 1754 | - flex-basis: calc(12 / 12 * 100%); | |
| 2097 | + -webkit-box-flex: 0; | |
| 2098 | + -ms-flex-positive: 0; | |
| 2099 | + flex-grow: 0; | |
| 2100 | + max-width: calc( 12 / 12 * 100% ); | |
| 2101 | + -ms-flex-preferred-size: calc( 12 / 12 * 100% ); | |
| 2102 | + flex-basis: calc( 12 / 12 * 100% ); | |
| 1755 | 2103 | } |
| 1756 | 2104 | } |
| 1757 | 2105 | @media screen and (min-width: 1600px) { |
| 1758 | 2106 | .eps-grid-item-xxl-1 { |
| 1759 | - flex-grow: 0; | |
| 1760 | - max-width: calc(1 / 12 * 100%); | |
| 1761 | - flex-basis: calc(1 / 12 * 100%); | |
| 2107 | + -webkit-box-flex: 0; | |
| 2108 | + -ms-flex-positive: 0; | |
| 2109 | + flex-grow: 0; | |
| 2110 | + max-width: calc( 1 / 12 * 100% ); | |
| 2111 | + -ms-flex-preferred-size: calc( 1 / 12 * 100% ); | |
| 2112 | + flex-basis: calc( 1 / 12 * 100% ); | |
| 1762 | 2113 | } |
| 1763 | 2114 | .eps-grid-item-xxl-2 { |
| 1764 | - flex-grow: 0; | |
| 1765 | - max-width: calc(2 / 12 * 100%); | |
| 1766 | - flex-basis: calc(2 / 12 * 100%); | |
| 2115 | + -webkit-box-flex: 0; | |
| 2116 | + -ms-flex-positive: 0; | |
| 2117 | + flex-grow: 0; | |
| 2118 | + max-width: calc( 2 / 12 * 100% ); | |
| 2119 | + -ms-flex-preferred-size: calc( 2 / 12 * 100% ); | |
| 2120 | + flex-basis: calc( 2 / 12 * 100% ); | |
| 1767 | 2121 | } |
| 1768 | 2122 | .eps-grid-item-xxl-3 { |
| 1769 | - flex-grow: 0; | |
| 1770 | - max-width: calc(3 / 12 * 100%); | |
| 1771 | - flex-basis: calc(3 / 12 * 100%); | |
| 2123 | + -webkit-box-flex: 0; | |
| 2124 | + -ms-flex-positive: 0; | |
| 2125 | + flex-grow: 0; | |
| 2126 | + max-width: calc( 3 / 12 * 100% ); | |
| 2127 | + -ms-flex-preferred-size: calc( 3 / 12 * 100% ); | |
| 2128 | + flex-basis: calc( 3 / 12 * 100% ); | |
| 1772 | 2129 | } |
| 1773 | 2130 | .eps-grid-item-xxl-4 { |
| 1774 | - flex-grow: 0; | |
| 1775 | - max-width: calc(4 / 12 * 100%); | |
| 1776 | - flex-basis: calc(4 / 12 * 100%); | |
| 2131 | + -webkit-box-flex: 0; | |
| 2132 | + -ms-flex-positive: 0; | |
| 2133 | + flex-grow: 0; | |
| 2134 | + max-width: calc( 4 / 12 * 100% ); | |
| 2135 | + -ms-flex-preferred-size: calc( 4 / 12 * 100% ); | |
| 2136 | + flex-basis: calc( 4 / 12 * 100% ); | |
| 1777 | 2137 | } |
| 1778 | 2138 | .eps-grid-item-xxl-5 { |
| 1779 | - flex-grow: 0; | |
| 1780 | - max-width: calc(5 / 12 * 100%); | |
| 1781 | - flex-basis: calc(5 / 12 * 100%); | |
| 2139 | + -webkit-box-flex: 0; | |
| 2140 | + -ms-flex-positive: 0; | |
| 2141 | + flex-grow: 0; | |
| 2142 | + max-width: calc( 5 / 12 * 100% ); | |
| 2143 | + -ms-flex-preferred-size: calc( 5 / 12 * 100% ); | |
| 2144 | + flex-basis: calc( 5 / 12 * 100% ); | |
| 1782 | 2145 | } |
| 1783 | 2146 | .eps-grid-item-xxl-6 { |
| 1784 | - flex-grow: 0; | |
| 1785 | - max-width: calc(6 / 12 * 100%); | |
| 1786 | - flex-basis: calc(6 / 12 * 100%); | |
| 2147 | + -webkit-box-flex: 0; | |
| 2148 | + -ms-flex-positive: 0; | |
| 2149 | + flex-grow: 0; | |
| 2150 | + max-width: calc( 6 / 12 * 100% ); | |
| 2151 | + -ms-flex-preferred-size: calc( 6 / 12 * 100% ); | |
| 2152 | + flex-basis: calc( 6 / 12 * 100% ); | |
| 1787 | 2153 | } |
| 1788 | 2154 | .eps-grid-item-xxl-7 { |
| 1789 | - flex-grow: 0; | |
| 1790 | - max-width: calc(7 / 12 * 100%); | |
| 1791 | - flex-basis: calc(7 / 12 * 100%); | |
| 2155 | + -webkit-box-flex: 0; | |
| 2156 | + -ms-flex-positive: 0; | |
| 2157 | + flex-grow: 0; | |
| 2158 | + max-width: calc( 7 / 12 * 100% ); | |
| 2159 | + -ms-flex-preferred-size: calc( 7 / 12 * 100% ); | |
| 2160 | + flex-basis: calc( 7 / 12 * 100% ); | |
| 1792 | 2161 | } |
| 1793 | 2162 | .eps-grid-item-xxl-8 { |
| 1794 | - flex-grow: 0; | |
| 1795 | - max-width: calc(8 / 12 * 100%); | |
| 1796 | - flex-basis: calc(8 / 12 * 100%); | |
| 2163 | + -webkit-box-flex: 0; | |
| 2164 | + -ms-flex-positive: 0; | |
| 2165 | + flex-grow: 0; | |
| 2166 | + max-width: calc( 8 / 12 * 100% ); | |
| 2167 | + -ms-flex-preferred-size: calc( 8 / 12 * 100% ); | |
| 2168 | + flex-basis: calc( 8 / 12 * 100% ); | |
| 1797 | 2169 | } |
| 1798 | 2170 | .eps-grid-item-xxl-9 { |
| 1799 | - flex-grow: 0; | |
| 1800 | - max-width: calc(9 / 12 * 100%); | |
| 1801 | - flex-basis: calc(9 / 12 * 100%); | |
| 2171 | + -webkit-box-flex: 0; | |
| 2172 | + -ms-flex-positive: 0; | |
| 2173 | + flex-grow: 0; | |
| 2174 | + max-width: calc( 9 / 12 * 100% ); | |
| 2175 | + -ms-flex-preferred-size: calc( 9 / 12 * 100% ); | |
| 2176 | + flex-basis: calc( 9 / 12 * 100% ); | |
| 1802 | 2177 | } |
| 1803 | 2178 | .eps-grid-item-xxl-10 { |
| 1804 | - flex-grow: 0; | |
| 1805 | - max-width: calc(10 / 12 * 100%); | |
| 1806 | - flex-basis: calc(10 / 12 * 100%); | |
| 2179 | + -webkit-box-flex: 0; | |
| 2180 | + -ms-flex-positive: 0; | |
| 2181 | + flex-grow: 0; | |
| 2182 | + max-width: calc( 10 / 12 * 100% ); | |
| 2183 | + -ms-flex-preferred-size: calc( 10 / 12 * 100% ); | |
| 2184 | + flex-basis: calc( 10 / 12 * 100% ); | |
| 1807 | 2185 | } |
| 1808 | 2186 | .eps-grid-item-xxl-11 { |
| 1809 | - flex-grow: 0; | |
| 1810 | - max-width: calc(11 / 12 * 100%); | |
| 1811 | - flex-basis: calc(11 / 12 * 100%); | |
| 2187 | + -webkit-box-flex: 0; | |
| 2188 | + -ms-flex-positive: 0; | |
| 2189 | + flex-grow: 0; | |
| 2190 | + max-width: calc( 11 / 12 * 100% ); | |
| 2191 | + -ms-flex-preferred-size: calc( 11 / 12 * 100% ); | |
| 2192 | + flex-basis: calc( 11 / 12 * 100% ); | |
| 1812 | 2193 | } |
| 1813 | 2194 | .eps-grid-item-xxl-12 { |
| 1814 | - flex-grow: 0; | |
| 1815 | - max-width: calc(12 / 12 * 100%); | |
| 1816 | - flex-basis: calc(12 / 12 * 100%); | |
| 2195 | + -webkit-box-flex: 0; | |
| 2196 | + -ms-flex-positive: 0; | |
| 2197 | + flex-grow: 0; | |
| 2198 | + max-width: calc( 12 / 12 * 100% ); | |
| 2199 | + -ms-flex-preferred-size: calc( 12 / 12 * 100% ); | |
| 2200 | + flex-basis: calc( 12 / 12 * 100% ); | |
| 1817 | 2201 | } |
| 1818 | 2202 | } |
| 1819 | 2203 | :root { |
| 1820 | - --menu-title-color: #515962; | |
| 2204 | + --menu-title-color: #6d7882; | |
| 1821 | 2205 | } |
| 1822 | 2206 | |
| 1823 | 2207 | .eps-theme-dark { |
| 1824 | - --menu-title-color: #515962; | |
| 2208 | + --menu-title-color: #6d7882; | |
| 1825 | 2209 | } |
| 1826 | 2210 | |
| 1827 | 2211 | .eps-menu ul { |
| 1828 | 2212 | list-style: none; |
| @@ -1829,8 +2213,10 @@ | ||
| 1829 | 2213 | padding: 0; |
| 1830 | 2214 | margin: 0; |
| 1831 | 2215 | } |
| 1832 | 2216 | .eps-menu ul li { |
| 2217 | + display: -webkit-box; | |
| 2218 | + display: -ms-flexbox; | |
| 1833 | 2219 | display: flex; |
| 1834 | 2220 | } |
| 1835 | 2221 | .eps-menu__title { |
| 1836 | 2222 | padding: 0.5rem 1.875rem; |
| @@ -1841,17 +2227,15 @@ | ||
| 1841 | 2227 | color: var(--menu-title-color); |
| 1842 | 2228 | } |
| 1843 | 2229 | |
| 1844 | 2230 | :root { |
| 1845 | - --eps-modal-background-color: #ffffff; | |
| 1846 | - --eps-modal-header-background-color: #2563EB; | |
| 1847 | - --eps-tip-background-color: #F0F7FF; | |
| 2231 | + --eps-modal-background-color: #fff; | |
| 2232 | + --eps-modal-header-background-color: #58d0f5; | |
| 1848 | 2233 | } |
| 1849 | 2234 | |
| 1850 | 2235 | .eps-theme-dark { |
| 1851 | - --eps-modal-background-color: #0C0D0E; | |
| 1852 | - --eps-modal-header-background-color: #0077CC; | |
| 1853 | - --eps-tip-background-color: #0A1A3D; | |
| 2236 | + --eps-modal-background-color: #34383c; | |
| 2237 | + --eps-modal-header-background-color: #58d0f5; | |
| 1854 | 2238 | } |
| 1855 | 2239 | |
| 1856 | 2240 | /** ---------------------------------------------------------------- |
| 1857 | 2241 | EPS Modal |
| @@ -1859,17 +2243,27 @@ | ||
| 1859 | 2243 | .eps-modal { |
| 1860 | 2244 | max-width: 43.75rem; |
| 1861 | 2245 | background: var(--eps-modal-background-color); |
| 1862 | 2246 | border-radius: 0.1875rem; |
| 1863 | - animation: eps-animation-pop 0.15s cubic-bezier(0.57, 0.53, 0.71, 1.47) forwards; | |
| 2247 | + -webkit-animation: eps-animation-pop 0.15s cubic-bezier(0.57, 0.53, 0.71, 1.47) forwards; | |
| 2248 | + animation: eps-animation-pop 0.15s cubic-bezier(0.57, 0.53, 0.71, 1.47) forwards; | |
| 1864 | 2249 | } |
| 1865 | 2250 | .eps-modal__overlay { |
| 1866 | 2251 | background: rgba(0, 0, 0, 0.5); |
| 1867 | 2252 | position: fixed; |
| 2253 | + display: -webkit-box; | |
| 2254 | + display: -ms-flexbox; | |
| 1868 | 2255 | display: flex; |
| 1869 | - inset: 0; | |
| 1870 | - align-items: center; | |
| 1871 | - justify-content: center; | |
| 2256 | + top: 0; | |
| 2257 | + left: 0; | |
| 2258 | + width: 100%; | |
| 2259 | + height: 100%; | |
| 2260 | + -webkit-box-align: center; | |
| 2261 | + -ms-flex-align: center; | |
| 2262 | + align-items: center; | |
| 2263 | + -webkit-box-pack: center; | |
| 2264 | + -ms-flex-pack: center; | |
| 2265 | + justify-content: center; | |
| 1872 | 2266 | z-index: 1030; |
| 1873 | 2267 | } |
| 1874 | 2268 | .eps-modal__header { |
| 1875 | 2269 | font-size: 0.875rem; |
| @@ -1878,37 +2272,42 @@ | ||
| 1878 | 2272 | padding: 0.625rem 1rem; |
| 1879 | 2273 | border-radius: 0.1875rem; |
| 1880 | 2274 | } |
| 1881 | 2275 | .eps-modal__header, .eps-modal__header .title { |
| 1882 | - color: #ffffff; | |
| 2276 | + color: #fff; | |
| 1883 | 2277 | } |
| 1884 | 2278 | .eps-modal__icon { |
| 1885 | - margin-inline-end: 0.625rem; | |
| 2279 | + -webkit-margin-end: 0.625rem; | |
| 2280 | + margin-inline-end: 0.625rem; | |
| 1886 | 2281 | } |
| 1887 | 2282 | .eps-modal__body { |
| 1888 | 2283 | padding: 1.875rem; |
| 1889 | 2284 | } |
| 1890 | 2285 | .eps-modal__tip, .eps-modal .eps-tip { |
| 1891 | - padding: 0.5rem; | |
| 1892 | - padding-inline-start: 0.75rem; | |
| 1893 | - border-inline-start: 3px solid #2563EB; | |
| 1894 | - background-color: var(--eps-tip-background-color); | |
| 2286 | + -webkit-padding-start: 0.75rem; | |
| 2287 | + padding-inline-start: 0.75rem; | |
| 2288 | + -webkit-border-start: 3px solid #58d0f5; | |
| 2289 | + border-inline-start: 3px solid #58d0f5; | |
| 1895 | 2290 | } |
| 1896 | 2291 | .eps-modal__tip:not(:last-child), .eps-modal .eps-tip:not(:last-child) { |
| 1897 | - margin-block-end: 1.875rem; | |
| 2292 | + margin-bottom: 1.875rem; | |
| 1898 | 2293 | } |
| 1899 | 2294 | .eps-modal__tip:not(:first-child), .eps-modal .eps-tip:not(:first-child) { |
| 1900 | - margin-block-start: 1.875rem; | |
| 2295 | + margin-top: 1.875rem; | |
| 1901 | 2296 | } |
| 1902 | 2297 | .eps-modal__section:not(:first-child) { |
| 1903 | - margin-block-start: 1.875rem; | |
| 2298 | + margin-top: 1.875rem; | |
| 1904 | 2299 | } |
| 1905 | 2300 | .eps-modal__close-wrapper { |
| 1906 | - padding-inline-start: 1rem; | |
| 1907 | - border-inline-start: solid 1px #ffffff; | |
| 2301 | + -webkit-padding-start: 1rem; | |
| 2302 | + padding-inline-start: 1rem; | |
| 2303 | + -webkit-border-start: solid 1px #fff; | |
| 2304 | + border-inline-start: solid 1px #fff; | |
| 1908 | 2305 | } |
| 1909 | 2306 | |
| 1910 | 2307 | .eps-add-new-button { |
| 2308 | + display: -webkit-inline-box; | |
| 2309 | + display: -ms-inline-flexbox; | |
| 1911 | 2310 | display: inline-flex; |
| 1912 | 2311 | --eps-add-new-button-size: 1.5rem; |
| 1913 | 2312 | line-height: var(--eps-add-new-button-size); |
| 1914 | 2313 | cursor: pointer; |
| @@ -1913,10 +2312,10 @@ | ||
| 1913 | 2312 | line-height: var(--eps-add-new-button-size); |
| 1914 | 2313 | cursor: pointer; |
| 1915 | 2314 | } |
| 1916 | 2315 | .eps-add-new-button .eps-icon { |
| 1917 | - background-color: #F3BAFD; | |
| 1918 | - color: #0C0D0E; | |
| 2316 | + background-color: #58d0f5; | |
| 2317 | + color: #fff; | |
| 1919 | 2318 | width: var(--eps-add-new-button-size); |
| 1920 | 2319 | height: var(--eps-add-new-button-size); |
| 1921 | 2320 | border-radius: 100%; |
| 1922 | 2321 | font-size: calc(var(--eps-add-new-button-size) * 0.75); |
| @@ -1923,9 +2322,10 @@ | ||
| 1923 | 2322 | text-align: center; |
| 1924 | 2323 | line-height: var(--eps-add-new-button-size); |
| 1925 | 2324 | } |
| 1926 | 2325 | .eps-add-new-button span:not(.sr-only) { |
| 1927 | - margin-inline-start: 0.625rem; | |
| 2326 | + -webkit-margin-start: 0.625rem; | |
| 2327 | + margin-inline-start: 0.625rem; | |
| 1928 | 2328 | font-weight: 500; |
| 1929 | 2329 | } |
| 1930 | 2330 | .eps-add-new-button--sm { |
| 1931 | 2331 | --eps-add-new-button-size: 1rem; |
| @@ -1931,53 +2331,53 @@ | ||
| 1931 | 2331 | --eps-add-new-button-size: 1rem; |
| 1932 | 2332 | } |
| 1933 | 2333 | |
| 1934 | 2334 | :root { |
| 1935 | - --select2-selection-background-color: #ffffff; | |
| 1936 | - --select2-selection-color: #515962; | |
| 1937 | - --select2-selection-border-color: #9DA5AE; | |
| 1938 | - --select2-selection-opened-focused-border-color: #BABFC5; | |
| 1939 | - --select2-single-selection-rendered-color: #515962; | |
| 1940 | - --select2-default-single-selection-background-color: #ffffff; | |
| 1941 | - --select2-default-single-selection-border-color: #9DA5AE; | |
| 1942 | - --select2-default-multiple-selection-background-color: #ffffff; | |
| 1943 | - --select2-default-multiple-selection-choice-background-color: #BABFC5; | |
| 1944 | - --select2-default-multiple-selection-choice-color: #515962; | |
| 1945 | - --select2-default-multiple-selection-choice-border-color: #BABFC5; | |
| 1946 | - --select2-default-multiple-selection-choice-remove-color: #69727D; | |
| 1947 | - --select2-default-multiple-selection-choice-remove-hover-color: #515962; | |
| 1948 | - --select2-default-results-selected-option-background-color: #ffffff; | |
| 1949 | - --select2-default-results-selected-option-color: #515962; | |
| 2335 | + --select2-selection-background-color: #fff; | |
| 2336 | + --select2-selection-color: #6d7882; | |
| 2337 | + --select2-selection-border-color: #d5dadf; | |
| 2338 | + --select2-selection-opened-focused-border-color: #f1f3f5; | |
| 2339 | + --select2-single-selection-rendered-color: #6d7882; | |
| 2340 | + --select2-default-single-selection-background-color: #fff; | |
| 2341 | + --select2-default-single-selection-border-color: #d5dadf; | |
| 2342 | + --select2-default-multiple-selection-background-color: #fff; | |
| 2343 | + --select2-default-multiple-selection-choice-background-color: #f1f3f5; | |
| 2344 | + --select2-default-multiple-selection-choice-color: #6d7882; | |
| 2345 | + --select2-default-multiple-selection-choice-border-color: #f1f3f5; | |
| 2346 | + --select2-default-multiple-selection-choice-remove-color: #a4afb7; | |
| 2347 | + --select2-default-multiple-selection-choice-remove-hover-color: #6d7882; | |
| 2348 | + --select2-default-results-selected-option-background-color: #fff; | |
| 2349 | + --select2-default-results-selected-option-color: #6d7882; | |
| 1950 | 2350 | --select2-default-results-highlighted-option-background-color: #5897fb; |
| 1951 | - --select2-default-results-highlighted-option-color: #ffffff; | |
| 2351 | + --select2-default-results-highlighted-option-color: #fff; | |
| 1952 | 2352 | --select2-results-selected-option-background-color: #5897fb; |
| 1953 | - --select2-results-selected-option-color: #ffffff; | |
| 1954 | - --select2-dropdown-background-color: #ffffff; | |
| 1955 | - --select2-dropdown-border-color: #9DA5AE; | |
| 2353 | + --select2-results-selected-option-color: #fff; | |
| 2354 | + --select2-dropdown-background-color: #fff; | |
| 2355 | + --select2-dropdown-border-color: #d5dadf; | |
| 1956 | 2356 | } |
| 1957 | 2357 | |
| 1958 | 2358 | .eps-theme-dark { |
| 1959 | - --select2-selection-background-color: #3f444b; | |
| 1960 | - --select2-selection-color: #D5D8DC; | |
| 1961 | - --select2-selection-border-color: #818A96; | |
| 1962 | - --select2-selection-opened-focused-border-color: #9DA5AE; | |
| 1963 | - --select2-single-selection-rendered-color: #D5D8DC; | |
| 1964 | - --select2-default-single-selection-background-color: #3f444b; | |
| 1965 | - --select2-default-single-selection-border-color: #69727D; | |
| 1966 | - --select2-default-multiple-selection-background-color: #3f444b; | |
| 1967 | - --select2-default-multiple-selection-choice-background-color: #69727D; | |
| 1968 | - --select2-default-multiple-selection-choice-color: #D5D8DC; | |
| 1969 | - --select2-default-multiple-selection-choice-border-color: #69727D; | |
| 1970 | - --select2-default-multiple-selection-choice-remove-color: #BABFC5; | |
| 1971 | - --select2-default-multiple-selection-choice-remove-hover-color: #D5D8DC; | |
| 1972 | - --select2-default-results-selected-option-background-color: #3f444b; | |
| 1973 | - --select2-default-results-selected-option-color: #D5D8DC; | |
| 1974 | - --select2-default-results-highlighted-option-background-color: #69727D; | |
| 1975 | - --select2-default-results-highlighted-option-color: #D5D8DC; | |
| 1976 | - --select2-results-selected-option-background-color: #69727D; | |
| 1977 | - --select2-results-selected-option-color: #D5D8DC; | |
| 1978 | - --select2-dropdown-background-color: #3f444b; | |
| 1979 | - --select2-dropdown-border-color: #818A96; | |
| 2359 | + --select2-selection-background-color: #34383c; | |
| 2360 | + --select2-selection-color: #e0e1e3; | |
| 2361 | + --select2-selection-border-color: #64666a; | |
| 2362 | + --select2-selection-opened-focused-border-color: #7d7e82; | |
| 2363 | + --select2-single-selection-rendered-color: #e0e1e3; | |
| 2364 | + --select2-default-single-selection-background-color: #34383c; | |
| 2365 | + --select2-default-single-selection-border-color: #4c4f56; | |
| 2366 | + --select2-default-multiple-selection-background-color: #34383c; | |
| 2367 | + --select2-default-multiple-selection-choice-background-color: #4c4f56; | |
| 2368 | + --select2-default-multiple-selection-choice-color: #e0e1e3; | |
| 2369 | + --select2-default-multiple-selection-choice-border-color: #4c4f56; | |
| 2370 | + --select2-default-multiple-selection-choice-remove-color: #b4b5b7; | |
| 2371 | + --select2-default-multiple-selection-choice-remove-hover-color: #e0e1e3; | |
| 2372 | + --select2-default-results-selected-option-background-color: #34383c; | |
| 2373 | + --select2-default-results-selected-option-color: #e0e1e3; | |
| 2374 | + --select2-default-results-highlighted-option-background-color: #4c4f56; | |
| 2375 | + --select2-default-results-highlighted-option-color: #e0e1e3; | |
| 2376 | + --select2-results-selected-option-background-color: #4c4f56; | |
| 2377 | + --select2-results-selected-option-color: #e0e1e3; | |
| 2378 | + --select2-dropdown-background-color: #34383c; | |
| 2379 | + --select2-dropdown-border-color: #64666a; | |
| 1980 | 2380 | } |
| 1981 | 2381 | |
| 1982 | 2382 | .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, |
| 1983 | 2383 | .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { |
| @@ -2028,61 +2428,56 @@ | ||
| 2028 | 2428 | border-color: var(--select2-dropdown-border-color); |
| 2029 | 2429 | } |
| 2030 | 2430 | |
| 2031 | 2431 | .eps-notice { |
| 2032 | - --eps-box-notice-background-color: #F1F2F3; | |
| 2432 | + --eps-box-notice-color: #a4afb7; | |
| 2433 | + --eps-box-notice-background-color: #fcfcfc; | |
| 2033 | 2434 | padding: 0.625rem 1rem; |
| 2435 | + -webkit-box-shadow: 0 2px 3px 1px var(--color-box-shadow-color); | |
| 2436 | + box-shadow: 0 2px 3px 1px var(--color-box-shadow-color); | |
| 2437 | + background-color: var(--eps-box-notice-background-color); | |
| 2034 | 2438 | } |
| 2035 | 2439 | .eps-notice-semantic { |
| 2036 | - border-inline-start: 3px solid var(--eps-notice-semantic-color); | |
| 2037 | - background-color: var(--eps-notice-semantic-bg); | |
| 2440 | + -webkit-border-start: 3px solid var(--eps-notice-semantic-color); | |
| 2441 | + border-inline-start: 3px solid var(--eps-notice-semantic-color); | |
| 2038 | 2442 | } |
| 2039 | 2443 | .eps-notice-semantic .eps-notice__icon { |
| 2040 | 2444 | color: var(--eps-notice-semantic-color); |
| 2041 | 2445 | font-size: 1rem; |
| 2042 | - margin-inline-end: 0.75rem; | |
| 2446 | + -webkit-margin-end: 0.75rem; | |
| 2447 | + margin-inline-end: 0.75rem; | |
| 2043 | 2448 | } |
| 2044 | 2449 | .eps-notice--warning { |
| 2045 | - --eps-notice-semantic-color: #F59E0B; | |
| 2046 | - --eps-notice-semantic-bg: #FFFBEB; | |
| 2450 | + --eps-notice-semantic-color: #fcb92c; | |
| 2047 | 2451 | } |
| 2048 | 2452 | .eps-notice--danger { |
| 2049 | - --eps-notice-semantic-color: #DC2626; | |
| 2050 | - --eps-notice-semantic-bg: #FEF1F4; | |
| 2453 | + --eps-notice-semantic-color: #b01b1b; | |
| 2051 | 2454 | } |
| 2052 | 2455 | .eps-notice--info { |
| 2053 | - --eps-notice-semantic-color: #2563EB; | |
| 2054 | - --eps-notice-semantic-bg: #F0F7FF; | |
| 2456 | + --eps-notice-semantic-color: #58d0f5; | |
| 2055 | 2457 | } |
| 2056 | 2458 | .eps-notice__text { |
| 2057 | 2459 | margin: 0; |
| 2058 | 2460 | padding: 0; |
| 2461 | + color: var(--eps-box-notice-color); | |
| 2462 | + font-style: italic; | |
| 2059 | 2463 | } |
| 2060 | 2464 | .eps-notice__button-container { |
| 2061 | - flex-shrink: 0; | |
| 2062 | - margin-inline-start: 1.25rem; | |
| 2465 | + -ms-flex-negative: 0; | |
| 2466 | + flex-shrink: 0; | |
| 2467 | + margin-left: 1.25rem; | |
| 2063 | 2468 | width: auto; |
| 2064 | 2469 | } |
| 2065 | 2470 | |
| 2066 | 2471 | .eps-theme-dark .eps-notice { |
| 2067 | - --eps-box-notice-background-color: #515962; | |
| 2472 | + --eps-box-notice-color: #b4b5b7; | |
| 2473 | + --eps-box-notice-background-color: #404349; | |
| 2068 | 2474 | } |
| 2069 | -.eps-theme-dark .eps-notice--warning { | |
| 2070 | - --eps-notice-semantic-bg: #311808; | |
| 2071 | -} | |
| 2072 | -.eps-theme-dark .eps-notice--danger { | |
| 2073 | - --eps-notice-semantic-bg: #390A0A; | |
| 2074 | -} | |
| 2075 | -.eps-theme-dark .eps-notice--info { | |
| 2076 | - --eps-notice-semantic-bg: #0A1A3D; | |
| 2077 | -} | |
| 2078 | 2475 | |
| 2079 | 2476 | .eps-list { |
| 2080 | - --eps-list-item-separated-border-color: #BABFC5; | |
| 2477 | + --eps-list-item-separated-border-color: #f1f3f5; | |
| 2081 | 2478 | padding: 0; |
| 2082 | 2479 | margin: 0; |
| 2083 | - border-radius: 0.1875rem; | |
| 2084 | - border: 1px solid var(--e-a-border-color); | |
| 2085 | 2480 | list-style-type: none; |
| 2086 | 2481 | } |
| 2087 | 2482 | .eps-list--padding { |
| 2088 | 2483 | padding: var(--eps-list-padding); |
| @@ -2093,55 +2488,66 @@ | ||
| 2093 | 2488 | .eps-list__item--padding { |
| 2094 | 2489 | padding: var(--eps-list-item-padding); |
| 2095 | 2490 | } |
| 2096 | 2491 | .eps-list--separated .eps-list__item:not(:last-child) { |
| 2097 | - border-block-end: 1px solid var(--eps-list-item-separated-border-color); | |
| 2492 | + border-bottom: 1px solid var(--eps-list-item-separated-border-color); | |
| 2098 | 2493 | } |
| 2099 | 2494 | |
| 2100 | 2495 | .eps-theme-dark .eps-list { |
| 2101 | - --eps-list-item-separated-border-color: #3f444b; | |
| 2496 | + --eps-list-item-separated-border-color: #34383c; | |
| 2102 | 2497 | } |
| 2103 | 2498 | |
| 2104 | 2499 | :root { |
| 2105 | - --popover-background-color: #ffffff; | |
| 2106 | - --popover-item-color: #515962; | |
| 2107 | - --popover-item-hover-color: #3f444b; | |
| 2108 | - --popover-item-danger-hover-color: #DC2626; | |
| 2109 | - --popover-item-background-color: #ffffff; | |
| 2500 | + --popover-background-color: #fff; | |
| 2501 | + --popover-item-color: #6d7882; | |
| 2502 | + --popover-item-hover-color: #556068; | |
| 2503 | + --popover-item-danger-hover-color: #b01b1b; | |
| 2504 | + --popover-item-background-color: #fff; | |
| 2110 | 2505 | --popover-box-shadow-color: rgba(0, 0, 0, 0.15); |
| 2111 | 2506 | --popover-box-shadow-size: 0px 1px 20px; |
| 2112 | - --popover-arrow-color: #ffffff; | |
| 2507 | + --popover-arrow-color: #fff; | |
| 2113 | 2508 | } |
| 2114 | 2509 | |
| 2115 | 2510 | .eps-theme-dark { |
| 2116 | - --popover-background-color: #1f2124; | |
| 2117 | - --popover-item-color: #ffffff; | |
| 2118 | - --popover-item-hover-color: #D5D8DC; | |
| 2511 | + --popover-background-color: #4c4f56; | |
| 2512 | + --popover-item-color: #fff; | |
| 2513 | + --popover-item-hover-color: #e0e1e3; | |
| 2119 | 2514 | --popover-item-danger-hover-color: #F84343; |
| 2120 | - --popover-item-background-color: #1f2124; | |
| 2515 | + --popover-item-background-color: #4c4f56; | |
| 2121 | 2516 | --popover-box-shadow-color: rgba(0, 0, 0, 0.15); |
| 2122 | 2517 | --popover-box-shadow-size: 0px 1px 20px; |
| 2123 | - --popover-arrow-color: #1f2124; | |
| 2518 | + --popover-arrow-color: #4c4f56; | |
| 2124 | 2519 | } |
| 2125 | 2520 | |
| 2126 | 2521 | .eps-popover { |
| 2127 | 2522 | padding: 10px 0; |
| 2128 | 2523 | background-color: var(--popover-background-color); |
| 2129 | - box-shadow: var(--popover-box-shadow-size) var(--popover-box-shadow-color); | |
| 2524 | + -webkit-box-shadow: var(--popover-box-shadow-size) var(--popover-box-shadow-color); | |
| 2525 | + box-shadow: var(--popover-box-shadow-size) var(--popover-box-shadow-color); | |
| 2130 | 2526 | list-style: none; |
| 2527 | + display: -webkit-box; | |
| 2528 | + display: -ms-flexbox; | |
| 2131 | 2529 | display: flex; |
| 2132 | - flex-direction: column; | |
| 2530 | + -webkit-box-orient: vertical; | |
| 2531 | + -webkit-box-direction: normal; | |
| 2532 | + -ms-flex-direction: column; | |
| 2533 | + flex-direction: column; | |
| 2133 | 2534 | min-width: 120px; |
| 2134 | 2535 | border-radius: 0.1875rem; |
| 2135 | 2536 | position: absolute; |
| 2136 | 2537 | z-index: 1050; |
| 2137 | - margin-block-start: 9px; | |
| 2138 | - transform: translateX(-50%); | |
| 2139 | - inset-inline-start: 0.25rem; | |
| 2538 | + margin-top: 9px; | |
| 2539 | + -webkit-transform: translateX(-50%); | |
| 2540 | + -ms-transform: translateX(-50%); | |
| 2541 | + transform: translateX(-50%); | |
| 2542 | + left: 0.25rem; | |
| 2140 | 2543 | } |
| 2141 | 2544 | .eps-popover__background { |
| 2142 | 2545 | position: fixed; |
| 2143 | - inset: 0; | |
| 2546 | + top: 0; | |
| 2547 | + bottom: 0; | |
| 2548 | + left: 0; | |
| 2549 | + right: 0; | |
| 2144 | 2550 | z-index: 1030; |
| 2145 | 2551 | } |
| 2146 | 2552 | .eps-popover__container { |
| 2147 | 2553 | position: relative; |
| @@ -2152,28 +2558,18 @@ | ||
| 2152 | 2558 | position: absolute; |
| 2153 | 2559 | width: 16px; |
| 2154 | 2560 | height: 9px; |
| 2155 | 2561 | margin: 0 0.1875rem 9px; |
| 2156 | - inset-block-start: -9px; | |
| 2157 | - inset-inline-start: 50%; | |
| 2158 | - transform: translateX(-50%); | |
| 2562 | + top: -9px; | |
| 2563 | + left: 50%; | |
| 2564 | + -webkit-transform: translateX(-50%); | |
| 2565 | + -ms-transform: translateX(-50%); | |
| 2566 | + transform: translateX(-50%); | |
| 2159 | 2567 | border-color: transparent; |
| 2160 | 2568 | border-style: solid; |
| 2161 | 2569 | border-width: 0 calc(16px / 2) 9px calc(16px / 2); |
| 2162 | - border-block-end-color: var(--popover-arrow-color); | |
| 2570 | + border-bottom-color: var(--popover-arrow-color); | |
| 2163 | 2571 | } |
| 2164 | -.eps-popover--arrow-start::before { | |
| 2165 | - inset-inline-start: 0.1875rem; | |
| 2166 | - transform: none; | |
| 2167 | -} | |
| 2168 | -.eps-popover--arrow-end::before { | |
| 2169 | - inset-inline-start: auto; | |
| 2170 | - inset-inline-end: 0.1875rem; | |
| 2171 | - transform: none; | |
| 2172 | -} | |
| 2173 | -.eps-popover--arrow-none::before { | |
| 2174 | - display: none; | |
| 2175 | -} | |
| 2176 | 2572 | .eps-popover__item { |
| 2177 | 2573 | padding: 0.3125rem 1rem; |
| 2178 | 2574 | background-color: var(--popover-item-background-color); |
| 2179 | 2575 | color: var(--popover-item-color); |
| @@ -2180,9 +2576,11 @@ | ||
| 2180 | 2576 | font-size: 0.6875rem; |
| 2181 | 2577 | font-weight: 500; |
| 2182 | 2578 | line-height: 0.8125rem; |
| 2183 | 2579 | width: 100%; |
| 2184 | - align-items: center; | |
| 2580 | + -webkit-box-align: center; | |
| 2581 | + -ms-flex-align: center; | |
| 2582 | + align-items: center; | |
| 2185 | 2583 | cursor: pointer; |
| 2186 | 2584 | } |
| 2187 | 2585 | .eps-popover__item:hover { |
| 2188 | 2586 | color: var(--popover-item-hover-color); |
| @@ -2191,9 +2589,10 @@ | ||
| 2191 | 2589 | color: var(--popover-item-danger-hover-color); |
| 2192 | 2590 | } |
| 2193 | 2591 | .eps-popover__item .eps-icon { |
| 2194 | 2592 | font-size: inherit; |
| 2195 | - margin-inline-end: 0.3125rem; | |
| 2593 | + -webkit-margin-end: 0.3125rem; | |
| 2594 | + margin-inline-end: 0.3125rem; | |
| 2196 | 2595 | } |
| 2197 | 2596 | |
| 2198 | 2597 | .eps-css-grid { |
| 2199 | 2598 | display: grid; |
| @@ -2201,12 +2600,14 @@ | ||
| 2201 | 2600 | grid-gap: var(--eps-grid-spacing); |
| 2202 | 2601 | } |
| 2203 | 2602 | |
| 2204 | 2603 | .eps-box { |
| 2205 | - --eps-box-color: #1f2124; | |
| 2206 | - --eps-box-input-color: #1f2124; | |
| 2604 | + --eps-box-background-color: #fff; | |
| 2605 | + --eps-box-color: #495157; | |
| 2606 | + --eps-box-input-color: #495157; | |
| 2207 | 2607 | padding: 0; |
| 2208 | 2608 | border-radius: 0.1875rem; |
| 2609 | + background-color: var(--eps-box-background-color); | |
| 2209 | 2610 | color: var(--eps-box-color); |
| 2210 | 2611 | } |
| 2211 | 2612 | .eps-box--padding { |
| 2212 | 2613 | padding: var(--eps-box-padding); |
| @@ -2214,28 +2615,29 @@ | ||
| 2214 | 2615 | .eps-box > input { |
| 2215 | 2616 | width: 100%; |
| 2216 | 2617 | outline: 0; |
| 2217 | 2618 | border: 0; |
| 2218 | - background-color: transparent; | |
| 2619 | + background-color: var(--eps-box-background-color); | |
| 2219 | 2620 | color: var(--eps-box-input-color); |
| 2220 | 2621 | } |
| 2221 | 2622 | |
| 2222 | 2623 | .eps-theme-dark .eps-box { |
| 2223 | - --eps-box-color: #D5D8DC; | |
| 2224 | - --eps-box-input-color: #D5D8DC; | |
| 2624 | + --eps-box-background-color: #404349; | |
| 2625 | + --eps-box-color: #e0e1e3; | |
| 2626 | + --eps-box-input-color: #e0e1e3; | |
| 2225 | 2627 | } |
| 2226 | 2628 | |
| 2227 | 2629 | :root { |
| 2228 | - --checkbox-border-color: #9DA5AE; | |
| 2229 | - --checkbox-hover-border-color: rgb(143.0391061453, 152.1787709497, 162.4608938547); | |
| 2230 | - --checkbox-active-border-color: rgb(170.9608938547, 177.8212290503, 185.5391061453); | |
| 2231 | - --checkbox-background-color: #ffffff; | |
| 2232 | - --checkbox-checked-background-color: #515962; | |
| 2233 | - --checkbox-checked-hover-background-color: rgb(69.4608938547, 76.3212290503, 84.0391061453); | |
| 2234 | - --checkbox-checked-active-background-color: rgb(92.5391061453, 101.6787709497, 111.9608938547); | |
| 2235 | - --checkbox-checked-disabled-background-color: #D5D8DC; | |
| 2236 | - --checkbox-indicator-color: #ffffff; | |
| 2237 | - --checkbox-error-background-color: #DC2626; | |
| 2630 | + --checkbox-border-color: #d5dadf; | |
| 2631 | + --checkbox-hover-border-color: #c7cdd4; | |
| 2632 | + --checkbox-active-border-color: #e3e7ea; | |
| 2633 | + --checkbox-background-color: #fff; | |
| 2634 | + --checkbox-checked-background-color: #39b54a; | |
| 2635 | + --checkbox-checked-hover-background-color: #33a242; | |
| 2636 | + --checkbox-checked-active-background-color: #44c455; | |
| 2637 | + --checkbox-checked-disabled-background-color: #c2cbd2; | |
| 2638 | + --checkbox-indicator-color: #fff; | |
| 2639 | + --checkbox-error-background-color: #b01b1b; | |
| 2238 | 2640 | } |
| 2239 | 2641 | |
| 2240 | 2642 | .eps-theme-dark { |
| 2241 | 2643 | --checkbox-background-color: transparent; |
| @@ -2242,27 +2644,33 @@ | ||
| 2242 | 2644 | } |
| 2243 | 2645 | |
| 2244 | 2646 | .eps-checkbox { |
| 2245 | 2647 | -webkit-appearance: none; |
| 2246 | - -moz-appearance: none; | |
| 2247 | - appearance: none; | |
| 2248 | 2648 | border-radius: 0.1875rem; |
| 2249 | 2649 | width: 15px; |
| 2250 | 2650 | height: 15px; |
| 2251 | 2651 | outline: 0; |
| 2252 | 2652 | background-color: var(--checkbox-background-color); |
| 2653 | + display: -webkit-inline-box; | |
| 2654 | + display: -ms-inline-flexbox; | |
| 2253 | 2655 | display: inline-flex; |
| 2254 | - justify-content: center; | |
| 2255 | - align-items: center; | |
| 2656 | + -webkit-box-pack: center; | |
| 2657 | + -ms-flex-pack: center; | |
| 2658 | + justify-content: center; | |
| 2659 | + -webkit-box-align: center; | |
| 2660 | + -ms-flex-align: center; | |
| 2661 | + align-items: center; | |
| 2256 | 2662 | border: 1px solid var(--checkbox-border-color); |
| 2257 | 2663 | } |
| 2258 | 2664 | .eps-checkbox::after { |
| 2259 | 2665 | display: inline-block; |
| 2260 | - margin-block-end: calc(0.25 / 2 * 100%); | |
| 2666 | + margin-bottom: calc(0.25 / 2 * 100%); | |
| 2261 | 2667 | content: " "; |
| 2262 | 2668 | width: 3px; |
| 2263 | 2669 | height: 6px; |
| 2264 | - transform: rotate(45deg); | |
| 2670 | + -webkit-transform: rotate(45deg); | |
| 2671 | + -ms-transform: rotate(45deg); | |
| 2672 | + transform: rotate(45deg); | |
| 2265 | 2673 | } |
| 2266 | 2674 | .eps-checkbox:hover { |
| 2267 | 2675 | --checkbox-border-color: var(--checkbox-hover-border-color); |
| 2268 | 2676 | } |
| @@ -2273,9 +2681,9 @@ | ||
| 2273 | 2681 | --checkbox-background-color: var(--checkbox-checked-background-color); |
| 2274 | 2682 | --checkbox-border-color: var(--checkbox-checked-background-color); |
| 2275 | 2683 | } |
| 2276 | 2684 | .eps-checkbox:checked::after { |
| 2277 | - border: solid #ffffff; | |
| 2685 | + border: solid #fff; | |
| 2278 | 2686 | border-width: 0 1px 1px 0; |
| 2279 | 2687 | } |
| 2280 | 2688 | .eps-checkbox:checked:hover { |
| 2281 | 2689 | --checkbox-background-color: var(--checkbox-checked-hover-background-color); |
| @@ -2291,36 +2699,42 @@ | ||
| 2291 | 2699 | } |
| 2292 | 2700 | .eps-checkbox--rounded { |
| 2293 | 2701 | border-radius: 50%; |
| 2294 | 2702 | } |
| 2703 | +.eps-checkbox--indeterminate { | |
| 2704 | + --checkbox-background-color: var(--checkbox-checked-background-color); | |
| 2705 | + --checkbox-border-color: var(--checkbox-checked-background-color); | |
| 2706 | +} | |
| 2295 | 2707 | .eps-checkbox--indeterminate::after { |
| 2296 | 2708 | display: inline-block; |
| 2297 | - margin-block-end: 0; | |
| 2709 | + margin-bottom: 0; | |
| 2298 | 2710 | content: " "; |
| 2299 | 2711 | width: 7px; |
| 2300 | 2712 | height: 0; |
| 2301 | - transform: rotate(0deg); | |
| 2302 | - border-block-start: 1px solid #ffffff; | |
| 2713 | + -webkit-transform: rotate(0deg); | |
| 2714 | + -ms-transform: rotate(0deg); | |
| 2715 | + transform: rotate(0deg); | |
| 2716 | + border-top: 1px solid #fff; | |
| 2303 | 2717 | } |
| 2304 | -.eps-checkbox--indeterminate { | |
| 2305 | - --checkbox-background-color: var(--checkbox-checked-background-color); | |
| 2306 | - --checkbox-border-color: var(--checkbox-checked-background-color); | |
| 2307 | -} | |
| 2308 | 2718 | .eps-checkbox--error::before, .eps-checkbox--error::after, .eps-checkbox--error:checked::before, .eps-checkbox--error:checked::after { |
| 2309 | 2719 | display: inline-block; |
| 2310 | - margin-block-end: 0; | |
| 2720 | + margin-bottom: 0; | |
| 2311 | 2721 | content: " "; |
| 2312 | 2722 | width: 7px; |
| 2313 | 2723 | height: 0; |
| 2314 | - border: solid #ffffff; | |
| 2724 | + border: solid #fff; | |
| 2315 | 2725 | border-width: 1px 0 0 0; |
| 2316 | 2726 | position: absolute; |
| 2317 | 2727 | } |
| 2318 | 2728 | .eps-checkbox--error::before, .eps-checkbox--error:checked::before { |
| 2319 | - transform: rotate(45deg); | |
| 2729 | + -webkit-transform: rotate(45deg); | |
| 2730 | + -ms-transform: rotate(45deg); | |
| 2731 | + transform: rotate(45deg); | |
| 2320 | 2732 | } |
| 2321 | 2733 | .eps-checkbox--error::after, .eps-checkbox--error:checked::after { |
| 2322 | - transform: rotate(-45deg); | |
| 2734 | + -webkit-transform: rotate(-45deg); | |
| 2735 | + -ms-transform: rotate(-45deg); | |
| 2736 | + transform: rotate(-45deg); | |
| 2323 | 2737 | } |
| 2324 | 2738 | .eps-checkbox--error, .eps-checkbox--error:hover, .eps-checkbox--error:checked, .eps-checkbox--error:checked:hover { |
| 2325 | 2739 | --checkbox-background-color: var(--checkbox-error-background-color); |
| 2326 | 2740 | --checkbox-border-color: var(--checkbox-error-background-color); |
| @@ -2326,15 +2740,15 @@ | ||
| 2326 | 2740 | --checkbox-border-color: var(--checkbox-error-background-color); |
| 2327 | 2741 | } |
| 2328 | 2742 | |
| 2329 | 2743 | :root { |
| 2330 | - --e-app-drag-drop-background-color: #ffffff; | |
| 2331 | - --e-app-drag-drop-outline-color: #E6E8EA; | |
| 2744 | + --e-app-drag-drop-background-color: #fff; | |
| 2745 | + --e-app-drag-drop-outline-color: #d5dadf; | |
| 2332 | 2746 | } |
| 2333 | 2747 | |
| 2334 | 2748 | .eps-theme-dark { |
| 2335 | - --e-app-drag-drop-background-color: #2b2c31; | |
| 2336 | - --e-app-drag-drop-outline-color: #333438; | |
| 2749 | + --e-app-drag-drop-background-color: #404349; | |
| 2750 | + --e-app-drag-drop-outline-color: #7d7e82; | |
| 2337 | 2751 | } |
| 2338 | 2752 | |
| 2339 | 2753 | .e-app-drag-drop { |
| 2340 | 2754 | background-color: var(--e-app-drag-drop-background-color); |
| @@ -2339,14 +2753,14 @@ | ||
| 2339 | 2753 | .e-app-drag-drop { |
| 2340 | 2754 | background-color: var(--e-app-drag-drop-background-color); |
| 2341 | 2755 | outline: 2px dashed var(--e-app-drag-drop-outline-color); |
| 2342 | 2756 | outline-offset: -0.75rem; |
| 2343 | - margin-block-end: 1.5rem; | |
| 2757 | + margin-bottom: 1.5rem; | |
| 2344 | 2758 | padding: 4.125rem; |
| 2345 | 2759 | text-align: center; |
| 2346 | 2760 | } |
| 2347 | 2761 | .e-app-drag-drop--drag-over { |
| 2348 | - outline-color: #2563EB; | |
| 2762 | + outline-color: #58d0f5; | |
| 2349 | 2763 | } |
| 2350 | 2764 | |
| 2351 | 2765 | .eps-dialog { |
| 2352 | 2766 | border-radius: 3px; |
| @@ -2353,15 +2767,15 @@ | ||
| 2353 | 2767 | width: 375px; |
| 2354 | 2768 | } |
| 2355 | 2769 | .eps-dialog__close-button { |
| 2356 | 2770 | position: absolute; |
| 2357 | - inset-block-start: -2.75rem; | |
| 2358 | - inset-inline-end: -2.75rem; | |
| 2359 | - margin-block-start: 0.625rem; | |
| 2360 | - margin-inline-end: 0.625rem; | |
| 2771 | + top: -2.75rem; | |
| 2772 | + right: -2.75rem; | |
| 2773 | + margin-top: 0.625rem; | |
| 2774 | + margin-right: 0.625rem; | |
| 2361 | 2775 | z-index: 1040; |
| 2362 | 2776 | font-size: 1.25rem; |
| 2363 | - color: #ffffff; | |
| 2777 | + color: #fff; | |
| 2364 | 2778 | } |
| 2365 | 2779 | .eps-dialog__content { |
| 2366 | 2780 | padding: 1.5rem 1.875rem 1rem; |
| 2367 | 2781 | font-size: 0.75rem; |
| @@ -2369,39 +2783,48 @@ | ||
| 2369 | 2783 | .eps-dialog__title, .eps-dialog__text { |
| 2370 | 2784 | text-align: center; |
| 2371 | 2785 | } |
| 2372 | 2786 | .eps-dialog__buttons { |
| 2787 | + display: -webkit-box; | |
| 2788 | + display: -ms-flexbox; | |
| 2373 | 2789 | display: flex; |
| 2374 | 2790 | } |
| 2375 | 2791 | .eps-dialog__button { |
| 2376 | - flex: 1; | |
| 2377 | - border-block-start: 1px solid var(--hr-color); | |
| 2792 | + -webkit-box-flex: 1; | |
| 2793 | + -ms-flex: 1; | |
| 2794 | + flex: 1; | |
| 2795 | + border-top: 1px solid var(--hr-color); | |
| 2378 | 2796 | line-height: 2.75rem; |
| 2379 | 2797 | text-align: center; |
| 2380 | - justify-content: center; | |
| 2798 | + -webkit-box-pack: center; | |
| 2799 | + -ms-flex-pack: center; | |
| 2800 | + justify-content: center; | |
| 2381 | 2801 | } |
| 2382 | 2802 | .eps-dialog__button:last-child:not(:first-child) { |
| 2383 | - border-inline-start: 1px solid var(--hr-color); | |
| 2803 | + -webkit-border-start: 1px solid var(--hr-color); | |
| 2804 | + border-inline-start: 1px solid var(--hr-color); | |
| 2384 | 2805 | } |
| 2385 | 2806 | |
| 2386 | 2807 | .e-app__popover { |
| 2387 | 2808 | display: none; |
| 2388 | 2809 | position: absolute; |
| 2389 | - box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2810 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2811 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2390 | 2812 | border-radius: 6px; |
| 2391 | 2813 | padding: 20px; |
| 2814 | + width: -webkit-fit-content; | |
| 2392 | 2815 | width: -moz-fit-content; |
| 2393 | 2816 | width: fit-content; |
| 2394 | 2817 | z-index: 999; |
| 2395 | - background-color: var(--e-a-bg-default); | |
| 2818 | + background-color: #ffffff; | |
| 2396 | 2819 | } |
| 2397 | 2820 | .e-app__popover:before { |
| 2398 | 2821 | content: ""; |
| 2399 | 2822 | position: absolute; |
| 2400 | - inset-block-start: -16px; | |
| 2401 | - inset-inline-end: var(--popover-arrow-offset-end, 22px); | |
| 2823 | + top: -16px; | |
| 2824 | + right: var(--popover-arrow-offset-end, 22px); | |
| 2402 | 2825 | border: 8px solid transparent; |
| 2403 | - border-block-end-color: #fff; | |
| 2826 | + border-bottom-color: #fff; | |
| 2404 | 2827 | } |
| 2405 | 2828 | |
| 2406 | 2829 | .eps-inline-link { |
| 2407 | 2830 | color: var(--eps-inline-link-color); |
| @@ -2409,24 +2832,24 @@ | ||
| 2409 | 2832 | border: 0; |
| 2410 | 2833 | padding: 0; |
| 2411 | 2834 | } |
| 2412 | 2835 | .eps-inline-link--color-primary { |
| 2413 | - --eps-inline-link-color: #0A875A; | |
| 2836 | + --eps-inline-link-color: #39b54a; | |
| 2414 | 2837 | } |
| 2415 | 2838 | .eps-inline-link--color-secondary { |
| 2416 | - --eps-inline-link-color: #818A96; | |
| 2839 | + --eps-inline-link-color: #c2cbd2; | |
| 2417 | 2840 | } |
| 2418 | 2841 | .eps-inline-link--color-danger { |
| 2419 | - --eps-inline-link-color: #DC2626; | |
| 2842 | + --eps-inline-link-color: #b01b1b; | |
| 2420 | 2843 | } |
| 2421 | 2844 | .eps-inline-link--color-cta { |
| 2422 | - --eps-inline-link-color: #93003f; | |
| 2845 | + --eps-inline-link-color: #93003F; | |
| 2423 | 2846 | } |
| 2424 | 2847 | .eps-inline-link--color-link { |
| 2425 | - --eps-inline-link-color: #515962; | |
| 2848 | + --eps-inline-link-color: #58d0f5; | |
| 2426 | 2849 | } |
| 2427 | 2850 | .eps-inline-link--color-disabled { |
| 2428 | - --eps-inline-link-color: #D5D8DC; | |
| 2851 | + --eps-inline-link-color: #c2cbd2; | |
| 2429 | 2852 | } |
| 2430 | 2853 | .eps-inline-link--underline-hover:hover, .eps-inline-link--underline-always, .eps-inline-link--underline-always:hover { |
| 2431 | 2854 | text-decoration: underline; |
| 2432 | 2855 | } |
| @@ -2437,49 +2860,59 @@ | ||
| 2437 | 2860 | outline: none; |
| 2438 | 2861 | } |
| 2439 | 2862 | |
| 2440 | 2863 | .eps-text-field { |
| 2441 | - --eps-text-field-color: #515962; | |
| 2442 | - --eps-text-field-background-color: transparent; | |
| 2443 | - --eps-text-field-placeholder-color: #69727D; | |
| 2444 | - --eps-text-field-outlined-border-color: #9DA5AE; | |
| 2445 | - --eps-text-field-outlined-focus-border-color: #515962; | |
| 2446 | - --eps-text-field-standard-border-color: #9DA5AE; | |
| 2447 | - --eps-text-field-standard-focus-border-color: #515962; | |
| 2448 | - --border: 1px solid var(--eps-text-field-outlined-border-color); | |
| 2864 | + --eps-text-field-color: #6d7882; | |
| 2865 | + --eps-text-field-background-color: #fff; | |
| 2866 | + --eps-text-field-placeholder-color: #a4afb7; | |
| 2867 | + --eps-text-field-outlined-border-color: #d5dadf; | |
| 2868 | + --eps-text-field-outlined-focus-border-color: #c2cbd2; | |
| 2449 | 2869 | width: 100%; |
| 2450 | 2870 | color: var(--eps-text-field-color); |
| 2451 | 2871 | background-color: var(--eps-text-field-background-color); |
| 2452 | 2872 | border: 0; |
| 2453 | - margin-block-end: 5px; | |
| 2454 | 2873 | outline: none; |
| 2455 | 2874 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 2456 | 2875 | font-size: 0.875rem; |
| 2457 | 2876 | font-weight: 400; |
| 2458 | 2877 | line-height: 1.5; |
| 2878 | + -webkit-font-smoothing: antialiased; | |
| 2879 | + -moz-osx-font-smoothing: grayscale; | |
| 2459 | 2880 | } |
| 2460 | 2881 | .eps-text-field--outlined { |
| 2461 | 2882 | border-radius: 0.1875rem; |
| 2462 | - border: var(--border); | |
| 2883 | + border: 1px solid var(--eps-text-field-outlined-border-color); | |
| 2463 | 2884 | padding: 0.625rem; |
| 2464 | 2885 | } |
| 2465 | 2886 | .eps-text-field--outlined:focus { |
| 2466 | 2887 | border-color: var(--eps-text-field-outlined-focus-border-color); |
| 2467 | 2888 | } |
| 2468 | -.eps-text-field--standard { | |
| 2469 | - padding-top: 0.625rem; | |
| 2470 | - padding-bottom: 0.625rem; | |
| 2471 | - border-bottom: var(--border); | |
| 2889 | +.eps-text-field::-webkit-input-placeholder { | |
| 2890 | + color: var(--eps-text-field-placeholder-color); | |
| 2891 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 2892 | + font-size: 0.875rem; | |
| 2893 | + font-weight: 400; | |
| 2894 | + line-height: 1.5; | |
| 2895 | + -webkit-font-smoothing: antialiased; | |
| 2896 | + -moz-osx-font-smoothing: grayscale; | |
| 2472 | 2897 | } |
| 2473 | -.eps-text-field--standard:focus { | |
| 2474 | - border-color: var(--eps-text-field-standard-focus-border-color); | |
| 2898 | +.eps-text-field::-moz-placeholder { | |
| 2899 | + color: var(--eps-text-field-placeholder-color); | |
| 2900 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 2901 | + font-size: 0.875rem; | |
| 2902 | + font-weight: 400; | |
| 2903 | + line-height: 1.5; | |
| 2904 | + -webkit-font-smoothing: antialiased; | |
| 2905 | + -moz-osx-font-smoothing: grayscale; | |
| 2475 | 2906 | } |
| 2476 | -.eps-text-field::-moz-placeholder { | |
| 2907 | +.eps-text-field::-ms-input-placeholder { | |
| 2477 | 2908 | color: var(--eps-text-field-placeholder-color); |
| 2478 | 2909 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 2479 | 2910 | font-size: 0.875rem; |
| 2480 | 2911 | font-weight: 400; |
| 2481 | 2912 | line-height: 1.5; |
| 2913 | + -webkit-font-smoothing: antialiased; | |
| 2914 | + -moz-osx-font-smoothing: grayscale; | |
| 2482 | 2915 | } |
| 2483 | 2916 | .eps-text-field::placeholder { |
| 2484 | 2917 | color: var(--eps-text-field-placeholder-color); |
| 2485 | 2918 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| @@ -2485,37 +2918,32 @@ | ||
| 2485 | 2918 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 2486 | 2919 | font-size: 0.875rem; |
| 2487 | 2920 | font-weight: 400; |
| 2488 | 2921 | line-height: 1.5; |
| 2922 | + -webkit-font-smoothing: antialiased; | |
| 2923 | + -moz-osx-font-smoothing: grayscale; | |
| 2489 | 2924 | } |
| 2490 | 2925 | |
| 2491 | 2926 | .eps-theme-dark .eps-text-field { |
| 2492 | - --eps-text-field-color: #BABFC5; | |
| 2493 | - --eps-text-field-background-color: transparent; | |
| 2494 | - --eps-text-field-placeholder-color: #9DA5AE; | |
| 2495 | - --eps-text-field-outlined-border-color: #3f444b; | |
| 2496 | - --eps-text-field-outlined-focus-border-color: #9DA5AE; | |
| 2927 | + --eps-text-field-color: #b4b5b7; | |
| 2928 | + --eps-text-field-background-color: #34383c; | |
| 2929 | + --eps-text-field-placeholder-color: #7d7e82; | |
| 2930 | + --eps-text-field-outlined-border-color: #64666a; | |
| 2931 | + --eps-text-field-outlined-focus-border-color: #7d7e82; | |
| 2497 | 2932 | } |
| 2498 | -.eps-theme-dark--outlined { | |
| 2499 | - border-color: var(--eps-text-field-outlined-border-color); | |
| 2500 | -} | |
| 2501 | -.eps-theme-dark--outlined:focus { | |
| 2502 | - border-color: var(--eps-text-field-outlined-focus-border-color); | |
| 2503 | -} | |
| 2504 | -.eps-theme-dark--standard { | |
| 2505 | - border-color: var(--eps-text-field-standard-border-color); | |
| 2506 | -} | |
| 2507 | -.eps-theme-dark--standard:focus { | |
| 2508 | - border-color: var(--eps-text-field-standard-focus-border-color); | |
| 2509 | -} | |
| 2510 | 2933 | |
| 2511 | 2934 | .e-app-import-export-content-layout { |
| 2935 | + display: -webkit-box; | |
| 2936 | + display: -ms-flexbox; | |
| 2512 | 2937 | display: flex; |
| 2513 | - justify-content: center; | |
| 2938 | + -webkit-box-pack: center; | |
| 2939 | + -ms-flex-pack: center; | |
| 2940 | + justify-content: center; | |
| 2514 | 2941 | height: 100%; |
| 2515 | 2942 | } |
| 2516 | 2943 | .e-app-import-export-content-layout__container { |
| 2517 | - flex-basis: 1075px; | |
| 2944 | + -ms-flex-preferred-size: 1075px; | |
| 2945 | + flex-basis: 1075px; | |
| 2518 | 2946 | } |
| 2519 | 2947 | |
| 2520 | 2948 | .e-app-export-complete__kit-content-title { |
| 2521 | 2949 | margin: 2.75rem 0 0.625rem; |
| @@ -2521,15 +2949,16 @@ | ||
| 2521 | 2949 | margin: 2.75rem 0 0.625rem; |
| 2522 | 2950 | } |
| 2523 | 2951 | |
| 2524 | 2952 | .e-app-export-kit-content { |
| 2525 | - --e-app-export-kit-content-title-color: #3f444b; | |
| 2526 | - --e-app-export-kit-content-description-color: #515962; | |
| 2527 | - --e-app-export-kit-content-sm-notice-color: #BABFC5; | |
| 2953 | + --e-app-export-kit-content-title-color: #556068; | |
| 2954 | + --e-app-export-kit-content-description-color: #6d7882; | |
| 2528 | 2955 | } |
| 2529 | 2956 | .e-app-export-kit-content__checkbox { |
| 2530 | - flex-shrink: 0; | |
| 2531 | - margin-inline-end: 0.75rem; | |
| 2957 | + -ms-flex-negative: 0; | |
| 2958 | + flex-shrink: 0; | |
| 2959 | + -webkit-margin-end: 0.75rem; | |
| 2960 | + margin-inline-end: 0.75rem; | |
| 2532 | 2961 | } |
| 2533 | 2962 | .e-app-export-kit-content__title { |
| 2534 | 2963 | color: var(--e-app-export-kit-content-title-color); |
| 2535 | 2964 | } |
| @@ -2534,30 +2963,30 @@ | ||
| 2534 | 2963 | color: var(--e-app-export-kit-content-title-color); |
| 2535 | 2964 | } |
| 2536 | 2965 | .e-app-export-kit-content__description { |
| 2537 | 2966 | color: var(--e-app-export-kit-content-description-color); |
| 2538 | - margin-inline-end: 1.25rem; | |
| 2967 | + -webkit-margin-end: 1.25rem; | |
| 2968 | + margin-inline-end: 1.25rem; | |
| 2539 | 2969 | } |
| 2540 | 2970 | .e-app-export-kit-content__notice { |
| 2541 | - margin-block-start: 1rem; | |
| 2971 | + margin-top: 1rem; | |
| 2542 | 2972 | } |
| 2543 | 2973 | .e-app-export-kit-content__small-notice { |
| 2544 | 2974 | font-style: italic; |
| 2545 | - color: var(--e-app-export-kit-content-sm-notice-color); | |
| 2975 | + color: var(--e-app-export-kit-content-description-color); | |
| 2546 | 2976 | } |
| 2547 | 2977 | |
| 2548 | 2978 | .eps-theme-dark .e-app-export-kit-content { |
| 2549 | - --e-app-export-kit-content-title-color: #D5D8DC; | |
| 2550 | - --e-app-export-kit-content-description-color: #BABFC5; | |
| 2551 | - --e-app-export-kit-content-sm-notice-color: #818A96; | |
| 2979 | + --e-app-export-kit-content-title-color: #e0e1e3; | |
| 2980 | + --e-app-export-kit-content-description-color: #b4b5b7; | |
| 2552 | 2981 | } |
| 2553 | 2982 | |
| 2554 | 2983 | .e-app-import-export-kit-data { |
| 2555 | - --e-app-import-export-kit-data-site-area-color: #3f444b; | |
| 2556 | - --e-app-import-export-kit-data-included-color: #69727D; | |
| 2984 | + --e-app-import-export-kit-data-site-area-color: #556068; | |
| 2985 | + --e-app-import-export-kit-data-included-color: #a4afb7; | |
| 2557 | 2986 | } |
| 2558 | 2987 | .e-app-import-export-kit-data__site-area, .e-app-import-export-kit-data__included { |
| 2559 | - margin-block-end: 0; | |
| 2988 | + margin-bottom: 0; | |
| 2560 | 2989 | } |
| 2561 | 2990 | .e-app-import-export-kit-data__site-area { |
| 2562 | 2991 | color: var(--e-app-import-export-kit-data-site-area-color); |
| 2563 | 2992 | font-weight: bold; |
| @@ -2566,21 +2995,21 @@ | ||
| 2566 | 2995 | color: var(--e-app-import-export-kit-data-included-color); |
| 2567 | 2996 | } |
| 2568 | 2997 | |
| 2569 | 2998 | .eps-theme-dark .e-app-import-export-kit-data { |
| 2570 | - --e-app-import-export-kit-data-site-area-color: #BABFC5; | |
| 2571 | - --e-app-import-export-kit-data-included-color: #9DA5AE; | |
| 2999 | + --e-app-import-export-kit-data-site-area-color: #b4b5b7; | |
| 3000 | + --e-app-import-export-kit-data-included-color: #7d7e82; | |
| 2572 | 3001 | } |
| 2573 | 3002 | |
| 2574 | 3003 | .e-app-import-resolver { |
| 2575 | - --e-app-import-resolver-panel-header-background-color: #ffffff; | |
| 3004 | + --e-app-import-resolver-panel-header-background-color: #fff; | |
| 2576 | 3005 | --e-app-import-resolver-panel-body-background-color: rgba(255, 255, 255, 0.5); |
| 2577 | - --e-app-import-resolver-conflicts-asset-border-color: #818A96; | |
| 2578 | - --e-app-import-resolver-conflicts-asset-inactive-color: #69727D; | |
| 2579 | - padding-block-end: 1.25rem; | |
| 3006 | + --e-app-import-resolver-conflicts-asset-border-color: #c2cbd2; | |
| 3007 | + --e-app-import-resolver-conflicts-asset-inactive-color: #a4afb7; | |
| 3008 | + padding-bottom: 1.25rem; | |
| 2580 | 3009 | } |
| 2581 | 3010 | .e-app-import-resolver__notice { |
| 2582 | - margin-block-end: 1.25rem; | |
| 3011 | + margin-bottom: 1.25rem; | |
| 2583 | 3012 | } |
| 2584 | 3013 | .e-app-import-resolver__panel, .e-app-import-resolver__panel:hover { |
| 2585 | 3014 | background-color: initial; |
| 2586 | 3015 | } |
| @@ -2590,39 +3019,46 @@ | ||
| 2590 | 3019 | .e-app-import-resolver__panel-body { |
| 2591 | 3020 | background-color: var(--e-app-import-resolver-panel-body-background-color); |
| 2592 | 3021 | } |
| 2593 | 3022 | .e-app-import-resolver-conflicts__container { |
| 2594 | - box-shadow: 0 2px 3px 1px var(--color-box-shadow-color); | |
| 3023 | + -webkit-box-shadow: 0 2px 3px 1px var(--color-box-shadow-color); | |
| 3024 | + box-shadow: 0 2px 3px 1px var(--color-box-shadow-color); | |
| 2595 | 3025 | } |
| 2596 | 3026 | .e-app-import-resolver-conflicts__checkbox { |
| 2597 | - flex-shrink: 0; | |
| 2598 | - margin-inline-end: 0.75rem; | |
| 3027 | + -ms-flex-negative: 0; | |
| 3028 | + flex-shrink: 0; | |
| 3029 | + -webkit-margin-end: 0.75rem; | |
| 3030 | + margin-inline-end: 0.75rem; | |
| 2599 | 3031 | } |
| 2600 | 3032 | .e-app-import-resolver-conflicts__title { |
| 2601 | 3033 | line-height: 1; |
| 2602 | 3034 | } |
| 2603 | 3035 | .e-app-import-resolver-conflicts__asset:not(:first-child) { |
| 2604 | - border-inline-start: 2px solid var(--e-app-import-resolver-conflicts-asset-border-color); | |
| 2605 | - padding-inline-start: 1rem; | |
| 2606 | - margin-inline-start: 1rem; | |
| 3036 | + -webkit-border-start: 2px solid var(--e-app-import-resolver-conflicts-asset-border-color); | |
| 3037 | + border-inline-start: 2px solid var(--e-app-import-resolver-conflicts-asset-border-color); | |
| 3038 | + -webkit-padding-start: 1rem; | |
| 3039 | + padding-inline-start: 1rem; | |
| 3040 | + -webkit-margin-start: 1rem; | |
| 3041 | + margin-inline-start: 1rem; | |
| 2607 | 3042 | } |
| 2608 | 3043 | .e-app-import-resolver-conflicts__asset:not(.active) { |
| 2609 | 3044 | color: var(--e-app-import-resolver-conflicts-asset-inactive-color); |
| 2610 | 3045 | } |
| 2611 | 3046 | .e-app-import-resolver-conflicts__edit-template { |
| 2612 | - margin-inline-start: 0.3125rem; | |
| 3047 | + -webkit-margin-start: 0.3125rem; | |
| 3048 | + margin-inline-start: 0.3125rem; | |
| 2613 | 3049 | } |
| 2614 | 3050 | |
| 2615 | 3051 | .eps-theme-dark .e-app-import-resolver { |
| 2616 | - --e-app-import-resolver-panel-header-background-color: #69727D; | |
| 3052 | + --e-app-import-resolver-panel-header-background-color: #4c4f56; | |
| 2617 | 3053 | --e-app-import-resolver-panel-body-background-color: rgba(0, 0, 0, 0.05); |
| 2618 | - --e-app-import-resolver-conflicts-asset-border-color: #818A96; | |
| 2619 | - --e-app-import-resolver-conflicts-asset-inactive-color: #9DA5AE; | |
| 3054 | + --e-app-import-resolver-conflicts-asset-border-color: #64666a; | |
| 3055 | + --e-app-import-resolver-conflicts-asset-inactive-color: #7d7e82; | |
| 2620 | 3056 | } |
| 2621 | 3057 | |
| 2622 | 3058 | .eps-panel { |
| 2623 | - --eps-panel-header-background-color: transparent; | |
| 2624 | - --eps-panel-body-background-color: transparent; | |
| 3059 | + --eps-panel-header-background-color: #fff; | |
| 3060 | + --eps-panel-body-background-color: rgba(255, 255, 255, 0.5); | |
| 2625 | 3061 | } |
| 2626 | 3062 | .eps-panel, .eps-panel:hover { |
| 2627 | 3063 | background-color: initial; |
| 2628 | 3064 | } |
| @@ -2635,56 +3071,49 @@ | ||
| 2635 | 3071 | border-radius: 0 0 0.1875rem 0.1875rem; |
| 2636 | 3072 | } |
| 2637 | 3073 | |
| 2638 | 3074 | .eps-theme-dark .eps-panel { |
| 2639 | - --eps-panel-header-background-color: transparent; | |
| 2640 | - --eps-panel-body-background-color: transparent; | |
| 3075 | + --eps-panel-header-background-color: #404349; | |
| 3076 | + --eps-panel-body-background-color: rgba(64, 67, 73, 0.5); | |
| 2641 | 3077 | } |
| 2642 | 3078 | |
| 2643 | 3079 | .e-app-export-kit { |
| 2644 | - padding-block-end: 1.25rem; | |
| 3080 | + padding-bottom: 1.25rem; | |
| 2645 | 3081 | } |
| 3082 | +.e-app-export-kit-information { | |
| 3083 | + margin-top: 1.25rem; | |
| 3084 | +} | |
| 2646 | 3085 | .e-app-export-kit-information__field-header { |
| 2647 | - margin-block-end: 0.625rem; | |
| 3086 | + margin-bottom: 0.625rem; | |
| 2648 | 3087 | } |
| 2649 | 3088 | .e-app-export-kit-information__label { |
| 2650 | 3089 | margin: 0; |
| 2651 | 3090 | } |
| 2652 | 3091 | .e-app-export-kit-information__info-icon { |
| 2653 | - margin-inline-start: 0.625rem; | |
| 3092 | + -webkit-margin-start: 0.625rem; | |
| 3093 | + margin-inline-start: 0.625rem; | |
| 2654 | 3094 | } |
| 2655 | -.e-app-export-kit-information__content { | |
| 2656 | - gap: 16px; | |
| 3095 | +.e-app-export-kit-info-modal__icon { | |
| 3096 | + -webkit-padding-start: 0.625rem; | |
| 3097 | + padding-inline-start: 0.625rem; | |
| 2657 | 3098 | } |
| 2658 | -.e-app-export-kit-information__field--error { | |
| 2659 | - border-color: var(--e-a-color-danger); | |
| 3099 | +.e-app-export-kit-info-modal__heading { | |
| 3100 | + margin-bottom: 1.25rem; | |
| 2660 | 3101 | } |
| 2661 | -.e-app-export-kit-information__error-container { | |
| 2662 | - height: 20px; | |
| 2663 | - display: flex; | |
| 2664 | - align-items: flex-start; | |
| 2665 | - margin-block-start: 4px; | |
| 2666 | -} | |
| 2667 | -.e-app-export-kit-information__validation-error { | |
| 2668 | - color: var(--e-a-color-danger); | |
| 2669 | -} | |
| 2670 | -.e-app-export-kit__content { | |
| 2671 | - gap: 20px; | |
| 2672 | -} | |
| 2673 | 3102 | |
| 2674 | 3103 | .e-app-import-export-info-modal__section:not(:first-child) { |
| 2675 | - margin-block-start: 1.875rem; | |
| 3104 | + margin-top: 1.875rem; | |
| 2676 | 3105 | } |
| 2677 | 3106 | .e-app-import-export-info-modal__heading { |
| 2678 | - margin-block-end: 1.25rem; | |
| 3107 | + margin-bottom: 1.25rem; | |
| 2679 | 3108 | } |
| 2680 | 3109 | |
| 2681 | 3110 | :root { |
| 2682 | - --eps-badge-background-color: #ffffff; | |
| 3111 | + --eps-badge-background-color: #fff; | |
| 2683 | 3112 | } |
| 2684 | 3113 | |
| 2685 | 3114 | .eps-theme-dark { |
| 2686 | - --eps-badge-background-color: #515962; | |
| 3115 | + --eps-badge-background-color: #404349; | |
| 2687 | 3116 | } |
| 2688 | 3117 | |
| 2689 | 3118 | .eps-badge { |
| 2690 | 3119 | display: inline-block; |
| @@ -2690,9 +3119,10 @@ | ||
| 2690 | 3119 | display: inline-block; |
| 2691 | 3120 | background: var(--eps-badge-background-color); |
| 2692 | 3121 | padding: 0 0.5rem; |
| 2693 | 3122 | line-height: 1.8; |
| 2694 | - box-shadow: 0 3px 6px var(--color-box-shadow-color); | |
| 3123 | + -webkit-box-shadow: 0 3px 6px var(--color-box-shadow-color); | |
| 3124 | + box-shadow: 0 3px 6px var(--color-box-shadow-color); | |
| 2695 | 3125 | border-radius: 4px; |
| 2696 | 3126 | font-size: 0.75rem; |
| 2697 | 3127 | } |
| 2698 | 3128 | .eps-badge--sm { |
| @@ -2704,11 +3134,17 @@ | ||
| 2704 | 3134 | |
| 2705 | 3135 | .eps-collapse__title { |
| 2706 | 3136 | cursor: pointer; |
| 2707 | 3137 | padding: 0.3125rem 0; |
| 3138 | + display: -webkit-box; | |
| 3139 | + display: -ms-flexbox; | |
| 2708 | 3140 | display: flex; |
| 2709 | - align-items: center; | |
| 2710 | - justify-content: space-between; | |
| 3141 | + -webkit-box-align: center; | |
| 3142 | + -ms-flex-align: center; | |
| 3143 | + align-items: center; | |
| 3144 | + -webkit-box-pack: justify; | |
| 3145 | + -ms-flex-pack: justify; | |
| 3146 | + justify-content: space-between; | |
| 2711 | 3147 | width: 100%; |
| 2712 | 3148 | background: transparent; |
| 2713 | 3149 | border: none; |
| 2714 | 3150 | color: inherit; |
| @@ -2716,13 +3152,17 @@ | ||
| 2716 | 3152 | .eps-collapse__title:focus { |
| 2717 | 3153 | outline: none; |
| 2718 | 3154 | } |
| 2719 | 3155 | .eps-collapse__icon { |
| 3156 | + -webkit-transition: all 150ms; | |
| 3157 | + -o-transition: all 150ms; | |
| 2720 | 3158 | transition: all 150ms; |
| 2721 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3159 | + -webkit-transform: rotate(0deg); | |
| 3160 | + -ms-transform: rotate(0deg); | |
| 3161 | + transform: rotate(0deg); | |
| 2722 | 3162 | } |
| 2723 | 3163 | .eps-collapse__content { |
| 2724 | - margin-block-start: 0.625rem; | |
| 3164 | + margin-top: 0.625rem; | |
| 2725 | 3165 | display: none; |
| 2726 | 3166 | } |
| 2727 | 3167 | .eps-collapse[data-open] .eps-collapse__content { |
| 2728 | 3168 | display: block; |
| @@ -2727,36 +3167,38 @@ | ||
| 2727 | 3167 | .eps-collapse[data-open] .eps-collapse__content { |
| 2728 | 3168 | display: block; |
| 2729 | 3169 | } |
| 2730 | 3170 | .eps-collapse[data-open] .eps-collapse__icon { |
| 2731 | - transform: rotate(90deg); | |
| 3171 | + -webkit-transform: rotate(90deg); | |
| 3172 | + -ms-transform: rotate(90deg); | |
| 3173 | + transform: rotate(90deg); | |
| 2732 | 3174 | } |
| 2733 | 3175 | |
| 2734 | -.e-kit-library-promotion { | |
| 2735 | - --e-kit-library-promotion-color: tints(600); | |
| 3176 | +.e-kit-library-bottom-promotion { | |
| 3177 | + --e-kit-library-bottom-promotion-color: tints(600); | |
| 2736 | 3178 | } |
| 2737 | 3179 | |
| 2738 | -.eps-theme-dark .e-kit-library-promotion { | |
| 2739 | - --e-kit-library-promotion-color: dark-tints(400); | |
| 3180 | +.eps-theme-dark .e-kit-library-bottom-promotion { | |
| 3181 | + --e-kit-library-bottom-promotion-color: dark-tints(400); | |
| 2740 | 3182 | } |
| 2741 | 3183 | |
| 2742 | -.e-kit-library-promotion { | |
| 3184 | +.e-kit-library-bottom-promotion { | |
| 2743 | 3185 | width: 100%; |
| 2744 | 3186 | text-align: center; |
| 2745 | - margin-block-start: 1.875rem; | |
| 2746 | - color: var(--e-kit-library-promotion-color); | |
| 3187 | + margin-top: 1.875rem; | |
| 3188 | + color: var(--e-kit-library-bottom-promotion-color); | |
| 2747 | 3189 | } |
| 2748 | 3190 | |
| 2749 | 3191 | .e-kit-library__error-screen { |
| 2750 | - margin-block-start: 2.75rem; | |
| 3192 | + margin-top: 2.75rem; | |
| 2751 | 3193 | } |
| 2752 | 3194 | .e-kit-library__error-screen-title { |
| 2753 | - margin-block-start: 2.75rem; | |
| 2754 | - margin-block-end: 0; | |
| 3195 | + margin-top: 2.75rem; | |
| 3196 | + margin-bottom: 0; | |
| 2755 | 3197 | } |
| 2756 | 3198 | .e-kit-library__error-screen-description { |
| 2757 | - margin-block-start: 1.5rem; | |
| 2758 | - color: #69727D; | |
| 3199 | + margin-top: 1.5rem; | |
| 3200 | + color: #a4afb7; | |
| 2759 | 3201 | text-align: center; |
| 2760 | 3202 | max-width: 520px; |
| 2761 | 3203 | } |
| 2762 | 3204 | |
| @@ -2761,13 +3203,15 @@ | ||
| 2761 | 3203 | } |
| 2762 | 3204 | |
| 2763 | 3205 | .e-kit-library__kit-favorite-actions { |
| 2764 | 3206 | padding: 0.3125rem; |
| 3207 | + -webkit-transition: 0.3s all; | |
| 3208 | + -o-transition: 0.3s all; | |
| 2765 | 3209 | transition: 0.3s all; |
| 2766 | 3210 | border-radius: 4px; |
| 2767 | 3211 | } |
| 2768 | 3212 | .e-kit-library__kit-favorite-actions--active { |
| 2769 | - color: #DC2626; | |
| 3213 | + color: #b01b1b; | |
| 2770 | 3214 | } |
| 2771 | 3215 | .e-kit-library__kit-favorite-actions--loading { |
| 2772 | 3216 | opacity: 50%; |
| 2773 | 3217 | cursor: default; |
| @@ -2772,72 +3216,96 @@ | ||
| 2772 | 3216 | opacity: 50%; |
| 2773 | 3217 | cursor: default; |
| 2774 | 3218 | } |
| 2775 | 3219 | .e-kit-library__kit-favorite-actions:hover { |
| 2776 | - background-color: rgba(220, 38, 38, 0.1); | |
| 3220 | + background-color: rgba(176, 27, 27, 0.1); | |
| 2777 | 3221 | } |
| 2778 | 3222 | |
| 2779 | 3223 | .e-kit-library__filter-indication { |
| 2780 | - margin-block-start: 1.5rem; | |
| 3224 | + margin-top: 1.5rem; | |
| 3225 | + display: -webkit-box; | |
| 3226 | + display: -ms-flexbox; | |
| 2781 | 3227 | display: flex; |
| 2782 | - align-items: center; | |
| 3228 | + -webkit-box-align: center; | |
| 3229 | + -ms-flex-align: center; | |
| 3230 | + align-items: center; | |
| 2783 | 3231 | } |
| 2784 | 3232 | .e-kit-library__filter-indication-text { |
| 2785 | - margin-block-end: 0; | |
| 3233 | + margin-bottom: 0; | |
| 3234 | + display: -webkit-box; | |
| 3235 | + display: -ms-flexbox; | |
| 2786 | 3236 | display: flex; |
| 2787 | - align-items: center; | |
| 3237 | + -webkit-box-align: center; | |
| 3238 | + -ms-flex-align: center; | |
| 3239 | + align-items: center; | |
| 2788 | 3240 | } |
| 2789 | 3241 | .e-kit-library__filter-indication-badge { |
| 2790 | - margin-inline-start: 0.3125rem; | |
| 3242 | + margin-left: 0.3125rem; | |
| 3243 | + display: -webkit-box; | |
| 3244 | + display: -ms-flexbox; | |
| 2791 | 3245 | display: flex; |
| 2792 | - align-items: center; | |
| 3246 | + -webkit-box-align: center; | |
| 3247 | + -ms-flex-align: center; | |
| 3248 | + align-items: center; | |
| 2793 | 3249 | } |
| 2794 | 3250 | .e-kit-library__filter-indication-badge-remove { |
| 2795 | - margin-inline-start: 0.3125rem; | |
| 3251 | + margin-left: 0.3125rem; | |
| 2796 | 3252 | font-size: 0.875rem; |
| 2797 | 3253 | } |
| 2798 | 3254 | .e-kit-library__filter-indication-button { |
| 2799 | - margin-inline-start: 1.5rem; | |
| 3255 | + margin-left: 1.5rem; | |
| 2800 | 3256 | } |
| 2801 | 3257 | |
| 3258 | +#eps-app-header-btn-apply, | |
| 2802 | 3259 | #eps-app-header-btn-promotion, |
| 2803 | 3260 | #eps-app-header-btn-connect { |
| 2804 | - margin-inline-start: 0.625rem; | |
| 2805 | - margin-inline-end: 0.625rem; | |
| 3261 | + margin-left: 0.625rem; | |
| 3262 | + margin-right: 0.625rem; | |
| 2806 | 3263 | } |
| 2807 | 3264 | |
| 2808 | -#eps-app-header-btn-apply { | |
| 2809 | - margin-inline-start: 0.625rem; | |
| 2810 | -} | |
| 2811 | - | |
| 2812 | -#eps-app-header-btn-download { | |
| 2813 | - margin-inline-end: 1rem; | |
| 2814 | - margin-inline-start: 1rem; | |
| 2815 | -} | |
| 2816 | - | |
| 2817 | 3265 | .e-kit-library__apply-button { |
| 3266 | + display: -webkit-box; | |
| 3267 | + display: -ms-flexbox; | |
| 2818 | 3268 | display: flex; |
| 2819 | - align-items: center; | |
| 2820 | - justify-content: center; | |
| 3269 | + -webkit-box-align: center; | |
| 3270 | + -ms-flex-align: center; | |
| 3271 | + align-items: center; | |
| 3272 | + -webkit-box-pack: center; | |
| 3273 | + -ms-flex-pack: center; | |
| 3274 | + justify-content: center; | |
| 2821 | 3275 | gap: 0.3125rem; |
| 2822 | 3276 | } |
| 2823 | 3277 | |
| 2824 | 3278 | .e-kit-library__kit-item { |
| 2825 | - --e-kit-library-kit-item-overlay-promotion-button-background-color: #D5D8DC; | |
| 3279 | + --e-kit-library-kit-item-overlay-promotion-button-background-color: #fcfcfc; | |
| 2826 | 3280 | } |
| 2827 | 3281 | |
| 2828 | 3282 | .eps-theme-dark .e-kit-library__kit-item { |
| 2829 | - --e-kit-library-kit-item-overlay-promotion-button-background-color: #515962; | |
| 3283 | + --e-kit-library-kit-item-overlay-promotion-button-background-color: #404349; | |
| 2830 | 3284 | } |
| 2831 | 3285 | |
| 2832 | 3286 | .e-kit-library__kit-item-overlay { |
| 2833 | 3287 | height: 100%; |
| 2834 | 3288 | } |
| 3289 | +.e-kit-library__kit-item-overlay > *:first-child { | |
| 3290 | + -webkit-box-flex: 1; | |
| 3291 | + -ms-flex: 1; | |
| 3292 | + flex: 1; | |
| 3293 | +} | |
| 2835 | 3294 | .e-kit-library__kit-item-overlay-overview-button { |
| 3295 | + display: -webkit-box; | |
| 3296 | + display: -ms-flexbox; | |
| 2836 | 3297 | display: flex; |
| 2837 | - flex-direction: column; | |
| 2838 | - align-items: center; | |
| 2839 | - justify-content: center; | |
| 3298 | + -webkit-box-orient: vertical; | |
| 3299 | + -webkit-box-direction: normal; | |
| 3300 | + -ms-flex-direction: column; | |
| 3301 | + flex-direction: column; | |
| 3302 | + -webkit-box-align: center; | |
| 3303 | + -ms-flex-align: center; | |
| 3304 | + align-items: center; | |
| 3305 | + -webkit-box-pack: center; | |
| 3306 | + -ms-flex-pack: center; | |
| 3307 | + justify-content: center; | |
| 2840 | 3308 | color: white; |
| 2841 | 3309 | height: 100%; |
| 2842 | 3310 | width: 100%; |
| 2843 | 3311 | } |
| @@ -2842,22 +3310,28 @@ | ||
| 2842 | 3310 | width: 100%; |
| 2843 | 3311 | } |
| 2844 | 3312 | .e-kit-library__kit-item-overlay-overview-button > i { |
| 2845 | 3313 | font-size: 2rem; |
| 2846 | - margin-block-end: 5px; | |
| 3314 | + margin-bottom: 5px; | |
| 2847 | 3315 | } |
| 2848 | 3316 | .e-kit-library__kit-item-overlay-overview-button > span { |
| 2849 | 3317 | font-size: 0.9rem; |
| 2850 | 3318 | } |
| 2851 | 3319 | .e-kit-library__kit-item-overlay-promotion-button { |
| 3320 | + display: -webkit-box; | |
| 3321 | + display: -ms-flexbox; | |
| 2852 | 3322 | display: flex; |
| 2853 | 3323 | width: 100%; |
| 2854 | 3324 | background: white; |
| 2855 | - align-items: center; | |
| 2856 | - justify-content: center; | |
| 3325 | + -webkit-box-align: center; | |
| 3326 | + -ms-flex-align: center; | |
| 3327 | + align-items: center; | |
| 3328 | + -webkit-box-pack: center; | |
| 3329 | + -ms-flex-pack: center; | |
| 3330 | + justify-content: center; | |
| 2857 | 3331 | padding: 10px; |
| 2858 | 3332 | font-size: 13px; |
| 2859 | - color: #93003f; | |
| 3333 | + color: #93003F; | |
| 2860 | 3334 | background: var(--e-kit-library-kit-item-overlay-promotion-button-background-color); |
| 2861 | 3335 | } |
| 2862 | 3336 | .e-kit-library__kit-item-overlay-promotion-button > * { |
| 2863 | 3337 | margin: 0 3px; |
| @@ -2862,131 +3336,52 @@ | ||
| 2862 | 3336 | .e-kit-library__kit-item-overlay-promotion-button > * { |
| 2863 | 3337 | margin: 0 3px; |
| 2864 | 3338 | } |
| 2865 | 3339 | .e-kit-library__kit-item-subscription-plan-badge { |
| 2866 | - --e-a-color-brand: #467FF7; | |
| 2867 | -} | |
| 2868 | -.e-kit-library__kit-item-subscription-plan-badge.promoted { | |
| 2869 | - --e-a-color-brand: #92003B; | |
| 2870 | -} | |
| 2871 | -.e-kit-library__kit-item-subscription-plan-badge { | |
| 2872 | 3340 | position: absolute; |
| 2873 | - inset-block-start: 0; | |
| 2874 | - inset-inline-end: 0; | |
| 3341 | + top: 0; | |
| 3342 | + right: 0; | |
| 2875 | 3343 | margin: 0.3125rem; |
| 2876 | - background-color: var(--e-a-color-brand); | |
| 2877 | - color: #ffffff; | |
| 3344 | + color: #fff; | |
| 2878 | 3345 | text-transform: uppercase; |
| 2879 | 3346 | } |
| 2880 | -.e-kit-library__kit-item-header { | |
| 2881 | - position: relative; | |
| 2882 | -} | |
| 2883 | -.e-kit-library__kit-item-lock-icon { | |
| 2884 | - font-size: 14px; | |
| 2885 | - margin-inline-end: 8px; | |
| 2886 | - color: var(--card-headline-color); | |
| 2887 | - cursor: pointer; | |
| 2888 | -} | |
| 2889 | -.e-kit-library__kit-item-actions-menu i { | |
| 2890 | - font-size: 16px; | |
| 2891 | -} | |
| 2892 | -.e-kit-library__kit-item-actions-popover { | |
| 2893 | - display: flex; | |
| 2894 | - flex-direction: column; | |
| 2895 | - align-items: start; | |
| 2896 | - min-width: 0; | |
| 2897 | - padding: 12px 0; | |
| 2898 | - position: absolute; | |
| 2899 | - inset-block-start: 25px; | |
| 2900 | - inset-inline-start: 100%; | |
| 2901 | - transform: translateX(calc(-100% * var(--direction-multiplier))); | |
| 2902 | -} | |
| 2903 | -.e-kit-library__kit-item-actions-popover-item { | |
| 2904 | - display: flex; | |
| 2905 | - height: 30px; | |
| 2906 | - width: 100%; | |
| 2907 | - align-items: center; | |
| 2908 | - gap: 8px; | |
| 2909 | - padding: 0 12px; | |
| 2910 | - cursor: pointer; | |
| 2911 | -} | |
| 2912 | -.e-kit-library__kit-item-actions-popover-item i { | |
| 2913 | - font-size: 16px; | |
| 2914 | -} | |
| 2915 | -.e-kit-library__kit-item-actions-popover-item:hover { | |
| 2916 | - background-color: var(--e-a-bg-hover); | |
| 2917 | -} | |
| 2918 | -.e-kit-library__kit-item-actions-popover-item--danger { | |
| 2919 | - color: var(--e-a-color-danger); | |
| 2920 | -} | |
| 2921 | -.e-kit-library__kit-item-actions-popover-item--danger:hover { | |
| 2922 | - background-color: var(--e-a-bg-danger); | |
| 2923 | -} | |
| 2924 | -.e-kit-library__kit-item-actions-popover-item--danger i { | |
| 2925 | - color: var(--e-a-color-danger); | |
| 2926 | -} | |
| 2927 | -.e-kit-library__kit-item-cloud-overlay { | |
| 2928 | - height: 100%; | |
| 2929 | - display: flex; | |
| 2930 | - flex-direction: column; | |
| 2931 | - align-items: center; | |
| 2932 | - justify-content: center; | |
| 2933 | -} | |
| 2934 | -.e-kit-library__kit-item-cloud-overlay-import-button { | |
| 2935 | - display: flex; | |
| 2936 | - align-items: center; | |
| 2937 | - justify-content: center; | |
| 2938 | - padding: 8px 22px; | |
| 2939 | - gap: 8px; | |
| 2940 | -} | |
| 2941 | -.e-kit-library__kit-item-cloud-overlay-import-button > i { | |
| 2942 | - font-size: 20px; | |
| 2943 | - font-weight: 600; | |
| 2944 | -} | |
| 2945 | -.e-kit-library__kit-item-cloud-overlay-import-button > span { | |
| 2946 | - font-size: 15px; | |
| 2947 | -} | |
| 2948 | -.e-kit-library__kit-item-cloud-overlay i.eicon-lock { | |
| 2949 | - font-size: 48px; | |
| 2950 | - color: rgba(255, 255, 255, 0.8); | |
| 2951 | - cursor: pointer; | |
| 2952 | -} | |
| 2953 | -.e-kit-library__kit-item--locked { | |
| 2954 | - opacity: 0.6; | |
| 2955 | -} | |
| 2956 | -.e-kit-library__kit-item--locked .eps-card__image { | |
| 2957 | - opacity: 0.7; | |
| 2958 | -} | |
| 2959 | -.e-kit-library__kit-item--locked .eps-card__overlay { | |
| 2960 | - background-color: rgba(0, 0, 0, 0.5); | |
| 2961 | -} | |
| 2962 | 3347 | |
| 2963 | 3348 | :root { |
| 2964 | - --e-kit-library-header-back-border: 1px solid var(--e-a-border-color); | |
| 2965 | - --e-kit-library-header-back-color: #69727D; | |
| 3349 | + --e-kit-library-header-back-border: 1px solid #f1f3f5; | |
| 3350 | + --e-kit-library-header-back-color: #a4afb7; | |
| 2966 | 3351 | } |
| 2967 | 3352 | |
| 2968 | 3353 | .eps-theme-dark { |
| 2969 | - --e-kit-library-header-back-border: 1px solid #818A96; | |
| 2970 | - --e-kit-library-header-back-color: #BABFC5; | |
| 3354 | + --e-kit-library-header-back-border: 1px solid #64666a; | |
| 3355 | + --e-kit-library-header-back-color: #b4b5b7; | |
| 2971 | 3356 | } |
| 2972 | 3357 | |
| 2973 | 3358 | .e-kit-library__header-back { |
| 2974 | 3359 | color: var(--e-kit-library-header-back-color); |
| 2975 | - padding-inline-end: 1.25rem; | |
| 2976 | - padding-inline-start: 0.3125rem; | |
| 3360 | + padding-right: 1.25rem; | |
| 3361 | + padding-left: 0.3125rem; | |
| 3362 | + display: -webkit-inline-box; | |
| 3363 | + display: -ms-inline-flexbox; | |
| 2977 | 3364 | display: inline-flex; |
| 2978 | - justify-content: center; | |
| 2979 | - align-items: center; | |
| 3365 | + -webkit-box-pack: center; | |
| 3366 | + -ms-flex-pack: center; | |
| 3367 | + justify-content: center; | |
| 3368 | + -webkit-box-align: center; | |
| 3369 | + -ms-flex-align: center; | |
| 3370 | + align-items: center; | |
| 2980 | 3371 | height: 100%; |
| 2981 | - border-inline-end: var(--e-kit-library-header-back-border); | |
| 3372 | + border-right: var(--e-kit-library-header-back-border); | |
| 2982 | 3373 | } |
| 2983 | 3374 | .e-kit-library__header-back-container { |
| 2984 | - flex: 1; | |
| 3375 | + -webkit-box-flex: 1; | |
| 3376 | + -ms-flex: 1; | |
| 3377 | + flex: 1; | |
| 2985 | 3378 | height: 100%; |
| 2986 | 3379 | } |
| 2987 | 3380 | .e-kit-library__header-back .eps-icon { |
| 2988 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3381 | + -webkit-transform: rotate(0deg); | |
| 3382 | + -ms-transform: rotate(0deg); | |
| 3383 | + transform: rotate(0deg); | |
| 2989 | 3384 | } |
| 2990 | 3385 | |
| 2991 | 3386 | .e-kit-library__page-loader { |
| 2992 | 3387 | width: 100%; |
| @@ -2993,23 +3388,23 @@ | ||
| 2993 | 3388 | height: 100%; |
| 2994 | 3389 | display: grid; |
| 2995 | 3390 | place-items: center; |
| 2996 | 3391 | font-size: 1.85rem; |
| 2997 | - color: #69727D; | |
| 3392 | + color: #a4afb7; | |
| 2998 | 3393 | } |
| 2999 | 3394 | |
| 3000 | 3395 | .eps-search-input { |
| 3001 | - --eps-search-input-background-color: #D5D8DC; | |
| 3002 | - --eps-search-input-background-color-focus: #ffffff; | |
| 3003 | - --eps-search-input-color: #3f444b; | |
| 3004 | - --eps-search-input-placeholder-color: #69727D; | |
| 3396 | + --eps-search-input-background-color: #fcfcfc; | |
| 3397 | + --eps-search-input-background-color-focus: #fff; | |
| 3398 | + --eps-search-input-color: #556068; | |
| 3399 | + --eps-search-input-placeholder-color: #a4afb7; | |
| 3005 | 3400 | } |
| 3006 | 3401 | |
| 3007 | 3402 | .eps-theme-dark .eps-search-input { |
| 3008 | - --eps-search-input-background-color: #515962; | |
| 3009 | - --eps-search-input-background-color-focus: #69727D; | |
| 3010 | - --eps-search-input-color: #BABFC5; | |
| 3011 | - --eps-search-input-placeholder-color: #BABFC5; | |
| 3403 | + --eps-search-input-background-color: #404349; | |
| 3404 | + --eps-search-input-background-color-focus: #4c4f56; | |
| 3405 | + --eps-search-input-color: #b4b5b7; | |
| 3406 | + --eps-search-input-placeholder-color: #b4b5b7; | |
| 3012 | 3407 | } |
| 3013 | 3408 | |
| 3014 | 3409 | .eps-search-input { |
| 3015 | 3410 | width: 100%; |
| @@ -3028,12 +3423,20 @@ | ||
| 3028 | 3423 | } |
| 3029 | 3424 | .eps-search-input:focus { |
| 3030 | 3425 | background: var(--eps-search-input-background-color-focus); |
| 3031 | 3426 | } |
| 3427 | +.eps-search-input::-webkit-input-placeholder { | |
| 3428 | + color: var(--eps-search-input-placeholder-color); | |
| 3429 | + font-style: italic; | |
| 3430 | +} | |
| 3032 | 3431 | .eps-search-input::-moz-placeholder { |
| 3033 | 3432 | color: var(--eps-search-input-placeholder-color); |
| 3034 | 3433 | font-style: italic; |
| 3035 | 3434 | } |
| 3435 | +.eps-search-input::-ms-input-placeholder { | |
| 3436 | + color: var(--eps-search-input-placeholder-color); | |
| 3437 | + font-style: italic; | |
| 3438 | +} | |
| 3036 | 3439 | .eps-search-input::placeholder { |
| 3037 | 3440 | color: var(--eps-search-input-placeholder-color); |
| 3038 | 3441 | font-style: italic; |
| 3039 | 3442 | } |
| @@ -3042,16 +3445,22 @@ | ||
| 3042 | 3445 | } |
| 3043 | 3446 | .eps-search-input__icon { |
| 3044 | 3447 | font-size: 1.25rem; |
| 3045 | 3448 | padding: 0.625rem; |
| 3046 | - color: #69727D; | |
| 3449 | + color: #a4afb7; | |
| 3047 | 3450 | position: absolute; |
| 3048 | - inset-block-start: 0; | |
| 3451 | + top: 0; | |
| 3049 | 3452 | inset-inline-start: 0; |
| 3050 | 3453 | height: 100%; |
| 3454 | + display: -webkit-box; | |
| 3455 | + display: -ms-flexbox; | |
| 3051 | 3456 | display: flex; |
| 3052 | - align-items: center; | |
| 3053 | - justify-content: center; | |
| 3457 | + -webkit-box-align: center; | |
| 3458 | + -ms-flex-align: center; | |
| 3459 | + align-items: center; | |
| 3460 | + -webkit-box-pack: center; | |
| 3461 | + -ms-flex-pack: center; | |
| 3462 | + justify-content: center; | |
| 3054 | 3463 | } |
| 3055 | 3464 | .eps-search-input__icon--sm { |
| 3056 | 3465 | font-size: 0.75rem; |
| 3057 | 3466 | } |
| @@ -3057,16 +3466,22 @@ | ||
| 3057 | 3466 | } |
| 3058 | 3467 | .eps-search-input__clear-icon { |
| 3059 | 3468 | font-size: 0.875rem; |
| 3060 | 3469 | padding: 0.625rem; |
| 3061 | - color: #69727D; | |
| 3470 | + color: #a4afb7; | |
| 3062 | 3471 | position: absolute; |
| 3063 | - inset-block-start: 0; | |
| 3064 | - inset-inline-end: 0; | |
| 3472 | + top: 0; | |
| 3473 | + right: 0; | |
| 3065 | 3474 | height: 100%; |
| 3475 | + display: -webkit-box; | |
| 3476 | + display: -ms-flexbox; | |
| 3066 | 3477 | display: flex; |
| 3067 | - align-items: center; | |
| 3068 | - justify-content: center; | |
| 3478 | + -webkit-box-align: center; | |
| 3479 | + -ms-flex-align: center; | |
| 3480 | + align-items: center; | |
| 3481 | + -webkit-box-pack: center; | |
| 3482 | + -ms-flex-pack: center; | |
| 3483 | + justify-content: center; | |
| 3069 | 3484 | } |
| 3070 | 3485 | .eps-search-input__clear-icon--sm { |
| 3071 | 3486 | font-size: 0.6875rem; |
| 3072 | 3487 | } |
| @@ -3071,28 +3486,32 @@ | ||
| 3071 | 3486 | font-size: 0.6875rem; |
| 3072 | 3487 | } |
| 3073 | 3488 | |
| 3074 | 3489 | :root { |
| 3075 | - --eps-sort-select-select-background-color: #D5D8DC; | |
| 3076 | - --eps-sort-select-select-color: #3f444b; | |
| 3077 | - --eps-sort-select-button-background-color: #D5D8DC; | |
| 3078 | - --eps-sort-select-button-border: 1px solid var(--e-a-border-color); | |
| 3490 | + --eps-sort-select-select-background-color: #fcfcfc; | |
| 3491 | + --eps-sort-select-select-color: #556068; | |
| 3492 | + --eps-sort-select-button-background-color: #fcfcfc; | |
| 3493 | + --eps-sort-select-button-border: 1px solid #f1f3f5; | |
| 3079 | 3494 | } |
| 3080 | 3495 | |
| 3081 | 3496 | .eps-theme-dark { |
| 3082 | - --eps-sort-select-select-background-color: #515962; | |
| 3083 | - --eps-sort-select-select-color: #BABFC5; | |
| 3084 | - --eps-sort-select-button-background-color: #515962; | |
| 3085 | - --eps-sort-select-button-border: 1px solid #1f2124; | |
| 3497 | + --eps-sort-select-select-background-color: #404349; | |
| 3498 | + --eps-sort-select-select-color: #b4b5b7; | |
| 3499 | + --eps-sort-select-button-background-color: #404349; | |
| 3500 | + --eps-sort-select-button-border: 1px solid #26292C; | |
| 3086 | 3501 | } |
| 3087 | 3502 | |
| 3088 | 3503 | .eps-sort-select { |
| 3089 | 3504 | width: 100%; |
| 3090 | 3505 | font-size: 0.9375rem; |
| 3506 | + display: -webkit-box; | |
| 3507 | + display: -ms-flexbox; | |
| 3091 | 3508 | display: flex; |
| 3092 | 3509 | } |
| 3093 | 3510 | .eps-sort-select__select-wrapper { |
| 3094 | - flex: 1; | |
| 3511 | + -webkit-box-flex: 1; | |
| 3512 | + -ms-flex: 1; | |
| 3513 | + flex: 1; | |
| 3095 | 3514 | position: relative; |
| 3096 | 3515 | } |
| 3097 | 3516 | .eps-sort-select__select-wrapper::after { |
| 3098 | 3517 | content: "\e8ad"; |
| @@ -3097,14 +3516,21 @@ | ||
| 3097 | 3516 | .eps-sort-select__select-wrapper::after { |
| 3098 | 3517 | content: "\e8ad"; |
| 3099 | 3518 | font-family: eicons; |
| 3100 | 3519 | position: absolute; |
| 3101 | - inset-inline-end: 0.625rem; | |
| 3102 | - inset-block: 0; | |
| 3103 | - color: #69727D; | |
| 3520 | + right: 0.625rem; | |
| 3521 | + top: 0; | |
| 3522 | + bottom: 0; | |
| 3523 | + color: #a4afb7; | |
| 3524 | + display: -webkit-box; | |
| 3525 | + display: -ms-flexbox; | |
| 3104 | 3526 | display: flex; |
| 3105 | - align-items: center; | |
| 3106 | - justify-content: center; | |
| 3527 | + -webkit-box-align: center; | |
| 3528 | + -ms-flex-align: center; | |
| 3529 | + align-items: center; | |
| 3530 | + -webkit-box-pack: center; | |
| 3531 | + -ms-flex-pack: center; | |
| 3532 | + justify-content: center; | |
| 3107 | 3533 | pointer-events: none; |
| 3108 | 3534 | } |
| 3109 | 3535 | .eps-sort-select__select { |
| 3110 | 3536 | width: 100%; |
| @@ -3123,30 +3549,30 @@ | ||
| 3123 | 3549 | } |
| 3124 | 3550 | .eps-sort-select__button { |
| 3125 | 3551 | padding: 0.75rem 0.75rem; |
| 3126 | 3552 | background: var(--eps-sort-select-button-background-color); |
| 3127 | - border-inline-start: var(--eps-sort-select-button-border); | |
| 3553 | + border-left: var(--eps-sort-select-button-border); | |
| 3128 | 3554 | line-height: 1; |
| 3129 | - color: #69727D; | |
| 3555 | + color: #a4afb7; | |
| 3130 | 3556 | } |
| 3131 | 3557 | |
| 3132 | 3558 | .e-kit-library__tags-filter { |
| 3133 | - --e-kit-library-tags-filter-list-search-background-color: #ffffff; | |
| 3559 | + --e-kit-library-tags-filter-list-search-background-color: #fff; | |
| 3134 | 3560 | } |
| 3135 | 3561 | |
| 3136 | 3562 | .eps-theme-dark .e-kit-library__tags-filter { |
| 3137 | - --e-kit-library-tags-filter-list-search-background-color: #515962; | |
| 3563 | + --e-kit-library-tags-filter-list-search-background-color: #404349; | |
| 3138 | 3564 | } |
| 3139 | 3565 | |
| 3140 | 3566 | .e-kit-library__tags-filter { |
| 3141 | - margin-block-start: 2.75rem; | |
| 3567 | + margin-top: 2.75rem; | |
| 3142 | 3568 | } |
| 3143 | 3569 | .e-kit-library__tags-filter-list { |
| 3144 | - margin-block-end: 2.75rem; | |
| 3570 | + margin-bottom: 2.75rem; | |
| 3145 | 3571 | } |
| 3146 | 3572 | .e-kit-library__tags-filter-list .eps-collapse__title { |
| 3147 | - padding-inline-end: 1.875rem; | |
| 3148 | - padding-inline-start: 1.875rem; | |
| 3573 | + padding-right: 1.875rem; | |
| 3574 | + padding-left: 1.875rem; | |
| 3149 | 3575 | text-transform: uppercase; |
| 3150 | 3576 | } |
| 3151 | 3577 | .e-kit-library__tags-filter-list .eps-collapse__content { |
| 3152 | 3578 | margin: 0.3125rem 1.875rem; |
| @@ -3155,9 +3581,9 @@ | ||
| 3155 | 3581 | max-height: 250px; |
| 3156 | 3582 | overflow: auto; |
| 3157 | 3583 | } |
| 3158 | 3584 | .e-kit-library__tags-filter-list-search { |
| 3159 | - margin-block-end: 0.625rem; | |
| 3585 | + margin-bottom: 0.625rem; | |
| 3160 | 3586 | } |
| 3161 | 3587 | .e-kit-library__tags-filter-list-search .eps-search-input { |
| 3162 | 3588 | background: var(--e-kit-library-tags-filter-list-search-background-color); |
| 3163 | 3589 | } |
| @@ -3162,14 +3588,18 @@ | ||
| 3162 | 3588 | background: var(--e-kit-library-tags-filter-list-search-background-color); |
| 3163 | 3589 | } |
| 3164 | 3590 | .e-kit-library__tags-filter-list-item { |
| 3165 | 3591 | padding: 0.625rem 0; |
| 3592 | + display: -webkit-box; | |
| 3593 | + display: -ms-flexbox; | |
| 3166 | 3594 | display: flex; |
| 3167 | - align-items: center; | |
| 3595 | + -webkit-box-align: center; | |
| 3596 | + -ms-flex-align: center; | |
| 3597 | + align-items: center; | |
| 3168 | 3598 | font-weight: 500; |
| 3169 | 3599 | } |
| 3170 | 3600 | .e-kit-library__tags-filter-list-item input { |
| 3171 | - margin-inline-end: 0.3125rem; | |
| 3601 | + margin-right: 0.3125rem; | |
| 3172 | 3602 | } |
| 3173 | 3603 | |
| 3174 | 3604 | .e-kit-library #eps-app-header-btn-refetch { |
| 3175 | 3605 | padding: 0; |
| @@ -3175,9 +3605,9 @@ | ||
| 3175 | 3605 | padding: 0; |
| 3176 | 3606 | } |
| 3177 | 3607 | |
| 3178 | 3608 | .e-kit-library-header-info-modal-container { |
| 3179 | - margin-block-end: 2.75rem; | |
| 3609 | + margin-bottom: 2.75rem; | |
| 3180 | 3610 | } |
| 3181 | 3611 | |
| 3182 | 3612 | .e-kit-library__tooltip { |
| 3183 | 3613 | padding: 5px 12px; |
| @@ -3185,96 +3615,71 @@ | ||
| 3185 | 3615 | background-color: #26292C; |
| 3186 | 3616 | font-size: 10px; |
| 3187 | 3617 | } |
| 3188 | 3618 | .e-kit-library__tooltip:before { |
| 3189 | - border-block-end-color: #26292C; | |
| 3619 | + border-bottom-color: #26292C; | |
| 3190 | 3620 | } |
| 3191 | 3621 | |
| 3192 | 3622 | .e-kit-library__index-layout-container { |
| 3193 | - flex-grow: 1; | |
| 3623 | + -webkit-box-flex: 1; | |
| 3624 | + -ms-flex-positive: 1; | |
| 3625 | + flex-grow: 1; | |
| 3194 | 3626 | overflow-y: auto; |
| 3627 | + display: -webkit-box; | |
| 3628 | + display: -ms-flexbox; | |
| 3195 | 3629 | display: flex; |
| 3196 | - flex-direction: column; | |
| 3630 | + -webkit-box-orient: vertical; | |
| 3631 | + -webkit-box-direction: normal; | |
| 3632 | + -ms-flex-direction: column; | |
| 3633 | + flex-direction: column; | |
| 3197 | 3634 | } |
| 3198 | -.e-kit-library__index-layout-heading { | |
| 3635 | +.e-kit-library__index-layout-top-area { | |
| 3199 | 3636 | padding: 1.875rem 2.75rem; |
| 3200 | 3637 | position: sticky; |
| 3201 | - inset-block-start: -1px; | |
| 3638 | + top: -1px; | |
| 3202 | 3639 | width: 100%; |
| 3203 | 3640 | z-index: 2; |
| 3204 | 3641 | background-color: var(--app-background-color); |
| 3205 | 3642 | gap: 1.5rem; |
| 3206 | - align-items: center; | |
| 3207 | 3643 | } |
| 3208 | -.e-kit-library__index-layout-heading-search, .e-kit-library__index-layout-heading-sort { | |
| 3644 | +.e-kit-library__index-layout-top-area-search, .e-kit-library__index-layout-top-area-sort { | |
| 3209 | 3645 | min-width: 265px; |
| 3210 | 3646 | } |
| 3211 | -.e-kit-library__index-layout-heading-search { | |
| 3212 | - flex: 1; | |
| 3647 | +.e-kit-library__index-layout-top-area-search { | |
| 3648 | + -webkit-box-flex: 1; | |
| 3649 | + -ms-flex: 1; | |
| 3650 | + flex: 1; | |
| 3213 | 3651 | } |
| 3214 | -.e-kit-library__index-layout-heading-quota { | |
| 3215 | - display: flex; | |
| 3216 | - align-items: center; | |
| 3217 | - justify-content: flex-end; | |
| 3218 | -} | |
| 3219 | 3652 | .e-kit-library__index-layout-main { |
| 3220 | - padding-block-start: 0; | |
| 3221 | - padding-block-end: 1.5rem; | |
| 3653 | + padding-top: 0; | |
| 3654 | + padding-bottom: 1.5rem; | |
| 3222 | 3655 | overflow-y: hidden; |
| 3223 | 3656 | height: auto; |
| 3224 | - flex: 1 0 auto; | |
| 3657 | + -webkit-box-flex: 1; | |
| 3658 | + -ms-flex: 1 0 auto; | |
| 3659 | + flex: 1 0 auto; | |
| 3660 | + display: -webkit-box; | |
| 3661 | + display: -ms-flexbox; | |
| 3225 | 3662 | display: flex; |
| 3226 | - flex-direction: column; | |
| 3227 | - justify-content: space-between; | |
| 3663 | + -webkit-box-orient: vertical; | |
| 3664 | + -webkit-box-direction: normal; | |
| 3665 | + -ms-flex-direction: column; | |
| 3666 | + flex-direction: column; | |
| 3667 | + -webkit-box-pack: justify; | |
| 3668 | + -ms-flex-pack: justify; | |
| 3669 | + justify-content: space-between; | |
| 3228 | 3670 | } |
| 3229 | -.e-kit-library__index-layout-main.e-kit-library__connect-container { | |
| 3230 | - justify-content: center; | |
| 3231 | - align-items: center; | |
| 3232 | -} | |
| 3233 | -.e-kit-library__connect-button { | |
| 3234 | - background-color: var(--e-a-btn-bg-primary); | |
| 3235 | - color: var(--e-a-btn-color); | |
| 3236 | - border-radius: 4px; | |
| 3237 | - padding: 8px; | |
| 3238 | -} | |
| 3239 | -.e-kit-library__connect-button:hover { | |
| 3240 | - opacity: 0.8; | |
| 3241 | -} | |
| 3242 | -.e-kit-library__upgrade-button { | |
| 3243 | - background-color: var(--e-a-color-accent); | |
| 3244 | - color: var(--e-a-color-txt-invert); | |
| 3245 | - border-radius: 4px; | |
| 3246 | - padding: 8px; | |
| 3247 | -} | |
| 3248 | -.e-kit-library__upgrade-button:hover { | |
| 3249 | - opacity: 0.8; | |
| 3250 | -} | |
| 3251 | -.e-kit-library .eicon-library-cloud-connect, | |
| 3252 | -.e-kit-library .eicon-library-subscription-upgrade { | |
| 3253 | - font-size: 65px; | |
| 3254 | -} | |
| 3255 | -.e-kit-library .connect-badge { | |
| 3256 | - color: #C00BB9; | |
| 3257 | - margin-inline-start: 10px; | |
| 3258 | -} | |
| 3259 | -.e-kit-library .upgrade-badge { | |
| 3260 | - color: #93003f; | |
| 3261 | - border: 1px solid #93003f; | |
| 3262 | - border-radius: 10px; | |
| 3263 | - padding: 2px 6px; | |
| 3264 | - margin-inline-start: 10px; | |
| 3265 | -} | |
| 3266 | 3671 | |
| 3267 | 3672 | .e-kit-library__tags-filter { |
| 3268 | - --e-kit-library-item-sidebar-header-title-color: #515962; | |
| 3269 | - --e-kit-library-item-sidebar-description-color: #515962; | |
| 3270 | - --e-kit-library-item-information-text-color: #515962; | |
| 3673 | + --e-kit-library-item-sidebar-header-title-color: #6d7882; | |
| 3674 | + --e-kit-library-item-sidebar-description-color: #6d7882; | |
| 3675 | + --e-kit-library-item-information-text-color: #6d7882; | |
| 3271 | 3676 | } |
| 3272 | 3677 | |
| 3273 | 3678 | .eps-theme-dark .e-kit-library__tags-filter { |
| 3274 | - --e-kit-library-item-sidebar-header-title-color: #BABFC5; | |
| 3275 | - --e-kit-library-item-sidebar-description-color: #BABFC5; | |
| 3276 | - --e-kit-library-item-information-text-color: #BABFC5; | |
| 3679 | + --e-kit-library-item-sidebar-header-title-color: #b4b5b7; | |
| 3680 | + --e-kit-library-item-sidebar-description-color: #b4b5b7; | |
| 3681 | + --e-kit-library-item-information-text-color: #b4b5b7; | |
| 3277 | 3682 | } |
| 3278 | 3683 | |
| 3279 | 3684 | .e-kit-library__item-sidebar { |
| 3280 | 3685 | padding: 1.5rem 1.875rem; |
| @@ -3279,29 +3684,36 @@ | ||
| 3279 | 3684 | .e-kit-library__item-sidebar { |
| 3280 | 3685 | padding: 1.5rem 1.875rem; |
| 3281 | 3686 | } |
| 3282 | 3687 | .e-kit-library__item-sidebar-header { |
| 3688 | + display: -webkit-box; | |
| 3689 | + display: -ms-flexbox; | |
| 3283 | 3690 | display: flex; |
| 3284 | - align-items: center; | |
| 3285 | - justify-content: space-between; | |
| 3691 | + -webkit-box-align: center; | |
| 3692 | + -ms-flex-align: center; | |
| 3693 | + align-items: center; | |
| 3694 | + -webkit-box-pack: justify; | |
| 3695 | + -ms-flex-pack: justify; | |
| 3696 | + justify-content: space-between; | |
| 3286 | 3697 | } |
| 3287 | 3698 | .e-kit-library__item-sidebar-header-title { |
| 3288 | 3699 | color: var(--e-kit-library-item-sidebar-header-title-color); |
| 3289 | - margin-block-end: 0; | |
| 3700 | + margin-bottom: 0; | |
| 3290 | 3701 | } |
| 3291 | 3702 | .e-kit-library__item-sidebar-thumbnail { |
| 3292 | - margin-block-start: 1.5rem; | |
| 3293 | - box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 3703 | + margin-top: 1.5rem; | |
| 3704 | + -webkit-box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 3705 | + box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 3294 | 3706 | } |
| 3295 | 3707 | .e-kit-library__item-sidebar-description { |
| 3296 | - margin-block-start: 1.5rem; | |
| 3708 | + margin-top: 1.5rem; | |
| 3297 | 3709 | color: var(--e-kit-library-item-sidebar-description-color); |
| 3298 | 3710 | } |
| 3299 | 3711 | .e-kit-library__item-sidebar-collapse-tags { |
| 3300 | - margin-block-start: 2.75rem; | |
| 3712 | + margin-top: 2.75rem; | |
| 3301 | 3713 | } |
| 3302 | 3714 | .e-kit-library__item-sidebar-collapse-info { |
| 3303 | - margin-block-start: 1.875rem; | |
| 3715 | + margin-top: 1.875rem; | |
| 3304 | 3716 | } |
| 3305 | 3717 | .e-kit-library__item-sidebar-tags-container { |
| 3306 | 3718 | gap: 0.625rem; |
| 3307 | 3719 | } |
| @@ -3307,24 +3719,24 @@ | ||
| 3307 | 3719 | } |
| 3308 | 3720 | .e-kit-library__item-information-text { |
| 3309 | 3721 | font-size: 0.8125rem; |
| 3310 | 3722 | color: var(--e-kit-library-item-information-text-color); |
| 3311 | - margin-block-end: 0.3125rem; | |
| 3723 | + margin-bottom: 0.3125rem; | |
| 3312 | 3724 | } |
| 3313 | 3725 | |
| 3314 | 3726 | .e-kit-library { |
| 3315 | - --e-kit-library-content-overview-group-title-color: #515962; | |
| 3727 | + --e-kit-library-content-overview-group-title-color: #6d7882; | |
| 3316 | 3728 | } |
| 3317 | 3729 | |
| 3318 | 3730 | .eps-theme-dark .e-kit-library { |
| 3319 | - --e-kit-library-content-overview-group-title-color: #BABFC5; | |
| 3731 | + --e-kit-library-content-overview-group-title-color: #b4b5b7; | |
| 3320 | 3732 | } |
| 3321 | 3733 | |
| 3322 | 3734 | .e-kit-library__content-overview-group-item { |
| 3323 | - margin-block-end: 2.75rem; | |
| 3735 | + margin-bottom: 2.75rem; | |
| 3324 | 3736 | } |
| 3325 | 3737 | .e-kit-library__content-overview-group-title { |
| 3326 | - margin-block-end: 1.875rem; | |
| 3738 | + margin-bottom: 1.875rem; | |
| 3327 | 3739 | color: var(--e-kit-library-content-overview-group-title-color); |
| 3328 | 3740 | } |
| 3329 | 3741 | |
| 3330 | 3742 | .e-kit-library__preview-responsive-controls { |
| @@ -3331,30 +3743,35 @@ | ||
| 3331 | 3743 | width: auto; |
| 3332 | 3744 | } |
| 3333 | 3745 | .e-kit-library__preview-responsive-controls-item { |
| 3334 | 3746 | margin: 0 0.3125rem; |
| 3335 | - color: #69727D; | |
| 3747 | + color: #a4afb7; | |
| 3336 | 3748 | padding: 0.3125rem; |
| 3337 | 3749 | } |
| 3338 | 3750 | .e-kit-library__preview-responsive-controls-item:hover { |
| 3339 | - background: rgba(37, 99, 235, 0.1); | |
| 3751 | + background: rgba(88, 208, 245, 0.1); | |
| 3340 | 3752 | border-radius: 3px; |
| 3753 | + -webkit-transition: all 0.3s; | |
| 3754 | + -o-transition: all 0.3s; | |
| 3341 | 3755 | transition: all 0.3s; |
| 3342 | 3756 | } |
| 3343 | 3757 | .e-kit-library__preview-responsive-controls-item--active { |
| 3344 | - color: #2563EB; | |
| 3758 | + color: #58d0f5; | |
| 3345 | 3759 | } |
| 3346 | 3760 | |
| 3347 | 3761 | .e-kit-library__preview-loader { |
| 3348 | 3762 | position: absolute; |
| 3349 | - inset-block-start: 0; | |
| 3350 | - inset-inline-start: 0; | |
| 3763 | + top: 0; | |
| 3764 | + left: 0; | |
| 3351 | 3765 | z-index: 0; |
| 3352 | 3766 | } |
| 3353 | 3767 | .e-kit-library__preview-iframe { |
| 3354 | 3768 | border: none; |
| 3769 | + -webkit-transition: all 0.3s; | |
| 3770 | + -o-transition: all 0.3s; | |
| 3355 | 3771 | transition: all 0.3s; |
| 3356 | - box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 3772 | + -webkit-box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 3773 | + box-shadow: 0 4px 10px var(--color-box-shadow-color); | |
| 3357 | 3774 | } |
| 3358 | 3775 | .e-kit-library__preview-iframe-container { |
| 3359 | 3776 | overflow-y: auto; |
| 3360 | 3777 | position: relative; |
| @@ -3361,9 +3778,9 @@ | ||
| 3361 | 3778 | z-index: 1; |
| 3362 | 3779 | } |
| 3363 | 3780 | |
| 3364 | 3781 | .e-app-collapse { |
| 3365 | - --e-app-collapse-icon-color: #515962; | |
| 3782 | + --e-app-collapse-icon-color: #6d7882; | |
| 3366 | 3783 | } |
| 3367 | 3784 | .e-app-collapse-toggle { |
| 3368 | 3785 | position: relative; |
| 3369 | 3786 | } |
| @@ -3371,18 +3788,28 @@ | ||
| 3371 | 3788 | cursor: pointer; |
| 3372 | 3789 | } |
| 3373 | 3790 | .e-app-collapse-toggle__icon { |
| 3374 | 3791 | color: var(--e-app-collapse-icon-color); |
| 3792 | + display: -webkit-box; | |
| 3793 | + display: -ms-flexbox; | |
| 3375 | 3794 | display: flex; |
| 3376 | - align-items: center; | |
| 3377 | - justify-content: center; | |
| 3795 | + -webkit-box-align: center; | |
| 3796 | + -ms-flex-align: center; | |
| 3797 | + align-items: center; | |
| 3798 | + -webkit-box-pack: center; | |
| 3799 | + -ms-flex-pack: center; | |
| 3800 | + justify-content: center; | |
| 3378 | 3801 | font-size: 0.875rem; |
| 3379 | 3802 | position: absolute; |
| 3380 | - inset-block-start: 50%; | |
| 3381 | - inset-inline-end: var(--e-app-collapse-toggle-icon-spacing); | |
| 3382 | - transform: translateY(-50%); | |
| 3803 | + top: 50%; | |
| 3804 | + right: var(--e-app-collapse-toggle-icon-spacing); | |
| 3805 | + -webkit-transform: translateY(-50%); | |
| 3806 | + -ms-transform: translateY(-50%); | |
| 3807 | + transform: translateY(-50%); | |
| 3383 | 3808 | } |
| 3384 | 3809 | .e-app-collapse-toggle__icon:before { |
| 3810 | + -webkit-transition: all 0.2s linear; | |
| 3811 | + -o-transition: all 0.2s linear; | |
| 3385 | 3812 | transition: all 0.2s linear; |
| 3386 | 3813 | } |
| 3387 | 3814 | .e-app-collapse-content { |
| 3388 | 3815 | display: none; |
| @@ -3387,9 +3814,11 @@ | ||
| 3387 | 3814 | .e-app-collapse-content { |
| 3388 | 3815 | display: none; |
| 3389 | 3816 | } |
| 3390 | 3817 | .e-app-collapse--opened .e-app-collapse-toggle__icon:before { |
| 3391 | - transform: rotate(-180deg); | |
| 3818 | + -webkit-transform: rotate(-180deg); | |
| 3819 | + -ms-transform: rotate(-180deg); | |
| 3820 | + transform: rotate(-180deg); | |
| 3392 | 3821 | } |
| 3393 | 3822 | .e-app-collapse--opened .e-app-collapse-content { |
| 3394 | 3823 | display: block; |
| 3395 | 3824 | } |
| @@ -3394,49 +3823,51 @@ | ||
| 3394 | 3823 | display: block; |
| 3395 | 3824 | } |
| 3396 | 3825 | |
| 3397 | 3826 | [dir=rtl] .e-app-collapse-toggle__icon { |
| 3398 | - inset-inline-start: var(--e-app-collapse-toggle-icon-spacing); | |
| 3399 | - inset-inline-end: initial; | |
| 3827 | + right: initial; | |
| 3828 | + left: var(--e-app-collapse-toggle-icon-spacing); | |
| 3400 | 3829 | } |
| 3401 | 3830 | |
| 3402 | 3831 | .eps-theme-dark .e-app-collapse { |
| 3403 | - --e-app-collapse-icon-color: #BABFC5; | |
| 3832 | + --e-app-collapse-icon-color: #b4b5b7; | |
| 3404 | 3833 | } |
| 3405 | 3834 | |
| 3406 | 3835 | .e-app-import-plugins { |
| 3407 | - --e-app-import-plugins-selection-section-heading-color: #515962; | |
| 3408 | - padding-block-end: 1.5rem; | |
| 3836 | + --e-app-import-plugins-selection-section-heading-color: #6d7882; | |
| 3837 | + padding-bottom: 1.5rem; | |
| 3409 | 3838 | } |
| 3410 | 3839 | .e-app-import-plugins__section { |
| 3411 | - margin-block-start: 1.875rem; | |
| 3840 | + margin-top: 1.875rem; | |
| 3412 | 3841 | } |
| 3413 | 3842 | .e-app-import-plugins__section-heading { |
| 3414 | 3843 | color: var(--e-app-import-plugins-selection-section-heading-color); |
| 3415 | - margin-block-end: 1rem; | |
| 3844 | + margin-bottom: 1rem; | |
| 3416 | 3845 | } |
| 3417 | 3846 | .e-app-import-plugins__versions-notice { |
| 3418 | - margin-block-end: 0.75rem; | |
| 3847 | + margin-bottom: 0.75rem; | |
| 3419 | 3848 | } |
| 3420 | 3849 | |
| 3421 | 3850 | .eps-theme-dark .e-app-import-plugins { |
| 3422 | - --e-app-import-plugins-selection-section-heading-color: #BABFC5; | |
| 3851 | + --e-app-import-plugins-selection-section-heading-color: #b4b5b7; | |
| 3423 | 3852 | } |
| 3424 | 3853 | |
| 3425 | 3854 | .eps-table { |
| 3426 | - --eps-table-body-color: #3f444b; | |
| 3855 | + --eps-table-body-color: #556068; | |
| 3856 | + --eps-table-body-background-color: #fff; | |
| 3427 | 3857 | border-spacing: 0 2px; |
| 3428 | 3858 | table-layout: fixed; |
| 3429 | 3859 | width: 100%; |
| 3430 | - border: 1px solid var(--e-a-border-color); | |
| 3431 | - border-radius: 0.1875rem; | |
| 3432 | 3860 | } |
| 3433 | 3861 | .eps-table__checkboxes-column { |
| 3434 | 3862 | width: 1.875rem; |
| 3435 | 3863 | } |
| 3436 | 3864 | .eps-table__checkbox { |
| 3865 | + display: -webkit-box; | |
| 3866 | + display: -ms-flexbox; | |
| 3437 | 3867 | display: flex; |
| 3438 | - flex-shrink: 0; | |
| 3868 | + -ms-flex-negative: 0; | |
| 3869 | + flex-shrink: 0; | |
| 3439 | 3870 | } |
| 3440 | 3871 | .eps-table__cell { |
| 3441 | 3872 | padding: 1rem; |
| 3442 | 3873 | } |
| @@ -3442,14 +3873,11 @@ | ||
| 3442 | 3873 | } |
| 3443 | 3874 | .eps-table__head .eps-table__cell { |
| 3444 | 3875 | text-align: start; |
| 3445 | 3876 | } |
| 3446 | -.eps-table__row { | |
| 3447 | - border-block-end: 1px solid var(--e-a-border-color); | |
| 3877 | +.eps-table__body .eps-table__row { | |
| 3878 | + background-color: var(--eps-table-body-background-color); | |
| 3448 | 3879 | } |
| 3449 | -.eps-table__row:last-child { | |
| 3450 | - border-block-end: none; | |
| 3451 | -} | |
| 3452 | 3880 | .eps-table__body .eps-table__cell:first-child { |
| 3453 | 3881 | border-radius: 0.1875rem 0 0 0.1875rem; |
| 3454 | 3882 | } |
| 3455 | 3883 | .eps-table__body .eps-table__cell:last-child { |
| @@ -3455,13 +3883,15 @@ | ||
| 3455 | 3883 | .eps-table__body .eps-table__cell:last-child { |
| 3456 | 3884 | border-radius: 0 0.1875rem 0.1875rem 0; |
| 3457 | 3885 | } |
| 3458 | 3886 | .eps-table--selection .eps-table__cell:first-child { |
| 3459 | - padding-inline-end: 0; | |
| 3887 | + -webkit-padding-end: 0; | |
| 3888 | + padding-inline-end: 0; | |
| 3460 | 3889 | } |
| 3461 | 3890 | |
| 3462 | 3891 | .eps-theme-dark .eps-table { |
| 3463 | - --eps-table-body-color: #BABFC5; | |
| 3892 | + --eps-table-body-color: #b4b5b7; | |
| 3893 | + --eps-table-body-background-color: #404349; | |
| 3464 | 3894 | } |
| 3465 | 3895 | |
| 3466 | 3896 | [dir=rtl] .eps-table__body [dir=rtl] .eps-table__cell:first-child { |
| 3467 | 3897 | border-radius: 0 0.1875rem 0.1875rem 0; |
| @@ -3470,35 +3900,35 @@ | ||
| 3470 | 3900 | border-radius: 0.1875rem 0 0 0.1875rem; |
| 3471 | 3901 | } |
| 3472 | 3902 | |
| 3473 | 3903 | .e-app-import-plugins-pro-banner { |
| 3474 | - --e-app-import-plugins-pro-banner-heading-color: #3f444b; | |
| 3475 | - --e-app-import-plugins-pro-banner-description-color: #515962; | |
| 3476 | - margin-block-end: 1.875rem; | |
| 3904 | + --e-app-import-plugins-pro-banner-heading-color: #556068; | |
| 3905 | + --e-app-import-plugins-pro-banner-description-color: #6d7882; | |
| 3906 | + margin-bottom: 1.875rem; | |
| 3477 | 3907 | } |
| 3478 | 3908 | .e-app-import-plugins-pro-banner__heading { |
| 3479 | 3909 | color: var(--e-app-import-plugins-pro-banner-heading-color); |
| 3480 | - margin-block-end: 0.625rem; | |
| 3910 | + margin-bottom: 0.625rem; | |
| 3481 | 3911 | } |
| 3482 | 3912 | .e-app-import-plugins-pro-banner__description { |
| 3483 | 3913 | color: var(--e-app-import-plugins-pro-banner-description-color); |
| 3484 | - margin-block-end: 0; | |
| 3914 | + margin-bottom: 0; | |
| 3485 | 3915 | } |
| 3486 | 3916 | |
| 3487 | 3917 | .eps-theme-dark .e-app-import-plugins-pro-banner { |
| 3488 | - --e-app-import-plugins-pro-banner-heading-color: #9DA5AE; | |
| 3489 | - --e-app-import-plugins-pro-banner-description-color: #BABFC5; | |
| 3918 | + --e-app-import-plugins-pro-banner-heading-color: #7d7e82; | |
| 3919 | + --e-app-import-plugins-pro-banner-description-color: #b4b5b7; | |
| 3490 | 3920 | } |
| 3491 | 3921 | |
| 3492 | 3922 | .e-app-export-plugins { |
| 3493 | - padding-block-end: 1.25rem; | |
| 3923 | + padding-bottom: 1.25rem; | |
| 3494 | 3924 | } |
| 3495 | 3925 | |
| 3496 | 3926 | .e-app-import-content { |
| 3497 | - padding-block-end: 1.25rem; | |
| 3927 | + padding-bottom: 1.25rem; | |
| 3498 | 3928 | } |
| 3499 | 3929 | .e-app-import-content__plugins-notice { |
| 3500 | - margin-block-end: 1.25rem; | |
| 3930 | + margin-bottom: 1.25rem; | |
| 3501 | 3931 | } |
| 3502 | 3932 | |
| 3503 | 3933 | .e-app-import-plugins-activation__installing-plugins { |
| 3504 | 3934 | padding: 0.625rem 0; |
| @@ -3503,21 +3933,22 @@ | ||
| 3503 | 3933 | .e-app-import-plugins-activation__installing-plugins { |
| 3504 | 3934 | padding: 0.625rem 0; |
| 3505 | 3935 | } |
| 3506 | 3936 | .e-app-import-plugins-activation__plugin-name { |
| 3507 | - margin-inline-start: 0.5rem; | |
| 3937 | + -webkit-margin-start: 0.5rem; | |
| 3938 | + margin-inline-start: 0.5rem; | |
| 3508 | 3939 | } |
| 3509 | 3940 | .e-app-import-plugins-activation__plugin-status-item { |
| 3510 | - margin-block-end: 0.75rem; | |
| 3941 | + margin-bottom: 0.75rem; | |
| 3511 | 3942 | } |
| 3512 | 3943 | |
| 3513 | 3944 | .e-app-import-export-plugins-table__cell-content { |
| 3514 | - margin-block-end: 0; | |
| 3945 | + margin-bottom: 0; | |
| 3515 | 3946 | text-transform: capitalize; |
| 3516 | 3947 | } |
| 3517 | 3948 | |
| 3518 | 3949 | .e-app-import-export-loader { |
| 3519 | - --e-app-import-export-loader-color: #818A96; | |
| 3950 | + --e-app-import-export-loader-color: #c2cbd2; | |
| 3520 | 3951 | color: var(--e-app-import-export-loader-color); |
| 3521 | 3952 | font-size: 50px; |
| 3522 | 3953 | } |
| 3523 | 3954 | .e-app-import-export-loader.eicon-loading { |
| @@ -3524,195 +3955,537 @@ | ||
| 3524 | 3955 | font-size: 1.85rem; |
| 3525 | 3956 | } |
| 3526 | 3957 | .e-app-import-export-loader--absolute-center { |
| 3527 | 3958 | position: absolute; |
| 3528 | - inset-block-start: 50%; | |
| 3529 | - inset-inline-start: 50%; | |
| 3530 | - transform: translateX(-50%) translateY(-50%); | |
| 3959 | + top: 50%; | |
| 3960 | + left: 50%; | |
| 3961 | + -webkit-transform: translateX(-50%) translateY(-50%); | |
| 3962 | + -ms-transform: translateX(-50%) translateY(-50%); | |
| 3963 | + transform: translateX(-50%) translateY(-50%); | |
| 3531 | 3964 | } |
| 3532 | 3965 | |
| 3533 | 3966 | .eps-theme-dark .e-app-import-export-loader { |
| 3534 | - --e-app-import-export-loader-color: #818A96; | |
| 3967 | + --e-app-import-export-loader-color: #64666a; | |
| 3535 | 3968 | } |
| 3536 | 3969 | |
| 3537 | 3970 | .e-app-import-export-message-banner { |
| 3538 | - --e-app-import-export-message-banner-heading-color: #3f444b; | |
| 3539 | - --e-app-import-export-message-banner-description-color: #515962; | |
| 3540 | - margin-block-end: 1.875rem; | |
| 3971 | + --e-app-import-export-message-banner-heading-color: #556068; | |
| 3972 | + --e-app-import-export-message-banner-description-color: #6d7882; | |
| 3973 | + margin-bottom: 1.875rem; | |
| 3541 | 3974 | } |
| 3542 | 3975 | .e-app-import-export-message-banner__heading { |
| 3543 | 3976 | color: var(--e-app-import-export-message-banner-heading-color); |
| 3544 | - margin-block-end: 0.625rem; | |
| 3977 | + margin-bottom: 0.625rem; | |
| 3545 | 3978 | } |
| 3546 | 3979 | .e-app-import-export-message-banner__description { |
| 3547 | 3980 | color: var(--e-app-import-export-message-banner-description-color); |
| 3548 | - margin-block-end: 0; | |
| 3981 | + margin-bottom: 0; | |
| 3549 | 3982 | } |
| 3550 | 3983 | |
| 3551 | 3984 | .eps-theme-dark .e-app-import-export-message-banner { |
| 3552 | - --e-app-import-export-message-banner-heading-color: #9DA5AE; | |
| 3553 | - --e-app-import-export-message-banner-description-color: #BABFC5; | |
| 3985 | + --e-app-import-export-message-banner-heading-color: #7d7e82; | |
| 3986 | + --e-app-import-export-message-banner-description-color: #b4b5b7; | |
| 3554 | 3987 | } |
| 3555 | 3988 | |
| 3556 | 3989 | .e-app-import-connect-pro-notice { |
| 3557 | - margin-block-end: 1.25rem; | |
| 3990 | + margin-bottom: 1.25rem; | |
| 3558 | 3991 | } |
| 3559 | 3992 | |
| 3560 | 3993 | .e-app-import-failed-plugins-notice { |
| 3561 | - margin-block-end: 1.25rem; | |
| 3994 | + margin-bottom: 1.25rem; | |
| 3562 | 3995 | } |
| 3563 | 3996 | |
| 3564 | -.e-app-export-actions-container { | |
| 3997 | +.e-onboarding { | |
| 3998 | + font-family: "DM Sans", "Roboto", sans-serif; | |
| 3999 | +} | |
| 4000 | +.e-onboarding .eps-app__main { | |
| 4001 | + -webkit-box-pack: center; | |
| 4002 | + -ms-flex-pack: center; | |
| 4003 | + justify-content: center; | |
| 4004 | + overflow-y: auto; | |
| 4005 | +} | |
| 4006 | +.e-onboarding__content { | |
| 4007 | + max-width: 1135px; | |
| 4008 | + padding: initial; | |
| 4009 | + margin: 2.75rem; | |
| 4010 | + overflow-y: initial; | |
| 4011 | +} | |
| 4012 | +.e-onboarding__checkbox-label { | |
| 4013 | + display: -webkit-box; | |
| 4014 | + display: -ms-flexbox; | |
| 3565 | 4015 | display: flex; |
| 3566 | - gap: 15px; | |
| 4016 | + line-height: 18px; | |
| 4017 | + margin-bottom: 27px; | |
| 4018 | +} | |
| 4019 | +.e-onboarding__checkbox-input { | |
| 4020 | + -webkit-margin-end: 14px; | |
| 4021 | + margin-inline-end: 14px; | |
| 4022 | + width: 16px; | |
| 4023 | + height: 16px; | |
| 4024 | + border-color: #69727D; | |
| 4025 | + border-radius: 2px; | |
| 4026 | +} | |
| 4027 | +.e-onboarding__checkbox-input:checked { | |
| 4028 | + background-color: #525861; | |
| 4029 | +} | |
| 4030 | +.e-onboarding__checkbox-input:checked::after { | |
| 4031 | + margin-bottom: 15%; | |
| 4032 | + width: 6px; | |
| 4033 | + height: 9px; | |
| 4034 | + border-width: 0 2px 2px 0; | |
| 4035 | +} | |
| 4036 | +.e-onboarding__feature-list { | |
| 4037 | + margin-bottom: 40px; | |
| 4038 | +} | |
| 4039 | +.e-onboarding__text-input { | |
| 4040 | + font-size: 14px; | |
| 4041 | + width: 325px; | |
| 4042 | + padding: 12px 16px; | |
| 4043 | + color: #69727D; | |
| 4044 | + border: 1px solid #9EA5AD; | |
| 4045 | +} | |
| 4046 | +.e-onboarding__text-input:focus-visible { | |
| 4047 | + outline: initial; | |
| 4048 | + border: 1px solid #3A3F45; | |
| 4049 | +} | |
| 4050 | +.e-onboarding__text-input::-webkit-input-placeholder { | |
| 4051 | + color: #C2C7CC; | |
| 4052 | +} | |
| 4053 | +.e-onboarding__text-input::-moz-placeholder { | |
| 4054 | + color: #C2C7CC; | |
| 4055 | +} | |
| 4056 | +.e-onboarding__text-input::-ms-input-placeholder { | |
| 4057 | + color: #C2C7CC; | |
| 4058 | +} | |
| 4059 | +.e-onboarding__text-input::placeholder { | |
| 4060 | + color: #C2C7CC; | |
| 4061 | +} | |
| 4062 | +.e-onboarding__footnote { | |
| 4063 | + margin-top: 24px; | |
| 4064 | + width: 325px; | |
| 4065 | + text-align: center; | |
| 4066 | +} | |
| 4067 | +.e-onboarding__footnote a { | |
| 4068 | + text-decoration: underline; | |
| 4069 | + color: #3A3F45; | |
| 4070 | +} | |
| 4071 | + | |
| 4072 | +#e-app ~ #__wp-uploader-id-2 .media-modal { | |
| 4073 | + max-width: 1024px; | |
| 4074 | + max-height: 768px; | |
| 4075 | + margin: auto; | |
| 4076 | +} | |
| 4077 | + | |
| 4078 | +.e-onboarding__page-content { | |
| 4079 | + margin-bottom: 70px; | |
| 4080 | +} | |
| 4081 | +.e-onboarding__page-content-start { | |
| 4082 | + max-width: 675px; | |
| 4083 | + text-align: start; | |
| 4084 | + -ms-flex-preferred-size: 555px; | |
| 4085 | + flex-basis: 555px; | |
| 4086 | + -ms-flex-item-align: start; | |
| 4087 | + align-self: start; | |
| 4088 | +} | |
| 4089 | +.e-onboarding__page-content-end { | |
| 4090 | + min-width: 440px; | |
| 4091 | + max-width: 540px; | |
| 4092 | +} | |
| 4093 | +.e-onboarding__page-content-end img { | |
| 3567 | 4094 | width: 100%; |
| 3568 | - justify-content: flex-end; | |
| 3569 | 4095 | } |
| 4096 | +.e-onboarding__page-content-section-title { | |
| 4097 | + font-family: "DM Serif Display", serif; | |
| 4098 | + font-size: 36px; | |
| 4099 | + font-weight: 700; | |
| 4100 | + color: #0C0D0E; | |
| 4101 | +} | |
| 4102 | +.e-onboarding__page-content-section-text { | |
| 4103 | + font-size: 18px; | |
| 4104 | + color: #3A3F45; | |
| 4105 | +} | |
| 3570 | 4106 | |
| 3571 | -.e-kit-library__quota-bar { | |
| 4107 | +.e-onboarding__header-logo .eps-app__logo { | |
| 4108 | + background-color: #0C0D0E; | |
| 4109 | + color: #ffffff; | |
| 4110 | + width: 1.3rem; | |
| 4111 | + height: 1.3rem; | |
| 4112 | + line-height: 1.3rem; | |
| 4113 | + font-size: 0.48rem; | |
| 4114 | +} | |
| 4115 | +.e-onboarding__header-logo .eps-app__logo:not(:last-child) { | |
| 4116 | + -webkit-margin-end: 7px; | |
| 4117 | + margin-inline-end: 7px; | |
| 4118 | +} | |
| 4119 | +.e-onboarding__header-logo img { | |
| 4120 | + width: 104px; | |
| 4121 | +} | |
| 4122 | +.e-onboarding__header .eps-app__header-btn { | |
| 4123 | + display: -webkit-box; | |
| 4124 | + display: -ms-flexbox; | |
| 3572 | 4125 | display: flex; |
| 3573 | - align-items: center; | |
| 4126 | + -webkit-box-align: center; | |
| 4127 | + -ms-flex-align: center; | |
| 4128 | + align-items: center; | |
| 4129 | + font-size: 13px; | |
| 3574 | 4130 | } |
| 3575 | -.e-kit-library__quota-bar__container { | |
| 4131 | +.e-onboarding__header .eps-app__header-btn .eps-icon:not(:last-child) { | |
| 4132 | + -webkit-margin-end: 7px; | |
| 4133 | + margin-inline-end: 7px; | |
| 4134 | +} | |
| 4135 | +.e-onboarding__header .eps-button { | |
| 4136 | + color: #0C0D0E; | |
| 4137 | +} | |
| 4138 | +.e-onboarding__header .eps-button__go-pro-btn { | |
| 4139 | + background-color: #871A40; | |
| 4140 | + color: #ffffff; | |
| 4141 | + padding: 4px 8px; | |
| 4142 | + border-radius: 4px; | |
| 4143 | + font-weight: 700; | |
| 4144 | + font-size: 12px; | |
| 4145 | + -webkit-transition: 0.5s; | |
| 4146 | + -o-transition: 0.5s; | |
| 4147 | + transition: 0.5s; | |
| 4148 | +} | |
| 4149 | +.e-onboarding__header .eps-button__go-pro-btn:hover { | |
| 4150 | + background: #b22254; | |
| 4151 | +} | |
| 4152 | + | |
| 4153 | +.e-onboarding__go-pro { | |
| 4154 | + width: 288px; | |
| 4155 | + font-size: 12px; | |
| 4156 | +} | |
| 4157 | +.e-onboarding__go-pro-title { | |
| 4158 | + font-size: 18px; | |
| 4159 | + font-weight: 700; | |
| 4160 | + color: #871A40; | |
| 4161 | +} | |
| 4162 | +.e-onboarding__go-pro-cta { | |
| 4163 | + display: inline-block; | |
| 4164 | + color: #871A40; | |
| 4165 | + padding: 9px; | |
| 4166 | + border: 1px solid #871A40; | |
| 4167 | +} | |
| 4168 | +.e-onboarding__go-pro-cta.e-onboarding__button { | |
| 4169 | + font-size: 14px; | |
| 4170 | +} | |
| 4171 | +.e-onboarding__go-pro-paragraph:not(:last-child) { | |
| 4172 | + margin-bottom: 20px; | |
| 4173 | +} | |
| 4174 | +.e-onboarding__go-pro-already-have { | |
| 4175 | + text-decoration: underline; | |
| 4176 | +} | |
| 4177 | + | |
| 4178 | +.e-onboarding__progress-bar { | |
| 4179 | + display: -webkit-box; | |
| 4180 | + display: -ms-flexbox; | |
| 3576 | 4181 | display: flex; |
| 3577 | - flex-direction: column; | |
| 3578 | - gap: 8px; | |
| 3579 | - min-width: 230px; | |
| 4182 | + -webkit-box-pack: center; | |
| 4183 | + -ms-flex-pack: center; | |
| 4184 | + justify-content: center; | |
| 4185 | + margin-bottom: 125px; | |
| 3580 | 4186 | } |
| 3581 | -.e-kit-library__quota-bar__header { | |
| 4187 | +.e-onboarding__progress-bar-item { | |
| 4188 | + display: -webkit-box; | |
| 4189 | + display: -ms-flexbox; | |
| 3582 | 4190 | display: flex; |
| 3583 | - justify-content: space-between; | |
| 3584 | - align-items: center; | |
| 4191 | + -webkit-box-align: center; | |
| 4192 | + -ms-flex-align: center; | |
| 4193 | + align-items: center; | |
| 4194 | + color: #69727D; | |
| 4195 | + font-size: 0.75rem; | |
| 3585 | 4196 | } |
| 3586 | -.e-kit-library__quota-bar__label { | |
| 3587 | - color: var(--body-color); | |
| 3588 | - font-weight: 400; | |
| 3589 | - white-space: nowrap; | |
| 3590 | - font-size: 12px; | |
| 4197 | +.e-onboarding__progress-bar-item-icon { | |
| 4198 | + display: inline-block; | |
| 4199 | + font-family: "DM Serif Display", serif; | |
| 4200 | + text-align: center; | |
| 4201 | + width: 1.1rem; | |
| 4202 | + height: 1.1rem; | |
| 4203 | + line-height: 1rem; | |
| 4204 | + font-size: 0.75rem; | |
| 4205 | + font-weight: bold; | |
| 4206 | + border-radius: 50%; | |
| 4207 | + border: 1px solid #69727D; | |
| 4208 | + -webkit-margin-end: 8px; | |
| 4209 | + margin-inline-end: 8px; | |
| 4210 | + -ms-flex-negative: 0; | |
| 4211 | + flex-shrink: 0; | |
| 3591 | 4212 | } |
| 3592 | -.e-kit-library__quota-bar__progress-container { | |
| 3593 | - width: 100%; | |
| 3594 | - height: 4px; | |
| 3595 | - overflow: hidden; | |
| 3596 | - position: relative; | |
| 4213 | +.e-onboarding__progress-bar-item:not(:last-child) { | |
| 4214 | + -webkit-margin-end: 22px; | |
| 4215 | + margin-inline-end: 22px; | |
| 3597 | 4216 | } |
| 3598 | -.e-kit-library__quota-bar__progress-container--empty { | |
| 3599 | - background-color: #F0ABFC; | |
| 4217 | +.e-onboarding__progress-bar-item:not(:last-child):after { | |
| 4218 | + font-family: "eicons"; | |
| 4219 | + -webkit-margin-start: 22px; | |
| 4220 | + margin-inline-start: 22px; | |
| 4221 | + content: "\e89e"; | |
| 3600 | 4222 | } |
| 3601 | -.e-kit-library__quota-bar__progress-container--normal { | |
| 3602 | - background-color: #F0ABFC; | |
| 4223 | +.e-onboarding__progress-bar-item--active { | |
| 4224 | + color: #040080; | |
| 3603 | 4225 | } |
| 3604 | -.e-kit-library__quota-bar__progress-container--warning { | |
| 3605 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 4226 | +.e-onboarding__progress-bar-item--active .e-onboarding__progress-bar-item-icon, .e-onboarding__progress-bar-item--completed .e-onboarding__progress-bar-item-icon { | |
| 4227 | + color: #ffffff; | |
| 4228 | + border-color: #040080; | |
| 4229 | + background-color: #040080; | |
| 3606 | 4230 | } |
| 3607 | -.e-kit-library__quota-bar__progress-container--alert { | |
| 3608 | - background: #93003f; | |
| 4231 | +.e-onboarding__progress-bar-item--skipped, .e-onboarding__progress-bar-item--completed { | |
| 4232 | + cursor: pointer; | |
| 3609 | 4233 | } |
| 3610 | -.e-kit-library__quota-bar__progress-bar { | |
| 3611 | - height: 100%; | |
| 3612 | - transition: width 0.3s ease; | |
| 4234 | +.e-onboarding__progress-bar-item--skipped .e-onboarding__progress-bar-item-icon { | |
| 4235 | + color: #ffffff; | |
| 4236 | + background-color: #69727D; | |
| 3613 | 4237 | } |
| 3614 | -.e-kit-library__quota-bar__progress-bar--empty { | |
| 3615 | - background: transparent; | |
| 4238 | + | |
| 4239 | +.e-onboarding__button { | |
| 4240 | + font-size: 18px; | |
| 4241 | + cursor: pointer; | |
| 3616 | 4242 | } |
| 3617 | -.e-kit-library__quota-bar__progress-bar--normal { | |
| 3618 | - background: #D004D4; | |
| 4243 | +.e-onboarding__button-action { | |
| 4244 | + color: #46F2B6; | |
| 4245 | + background-color: #040080; | |
| 4246 | + width: 325px; | |
| 4247 | + padding: 15px 15px; | |
| 4248 | + text-align: center; | |
| 3619 | 4249 | } |
| 3620 | -.e-kit-library__quota-bar__progress-bar--warning { | |
| 3621 | - background: #F59E0B; | |
| 4250 | +.e-onboarding__button-skip { | |
| 4251 | + color: #6A727C; | |
| 4252 | + padding: 15px 29px; | |
| 3622 | 4253 | } |
| 3623 | -.e-kit-library__quota-bar__progress-bar--alert { | |
| 3624 | - background: #93003f; | |
| 4254 | +.e-onboarding__button--disabled { | |
| 4255 | + pointer-events: none; | |
| 4256 | + background-color: #D5D8DC; | |
| 4257 | + color: #9EA5AD; | |
| 3625 | 4258 | } |
| 3626 | -.e-kit-library__quota-bar__upgrade-message { | |
| 4259 | +.e-onboarding__button--disabled:hover { | |
| 4260 | + cursor: progress; | |
| 4261 | +} | |
| 4262 | +.e-onboarding__button--processing { | |
| 4263 | + pointer-events: none; | |
| 4264 | + -webkit-filter: brightness(90%); | |
| 4265 | + filter: brightness(90%); | |
| 4266 | +} | |
| 4267 | + | |
| 4268 | +.e-onboarding__card { | |
| 4269 | + border: 1px solid #3A3F45; | |
| 4270 | + border-radius: 8px; | |
| 4271 | + padding: 40px 40px; | |
| 4272 | + background-color: #ffffff; | |
| 4273 | + cursor: pointer; | |
| 4274 | + -webkit-box-flex: 1; | |
| 4275 | + -ms-flex-positive: 1; | |
| 4276 | + flex-grow: 1; | |
| 4277 | + display: -webkit-box; | |
| 4278 | + display: -ms-flexbox; | |
| 3627 | 4279 | display: flex; |
| 3628 | - align-items: center; | |
| 3629 | - gap: 4px; | |
| 4280 | + -webkit-box-orient: vertical; | |
| 4281 | + -webkit-box-direction: normal; | |
| 4282 | + -ms-flex-direction: column; | |
| 4283 | + flex-direction: column; | |
| 4284 | + -webkit-box-align: center; | |
| 4285 | + -ms-flex-align: center; | |
| 4286 | + align-items: center; | |
| 3630 | 4287 | } |
| 3631 | -.e-kit-library__quota-bar__upgrade-link { | |
| 3632 | - color: #93003f; | |
| 3633 | - text-decoration: underline; | |
| 3634 | - cursor: pointer; | |
| 4288 | +.e-onboarding__card-image, .e-onboarding__card-text { | |
| 4289 | + width: 345px; | |
| 4290 | +} | |
| 4291 | +.e-onboarding__card-image { | |
| 4292 | + margin-bottom: 44px; | |
| 4293 | +} | |
| 4294 | +.e-onboarding__card-text { | |
| 4295 | + font-size: 20px; | |
| 4296 | + font-weight: 700; | |
| 4297 | + text-align: center; | |
| 4298 | + color: #0C0D0E; | |
| 4299 | +} | |
| 4300 | +.e-onboarding__card:hover { | |
| 4301 | + -webkit-box-shadow: 4px 4px 0 0 #000000; | |
| 4302 | + box-shadow: 4px 4px 0 0 #000000; | |
| 4303 | +} | |
| 4304 | +.e-onboarding__card:active { | |
| 4305 | + -webkit-box-shadow: initial; | |
| 4306 | + box-shadow: initial; | |
| 4307 | +} | |
| 4308 | + | |
| 4309 | +.e-onboarding__checklist { | |
| 4310 | + -webkit-padding-start: 0; | |
| 4311 | + padding-inline-start: 0; | |
| 4312 | +} | |
| 4313 | +.e-onboarding__checklist-item { | |
| 4314 | + display: -webkit-box; | |
| 4315 | + display: -ms-flexbox; | |
| 4316 | + display: flex; | |
| 4317 | + -webkit-box-align: center; | |
| 4318 | + -ms-flex-align: center; | |
| 4319 | + align-items: center; | |
| 3635 | 4320 | font-size: 12px; |
| 3636 | - font-weight: 400; | |
| 4321 | + margin-bottom: 12px; | |
| 3637 | 4322 | } |
| 3638 | -.e-kit-library__quota-bar__upgrade-link:hover { | |
| 3639 | - opacity: 0.8; | |
| 4323 | +.e-onboarding__checklist-item .eicon-check-circle { | |
| 4324 | + -webkit-margin-end: 9px; | |
| 4325 | + margin-inline-end: 9px; | |
| 4326 | + font-size: 16px; | |
| 4327 | + font-weight: 600; | |
| 3640 | 4328 | } |
| 3641 | -.e-kit-library__quota-bar__count { | |
| 3642 | - color: var(--body-color); | |
| 3643 | - white-space: nowrap; | |
| 3644 | - font-size: 12px; | |
| 4329 | + | |
| 4330 | +.e-onboarding__notice { | |
| 4331 | + display: inline-block; | |
| 4332 | + padding: 12px 14px; | |
| 4333 | + margin-bottom: 16px; | |
| 4334 | + color: #3A3F45; | |
| 3645 | 4335 | } |
| 4336 | +.e-onboarding__notice--error { | |
| 4337 | + background-color: #FDE8EC; | |
| 4338 | +} | |
| 4339 | +.e-onboarding__notice--error i { | |
| 4340 | + font-size: 16px; | |
| 4341 | + color: #B92136; | |
| 4342 | +} | |
| 4343 | +.e-onboarding__notice--success { | |
| 4344 | + background-color: #ECF9F2; | |
| 4345 | +} | |
| 4346 | +.e-onboarding__notice--success i { | |
| 4347 | + color: #117740; | |
| 4348 | +} | |
| 4349 | +.e-onboarding__notice i { | |
| 4350 | + -webkit-margin-end: 14px; | |
| 4351 | + margin-inline-end: 14px; | |
| 4352 | +} | |
| 4353 | +.e-onboarding__notice-empty-spacer { | |
| 4354 | + height: 61px; | |
| 4355 | +} | |
| 3646 | 4356 | |
| 3647 | -:root { | |
| 3648 | - --text-secondary: #3F444B; | |
| 4357 | +.e-onboarding__page-account .e-onboarding__checkbox-label { | |
| 4358 | + margin-top: 50px; | |
| 3649 | 4359 | } |
| 3650 | 4360 | |
| 3651 | -.e-kit-library__quota-notification { | |
| 4361 | +.e-onboarding__action-button-text { | |
| 4362 | + -webkit-margin-start: 10px; | |
| 4363 | + margin-inline-start: 10px; | |
| 4364 | +} | |
| 4365 | + | |
| 4366 | +.e-onboarding__site-name-input { | |
| 4367 | + margin-top: 80px; | |
| 4368 | +} | |
| 4369 | + | |
| 4370 | +.e-onboarding__page-siteLogo .e-app-upload-file__button { | |
| 4371 | + color: #040080; | |
| 4372 | + border-color: #040080; | |
| 4373 | +} | |
| 4374 | +.e-onboarding__drop-zone { | |
| 4375 | + margin-top: 3rem; | |
| 4376 | +} | |
| 4377 | +.e-onboarding .eps-display-3 { | |
| 4378 | + font-size: 16px; | |
| 4379 | + margin-bottom: 0.5rem; | |
| 4380 | +} | |
| 4381 | +.e-onboarding .e-app-upload-file__button { | |
| 4382 | + max-width: 198px; | |
| 4383 | + margin: 0 auto; | |
| 4384 | +} | |
| 4385 | +.e-onboarding .e-app-drop-zone__secondary-text { | |
| 4386 | + font-size: 14px; | |
| 4387 | +} | |
| 4388 | +.e-onboarding__logo-container { | |
| 4389 | + position: relative; | |
| 4390 | + margin-top: 3rem; | |
| 4391 | + height: 220px; | |
| 4392 | + width: -webkit-fit-content; | |
| 4393 | + width: -moz-fit-content; | |
| 4394 | + width: fit-content; | |
| 4395 | + display: -webkit-box; | |
| 4396 | + display: -ms-flexbox; | |
| 3652 | 4397 | display: flex; |
| 3653 | - align-items: flex-start; | |
| 3654 | - justify-content: space-between; | |
| 3655 | - padding: 16px 20px; | |
| 3656 | - margin: 0 44px 30px; | |
| 3657 | - border-radius: 4px; | |
| 4398 | + -webkit-box-align: center; | |
| 4399 | + -ms-flex-align: center; | |
| 4400 | + align-items: center; | |
| 4401 | + min-width: 220px; | |
| 3658 | 4402 | } |
| 3659 | -.e-kit-library__quota-notification--warning { | |
| 3660 | - background-color: #FBF1E6; | |
| 3661 | - color: #3f444b; | |
| 4403 | +.e-onboarding__logo-container img { | |
| 4404 | + height: auto; | |
| 4405 | + max-height: 100%; | |
| 4406 | + width: auto; | |
| 3662 | 4407 | } |
| 3663 | -.e-kit-library__quota-notification--alert { | |
| 3664 | - background-color: #FDECEC; | |
| 3665 | - color: #3f444b; | |
| 4408 | +.e-onboarding__logo-remove { | |
| 4409 | + position: absolute; | |
| 4410 | + right: 8px; | |
| 4411 | + top: 5px; | |
| 3666 | 4412 | } |
| 3667 | -.e-kit-library__quota-notification__content { | |
| 3668 | - display: flex; | |
| 3669 | - align-items: flex-start; | |
| 3670 | - gap: 12px; | |
| 3671 | - flex: 1; | |
| 4413 | +.e-onboarding__logo-remove i { | |
| 4414 | + font-size: 16px; | |
| 4415 | + width: 15px; | |
| 3672 | 4416 | } |
| 3673 | -.e-kit-library__quota-notification__icon { | |
| 3674 | - font-size: 18px; | |
| 3675 | - margin-top: 1px; | |
| 3676 | - flex-shrink: 0; | |
| 4417 | +.e-onboarding__logo-remove:hover { | |
| 4418 | + cursor: pointer; | |
| 3677 | 4419 | } |
| 3678 | -.e-kit-library__quota-notification__icon.eicon-warning-full { | |
| 3679 | - color: #F59E0B; | |
| 4420 | +.e-onboarding__is-uploading { | |
| 4421 | + visibility: hidden; | |
| 3680 | 4422 | } |
| 3681 | -.e-kit-library__quota-notification__icon.eicon-alert { | |
| 3682 | - color: #DC2626; | |
| 4423 | + | |
| 4424 | +.e-onboarding__page-goodToGo .e-onboarding__page-content-section-title, | |
| 4425 | +.e-onboarding__page-goodToGo .e-onboarding__page-content-section-text { | |
| 4426 | + text-align: center; | |
| 3683 | 4427 | } |
| 3684 | -.e-kit-library__quota-notification__message { | |
| 3685 | - flex: 1; | |
| 3686 | - line-height: 1.5; | |
| 3687 | - font-size: 13px; | |
| 4428 | +.e-onboarding__cards-grid.e-onboarding__page-content { | |
| 4429 | + margin-top: 48px; | |
| 4430 | + margin-bottom: 48px; | |
| 3688 | 4431 | } |
| 3689 | -.e-kit-library__quota-notification__message span { | |
| 3690 | - color: var(--text-secondary); | |
| 3691 | - font-size: 13px; | |
| 4432 | +.e-onboarding__cards-grid .e-onboarding__card { | |
| 4433 | + max-width: 555px; | |
| 3692 | 4434 | } |
| 3693 | -.e-kit-library__quota-notification__action-link { | |
| 3694 | - color: inherit; | |
| 3695 | - text-decoration: underline; | |
| 3696 | - font-size: 13px; | |
| 3697 | - font-weight: 400; | |
| 4435 | +.e-onboarding__cards-grid .e-onboarding__card:not(:last-child) { | |
| 4436 | + -webkit-margin-end: 20px; | |
| 4437 | + margin-inline-end: 20px; | |
| 3698 | 4438 | } |
| 3699 | -.e-kit-library__quota-notification__action-link:hover { | |
| 3700 | - opacity: 0.8; | |
| 4439 | +.e-onboarding__good-to-go-footer { | |
| 4440 | + -webkit-box-pack: end; | |
| 4441 | + -ms-flex-pack: end; | |
| 4442 | + justify-content: end; | |
| 3701 | 4443 | } |
| 3702 | -.e-kit-library__quota-notification__dismiss { | |
| 3703 | - background: none; | |
| 3704 | - border: none; | |
| 3705 | - cursor: pointer; | |
| 3706 | - padding: 0; | |
| 3707 | - margin-inline-start: 12px; | |
| 3708 | - color: inherit; | |
| 3709 | - opacity: 0.7; | |
| 3710 | - flex-shrink: 0; | |
| 4444 | + | |
| 4445 | +.e-onboarding__upload-pro { | |
| 4446 | + -webkit-box-orient: horizontal; | |
| 4447 | + -webkit-box-direction: normal; | |
| 4448 | + -ms-flex-direction: row; | |
| 4449 | + flex-direction: row; | |
| 4450 | + -webkit-box-pack: center; | |
| 4451 | + -ms-flex-pack: center; | |
| 4452 | + justify-content: center; | |
| 4453 | + font-family: "DM Sans", "Roboto", sans-serif; | |
| 4454 | + text-align: center; | |
| 3711 | 4455 | } |
| 3712 | -.e-kit-library__quota-notification__dismiss:hover { | |
| 3713 | - opacity: 1; | |
| 4456 | +.e-onboarding__upload-pro .eps-app__content { | |
| 4457 | + overflow-y: hidden; | |
| 4458 | + max-width: 1113px; | |
| 4459 | + padding: 30px; | |
| 3714 | 4460 | } |
| 3715 | -.e-kit-library__quota-notification__dismiss i { | |
| 3716 | - font-size: 14px; | |
| 4461 | +.e-onboarding__upload-pro-drop-zone { | |
| 4462 | + margin-bottom: 24px; | |
| 4463 | +} | |
| 4464 | +.e-onboarding__upload-pro-drop-zone h1 { | |
| 4465 | + font-family: "Source Serif Pro", "Roboto", sans-serif; | |
| 4466 | +} | |
| 4467 | +.e-onboarding__upload-pro-drop-zone .e-app-drag-drop { | |
| 4468 | + padding: 48px; | |
| 4469 | +} | |
| 4470 | +.e-onboarding__upload-pro-drop-zone .eps-display-3, | |
| 4471 | +.e-onboarding__upload-pro-drop-zone .e-app-drop-zone__text, | |
| 4472 | +.e-onboarding__upload-pro-drop-zone .e-app-drop-zone__secondary-text { | |
| 4473 | + margin-bottom: 12px; | |
| 4474 | +} | |
| 4475 | +.e-onboarding__upload-pro-drop-zone .e-app-upload-file__button { | |
| 4476 | + background-color: #040080; | |
| 4477 | + color: #46F2B6; | |
| 4478 | + padding: 14px 40px; | |
| 4479 | + border-color: #040080; | |
| 4480 | +} | |
| 4481 | +.e-onboarding__upload-pro-get-file { | |
| 4482 | + font-size: 12px; | |
| 4483 | + margin-top: 24px; | |
| 4484 | +} | |
| 4485 | +.e-onboarding__upload-pro-get-file a { | |
| 4486 | + text-decoration: underline; | |
| 4487 | +} | |
| 4488 | +.e-onboarding__upload-pro .e-onboarding__notice { | |
| 4489 | + margin-bottom: 0; | |
| 3717 | 4490 | } |
| 3718 | 4491 | /*# sourceMappingURL=app.css.map */ |