| @@ -75,9 +75,9 @@ | ||
| 75 | 75 | height: 13px; |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | .frm-application-card h3 .frm-inner-text { |
| 79 | - max-width: calc(100% - 50px); | |
| 79 | + max-width: calc( 100% - 50px ); | |
| 80 | 80 | overflow: hidden; |
| 81 | 81 | white-space: nowrap; |
| 82 | 82 | text-overflow: ellipsis; |
| 83 | 83 | } |
| @@ -104,9 +104,9 @@ | ||
| 104 | 104 | font-size: var(--text-xs); |
| 105 | 105 | align-items: center; |
| 106 | 106 | } |
| 107 | 107 | |
| 108 | -.frm-application-card:hover .frm-new-pill { | |
| 108 | +.frm-application-card:hover .frm-new-pill{ | |
| 109 | 109 | display: none; |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /* Use template anchor */ |
| @@ -112,9 +112,8 @@ | ||
| 112 | 112 | /* Use template anchor */ |
| 113 | 113 | #frm_application_templates_grid .frm-application-card .frm-button-secondary { |
| 114 | 114 | display: none; |
| 115 | 115 | } |
| 116 | - | |
| 117 | 116 | #frm_application_templates_grid .frm-application-card:hover .frm-button-secondary { |
| 118 | 117 | display: inline-block; |
| 119 | 118 | } |
| 120 | 119 | |
| @@ -128,16 +127,14 @@ | ||
| 128 | 127 | color: var(--grey-500); |
| 129 | 128 | margin-top: var(--gap-xs); |
| 130 | 129 | } |
| 131 | 130 | |
| 132 | -#frm_view_application_modal .frm_note_style2 { | |
| 133 | - margin-right: var(--gap-md); | |
| 134 | - margin-left: var(--gap-md); | |
| 135 | - padding: 10px; | |
| 136 | - border-radius: 8px; | |
| 131 | +#frm_view_application_modal .frm_warning_style { | |
| 132 | + border: none aliceblue; | |
| 133 | + margin-top: 0; | |
| 134 | + padding: 20px; | |
| 135 | + border-radius: 0; | |
| 137 | 136 | display: flex; |
| 138 | - justify-content: space-between; | |
| 139 | - align-items: center; | |
| 140 | 137 | } |
| 141 | 138 | |
| 142 | 139 | #frm_view_application_modal .frm_warning_style span { |
| 143 | 140 | flex: 1; |
| @@ -158,9 +155,9 @@ | ||
| 158 | 155 | flex: 1; |
| 159 | 156 | } |
| 160 | 157 | |
| 161 | 158 | .frm-application-modal-details { |
| 162 | - padding: 25px var(--gap-md); | |
| 159 | + padding: 25px 30px; | |
| 163 | 160 | } |
| 164 | 161 | |
| 165 | 162 | .frm-admin-page-applications .ui-widget-overlay { |
| 166 | 163 | position: fixed; |
| @@ -174,10 +171,10 @@ | ||
| 174 | 171 | z-index: 2; |
| 175 | 172 | } |
| 176 | 173 | |
| 177 | 174 | #frm_view_application_modal .frm-application-image-wrapper { |
| 178 | - background-color: #f6f7fb; | |
| 179 | - padding: 20px var(--gap-md) 15px; | |
| 175 | + background-color: #F6F7FB; | |
| 176 | + padding: 20px 30px 15px; | |
| 180 | 177 | } |
| 181 | 178 | |
| 182 | 179 | #frm_view_application_modal img { |
| 183 | 180 | height: 245px; |
| @@ -183,17 +180,12 @@ | ||
| 183 | 180 | height: 245px; |
| 184 | 181 | } |
| 185 | 182 | |
| 186 | 183 | #frm_view_application_modal .frm_modal_content { |
| 187 | - max-height: 75vh !important; | |
| 188 | 184 | flex: 1; |
| 189 | 185 | overflow-y: auto; |
| 190 | 186 | } |
| 191 | 187 | |
| 192 | -#frm_view_application_modal .postbox { | |
| 193 | - max-height: 800px !important; | |
| 194 | -} | |
| 195 | - | |
| 196 | 188 | .frm-application-modal-label { |
| 197 | 189 | opacity: 0.65; |
| 198 | 190 | margin-bottom: 5px; |
| 199 | 191 | } |
| @@ -233,61 +225,24 @@ | ||
| 233 | 225 | .frm-application-templates-nav.wrap { |
| 234 | 226 | margin-right: 0; |
| 235 | 227 | } |
| 236 | 228 | |
| 237 | -#frm_custom_applications_placeholder { | |
| 238 | - border-radius: 16px; | |
| 239 | - overflow: hidden; | |
| 240 | - position: relative; | |
| 241 | - margin-top: 40px; | |
| 242 | - margin-bottom: 25px; | |
| 243 | - background-color: #fff; | |
| 244 | - padding: 11px 8px; | |
| 245 | -} | |
| 246 | - | |
| 247 | -#frm_custom_applications_placeholder::before { | |
| 248 | - content: ""; | |
| 249 | - display: block; | |
| 250 | - background: linear-gradient(90deg, #1961d5 0.76%, #e8abef 100%); | |
| 251 | - height: 4px; | |
| 252 | - margin: auto; | |
| 229 | +#frm_custom_applications_placeholder > div:first-child { | |
| 253 | 230 | position: absolute; |
| 254 | - top: 0; | |
| 255 | - left: 0; | |
| 256 | - width: 100%; | |
| 257 | 231 | } |
| 258 | 232 | |
| 259 | -#frm_custom_applications_placeholder img { | |
| 260 | - margin-right: 5px; | |
| 261 | - float: left; | |
| 233 | +#frm_custom_applications_placeholder > div:last-child { | |
| 234 | + text-align: center; | |
| 235 | + max-width: 500px; | |
| 236 | + margin: var(--gap-md) auto; | |
| 237 | + position: relative; | |
| 262 | 238 | } |
| 263 | 239 | |
| 264 | -#frm_custom_applications_placeholder div a { | |
| 240 | +#frm_custom_applications_placeholder > div a { | |
| 265 | 241 | margin-top: var(--gap-md); |
| 266 | 242 | } |
| 267 | 243 | |
| 268 | -#frm_custom_applications_placeholder .frm2 { | |
| 269 | - text-align: right; | |
| 270 | - padding-right: 24px; | |
| 271 | -} | |
| 272 | - | |
| 273 | -#frm_custom_applications_placeholder h3 { | |
| 274 | - font-weight: 700; | |
| 275 | - margin-bottom: 4px; | |
| 276 | -} | |
| 277 | - | |
| 278 | -.frm-application-modal-label ~ .frm-application-modal-label { | |
| 279 | - margin-top: var(--gap-md); | |
| 280 | -} | |
| 281 | - | |
| 282 | -ul.frm-application-item-list { | |
| 283 | - margin-top: 0; | |
| 284 | - list-style: disc; | |
| 285 | - list-style-position: inside; | |
| 286 | -} | |
| 287 | - | |
| 288 | 244 | @media only screen and (max-width: 1200px) { |
| 289 | - | |
| 290 | 245 | .frm-application-card { |
| 291 | 246 | grid-column: span 6/span 6; /* treat as frm6 */ |
| 292 | 247 | } |
| 293 | 248 | } |
| @@ -292,9 +247,8 @@ | ||
| 292 | 247 | } |
| 293 | 248 | } |
| 294 | 249 | |
| 295 | 250 | @media only screen and (max-width: 600px) { |
| 296 | - | |
| 297 | 251 | #frm_application_category_filter { |
| 298 | 252 | display: block; |
| 299 | 253 | margin-left: 0; |
| 300 | 254 | } |