| @@ -1,16 +1,14 @@ | ||
| 1 | 1 | .frm-overlay--wrapper { |
| 2 | 2 | position: absolute; |
| 3 | - top: 0; | |
| 4 | - left: 0; | |
| 3 | + top: 0; left: 0; | |
| 5 | 4 | width: 100%; |
| 6 | 5 | min-height: 100%; |
| 7 | 6 | z-index: 1002; |
| 8 | - color: white; | |
| 7 | + color:white; | |
| 9 | 8 | } |
| 10 | - | |
| 11 | -.frm-overlay--wrapper::before { | |
| 12 | - content: ""; | |
| 9 | +.frm-overlay--wrapper:before { | |
| 10 | + content: ''; | |
| 13 | 11 | display: block; |
| 14 | 12 | position: absolute; |
| 15 | 13 | top: 0; |
| 16 | 14 | left: 0; |
| @@ -15,28 +13,24 @@ | ||
| 15 | 13 | top: 0; |
| 16 | 14 | left: 0; |
| 17 | 15 | width: 100%; |
| 18 | 16 | height: 100%; |
| 19 | - background: rgba(16, 24, 40, 0.85); | |
| 17 | + background: rgba( 16, 24, 40, 0.85 ); | |
| 20 | 18 | z-index: 1; |
| 21 | 19 | } |
| 22 | - | |
| 23 | 20 | .frm-overlay--close { |
| 24 | 21 | position: absolute; |
| 25 | - top: 32px; | |
| 26 | - right: 32px; | |
| 27 | - z-index: 10; | |
| 28 | - display: block; | |
| 22 | + top: 32px; right: 32px; | |
| 23 | + z-index:10; | |
| 24 | + display:block; | |
| 29 | 25 | width: 32px; |
| 30 | 26 | height: 32px; |
| 31 | - background: url("../images/overlay/close-overlay.svg") no-repeat; | |
| 27 | + background: url( '../images/overlay/close-overlay.svg' ) no-repeat; | |
| 32 | 28 | cursor: pointer; |
| 33 | 29 | } |
| 34 | - | |
| 35 | 30 | body.admin-bar:not(.frm-full-screen) .frm-overlay--close { |
| 36 | - top: 40px; | |
| 31 | + top:40px; | |
| 37 | 32 | } |
| 38 | - | |
| 39 | 33 | .frm-overlay--container { |
| 40 | 34 | text-align: center; |
| 41 | 35 | position: absolute; |
| 42 | 36 | top: 0; |
| @@ -43,15 +37,14 @@ | ||
| 43 | 37 | left: 0; |
| 44 | 38 | right: 0; |
| 45 | 39 | bottom: 0; |
| 46 | 40 | margin: auto; |
| 47 | - z-index: 8; | |
| 41 | + z-index:8; | |
| 48 | 42 | max-width: 468px; |
| 49 | 43 | height: 260px; |
| 50 | 44 | } |
| 51 | - | |
| 52 | 45 | .frm-overlay--container .frm-overlay--heading { |
| 53 | - margin-bottom: var(--gap-xs); | |
| 46 | + margin-bottom: var( --gap-xs ); | |
| 54 | 47 | font-weight: 600; |
| 55 | 48 | color: white; |
| 56 | 49 | } |
| 57 | 50 | |
| @@ -57,18 +50,17 @@ | ||
| 57 | 50 | |
| 58 | 51 | .frm-overlay--container .frm-overlay--cta { |
| 59 | 52 | margin-top: var(--gap-lg); |
| 60 | 53 | justify-content: center; |
| 61 | - gap: var(--gap-sm); | |
| 54 | + gap: var( --gap-sm ); | |
| 62 | 55 | } |
| 63 | 56 | |
| 64 | -.frm-overlay--container .frm-overlay--cta a:nth-child(2) { | |
| 57 | +.frm-overlay--container .frm-overlay--cta a:nth-child(2){ | |
| 65 | 58 | color: white; |
| 66 | - background: var(--primary-color); | |
| 59 | + background: var( --primary-color ); | |
| 67 | 60 | } |
| 68 | - | |
| 69 | 61 | .frm-overlay--hero-image, |
| 70 | 62 | .frm-overlay--heading, |
| 71 | 63 | .frm-overlay--copy, |
| 72 | 64 | .frm-overlay--cta a { |
| 73 | - opacity: 0; | |
| 65 | + opacity: 0.0; | |
| 74 | 66 | } |