| @@ -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 | |
| @@ -174,9 +173,9 @@ | ||
| 174 | 173 | z-index: 2; |
| 175 | 174 | } |
| 176 | 175 | |
| 177 | 176 | #frm_view_application_modal .frm-application-image-wrapper { |
| 178 | - background-color: #f6f7fb; | |
| 177 | + background-color: #F6F7FB; | |
| 179 | 178 | padding: 20px var(--gap-md) 15px; |
| 180 | 179 | } |
| 181 | 180 | |
| 182 | 181 | #frm_view_application_modal img { |
| @@ -183,9 +182,8 @@ | ||
| 183 | 182 | height: 245px; |
| 184 | 183 | } |
| 185 | 184 | |
| 186 | 185 | #frm_view_application_modal .frm_modal_content { |
| 187 | - max-height: 75vh !important; | |
| 188 | 186 | flex: 1; |
| 189 | 187 | overflow-y: auto; |
| 190 | 188 | } |
| 191 | 189 | |
| @@ -243,12 +241,12 @@ | ||
| 243 | 241 | background-color: #fff; |
| 244 | 242 | padding: 11px 8px; |
| 245 | 243 | } |
| 246 | 244 | |
| 247 | -#frm_custom_applications_placeholder::before { | |
| 248 | - content: ""; | |
| 245 | +#frm_custom_applications_placeholder:before { | |
| 246 | + content: ''; | |
| 249 | 247 | display: block; |
| 250 | - background: linear-gradient(90deg, #1961d5 0.76%, #e8abef 100%); | |
| 248 | + background: linear-gradient(90deg, #1961D5 0.76%, #E8ABEF 100%); | |
| 251 | 249 | height: 4px; |
| 252 | 250 | margin: auto; |
| 253 | 251 | position: absolute; |
| 254 | 252 | top: 0; |
| @@ -285,9 +283,8 @@ | ||
| 285 | 283 | list-style-position: inside; |
| 286 | 284 | } |
| 287 | 285 | |
| 288 | 286 | @media only screen and (max-width: 1200px) { |
| 289 | - | |
| 290 | 287 | .frm-application-card { |
| 291 | 288 | grid-column: span 6/span 6; /* treat as frm6 */ |
| 292 | 289 | } |
| 293 | 290 | } |
| @@ -292,9 +289,8 @@ | ||
| 292 | 289 | } |
| 293 | 290 | } |
| 294 | 291 | |
| 295 | 292 | @media only screen and (max-width: 600px) { |
| 296 | - | |
| 297 | 293 | #frm_application_category_filter { |
| 298 | 294 | display: block; |
| 299 | 295 | margin-left: 0; |
| 300 | 296 | } |