| @@ -1,10 +1,7 @@ | ||
| 1 | 1 | #frm-deactivation-modal { |
| 2 | 2 | --padding: 24px; |
| 3 | - | |
| 4 | - overflow-y: auto; | |
| 5 | 3 | } |
| 6 | - | |
| 7 | 4 | .frm_screen_reader { |
| 8 | 5 | border: 0; |
| 9 | 6 | clip-path: inset(50%); |
| 10 | 7 | height: 1px; |
| @@ -14,9 +11,8 @@ | ||
| 14 | 11 | position: absolute; |
| 15 | 12 | width: 1px; |
| 16 | 13 | word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */ |
| 17 | 14 | } |
| 18 | - | |
| 19 | 15 | #frm-deactivation-modal-icon { |
| 20 | 16 | position: absolute; |
| 21 | 17 | top: calc(var(--padding) - 1px); |
| 22 | 18 | left: var(--padding); |
| @@ -22,9 +18,8 @@ | ||
| 22 | 18 | left: var(--padding); |
| 23 | 19 | width: 20px; |
| 24 | 20 | height: 20px; |
| 25 | 21 | } |
| 26 | - | |
| 27 | 22 | #frm-deactivation-modal .frm-modal-close { |
| 28 | 23 | position: absolute; |
| 29 | 24 | top: 20px; |
| 30 | 25 | right: var(--padding); |
| @@ -29,9 +24,8 @@ | ||
| 29 | 24 | top: 20px; |
| 30 | 25 | right: var(--padding); |
| 31 | 26 | z-index: 1000; |
| 32 | 27 | } |
| 33 | - | |
| 34 | 28 | #frm-deactivation-modal .frm_form_title { |
| 35 | 29 | padding: 20px var(--padding) 12px calc(28px + var(--padding)); |
| 36 | 30 | margin-top: 0; |
| 37 | 31 | border-bottom: 1px solid #f2f4f7; |
| @@ -38,15 +32,13 @@ | ||
| 38 | 32 | font-weight: 400; |
| 39 | 33 | font-size: 14px; |
| 40 | 34 | line-height: 26px; |
| 41 | 35 | } |
| 42 | - | |
| 43 | 36 | #frm-deactivation-modal .frm_description, |
| 44 | 37 | #frm-deactivation-modal .frm_form_field { |
| 45 | 38 | padding-left: var(--padding); |
| 46 | 39 | padding-right: var(--padding); |
| 47 | 40 | } |
| 48 | - | |
| 49 | 41 | #frm-deactivation-modal .frm_description p { |
| 50 | 42 | font-size: 12px; |
| 51 | 43 | margin-top: 16px; |
| 52 | 44 | margin-bottom: 16px; |
| @@ -51,24 +43,18 @@ | ||
| 51 | 43 | margin-top: 16px; |
| 52 | 44 | margin-bottom: 16px; |
| 53 | 45 | color: #667085; |
| 54 | 46 | } |
| 55 | - | |
| 56 | 47 | #frm-deactivation-modal .inside { |
| 57 | 48 | padding-left: 0; |
| 58 | 49 | padding-right: 0; |
| 59 | 50 | } |
| 60 | - | |
| 61 | -#frm-deactivation-modal .frm_radio { | |
| 62 | - margin-bottom: 15px; | |
| 63 | -} | |
| 64 | - | |
| 51 | +#frm-deactivation-modal .frm_radio { margin-bottom: 15px; } | |
| 65 | 52 | #frm-deactivation-modal .frm_radio .frm_form_field { |
| 66 | 53 | padding-left: 0; |
| 67 | 54 | padding-right: 0; |
| 68 | 55 | margin-bottom: -5px; |
| 69 | 56 | } |
| 70 | - | |
| 71 | 57 | #frm-deactivation-modal .frm_radio .frm_form_field textarea { |
| 72 | 58 | margin-top: 5px; |
| 73 | 59 | height: 65px; |
| 74 | 60 | border-radius: 8px; |
| @@ -74,26 +60,17 @@ | ||
| 74 | 60 | border-radius: 8px; |
| 75 | 61 | padding: 5px 12px; |
| 76 | 62 | font-size: 14px; |
| 77 | 63 | } |
| 78 | - | |
| 79 | -#frm-deactivation-modal .frm_radio .frm_form_field textarea:focus { | |
| 80 | - border-color: #4199fd; | |
| 81 | - box-shadow: none; | |
| 82 | -} | |
| 83 | - | |
| 84 | -#frm-deactivation-modal .frm_radio .frm_form_field textarea::placeholder { | |
| 85 | - color: #98a2b3; | |
| 86 | -} | |
| 87 | - | |
| 64 | +#frm-deactivation-modal .frm_radio .frm_form_field textarea:focus { border-color: #4199FD; box-shadow: none; } | |
| 65 | +#frm-deactivation-modal .frm_radio .frm_form_field textarea::placeholder { color: #98A2B3; } | |
| 88 | 66 | #frm-deactivation-modal .frm_radio .frm_html_container { |
| 89 | 67 | padding: 6px; |
| 90 | - background-color: #f9fafb; | |
| 68 | + background-color: #F9FAFB; | |
| 91 | 69 | margin-top: 8px; |
| 92 | 70 | margin-bottom: 15px; |
| 93 | 71 | border-radius: 8px; |
| 94 | 72 | } |
| 95 | - | |
| 96 | 73 | #frm-deactivation-modal .frm_radio .frm_html_container p { |
| 97 | 74 | margin: 0; |
| 98 | 75 | font-size: 14px; |
| 99 | 76 | line-height: 20px; |
| @@ -98,25 +75,14 @@ | ||
| 98 | 75 | font-size: 14px; |
| 99 | 76 | line-height: 20px; |
| 100 | 77 | color: #667085; |
| 101 | 78 | } |
| 102 | - | |
| 103 | 79 | #frm-deactivation-modal input[name="item_key"] + div, |
| 104 | -#frm-deactivation-modal .frm_primary_label { | |
| 105 | - display: none; | |
| 106 | -} | |
| 107 | - | |
| 108 | -#frm-deactivation-modal .frm_submit { | |
| 109 | - text-align: right; | |
| 110 | - margin-top: 38px; | |
| 111 | -} | |
| 112 | - | |
| 113 | -#frm-deactivation-modal .frm_button_submit { | |
| 114 | - margin-right: 0; | |
| 115 | -} | |
| 116 | - | |
| 80 | +#frm-deactivation-modal .frm_primary_label { display: none; } | |
| 81 | +#frm-deactivation-modal .frm_submit { text-align: right; margin-top: 38px; } | |
| 82 | +#frm-deactivation-modal .frm_button_submit { margin-right: 0; } | |
| 117 | 83 | #frm-deactivation-modal .frm-skip-link { |
| 118 | - color: #98a2b3; | |
| 84 | + color: #98A2B3; | |
| 119 | 85 | display: inline-block; |
| 120 | 86 | font-size: 14px; |
| 121 | 87 | line-height: 40px; |
| 122 | 88 | padding: 0 13px; |