| 1 |
.frm-application-cards-grid, |
| 2 |
#frm-application-search, |
| 3 |
.frm-application-card hr { |
| 4 |
width: 100%; |
| 5 |
} |
| 6 |
|
| 7 |
.frm-application-card img, |
| 8 |
.frm-application-image-wrapper img, |
| 9 |
#frm_custom_applications_placeholder img { |
| 10 |
max-width: 100%; |
| 11 |
} |
| 12 |
|
| 13 |
.frm-application-image-wrapper img { |
| 14 |
background: url(../../images/applications/toolbar.png) no-repeat top center; |
| 15 |
background-size: contain; |
| 16 |
padding-top: 19px; |
| 17 |
} |
| 18 |
|
| 19 |
.frm-application-card > div:first-child, |
| 20 |
#frm_custom_applications_placeholder { |
| 21 |
position: relative; |
| 22 |
} |
| 23 |
|
| 24 |
.frm-admin-page-applications #wpcontent { |
| 25 |
padding-left: 0; |
| 26 |
} |
| 27 |
|
| 28 |
.frm-application-cards-grid { |
| 29 |
padding-top: var(--gap-md); |
| 30 |
padding-bottom: 50px; |
| 31 |
grid-gap: var(--gap-md); |
| 32 |
} |
| 33 |
|
| 34 |
.frm-application-cards-grid:last-child { |
| 35 |
padding-bottom: 100px; |
| 36 |
} |
| 37 |
|
| 38 |
.frm-admin-page-applications #wpbody-content { |
| 39 |
padding-bottom: 0; |
| 40 |
} |
| 41 |
|
| 42 |
.frm-application-card { |
| 43 |
grid-column: span 3/span 3; /* treat as frm3 */ |
| 44 |
flex-direction: column; |
| 45 |
gap: 0; |
| 46 |
} |
| 47 |
|
| 48 |
.frm-application-template-card { |
| 49 |
cursor: pointer; |
| 50 |
} |
| 51 |
|
| 52 |
.frm-application-template-card:hover { |
| 53 |
box-shadow: var(--box-shadow-lg); |
| 54 |
} |
| 55 |
|
| 56 |
.frm-application-template-card:hover h3 { |
| 57 |
color: var(--primary-500); |
| 58 |
} |
| 59 |
|
| 60 |
/* Card title */ |
| 61 |
.frm-application-card h3 { |
| 62 |
display: flex; |
| 63 |
width: 100%; |
| 64 |
align-items: center; |
| 65 |
flex-wrap: nowrap; |
| 66 |
gap: var(--gap-xs); |
| 67 |
margin: 0; |
| 68 |
font-size: var(--text-sm) !important; |
| 69 |
font-weight: 500; |
| 70 |
} |
| 71 |
|
| 72 |
.frm-application-card h3 .frmsvg { |
| 73 |
width: 11px; |
| 74 |
height: 13px; |
| 75 |
} |
| 76 |
|
| 77 |
.frm-application-card h3 .frm-inner-text { |
| 78 |
max-width: calc( 100% - 50px ); |
| 79 |
overflow: hidden; |
| 80 |
white-space: nowrap; |
| 81 |
text-overflow: ellipsis; |
| 82 |
} |
| 83 |
|
| 84 |
.frm-application-card h3 .frm-meta-tag { |
| 85 |
margin: 0; |
| 86 |
} |
| 87 |
|
| 88 |
#frm_application_templates_grid .frm-application-card .frm-button-secondary { |
| 89 |
display: flex; |
| 90 |
flex-direction: row; |
| 91 |
} |
| 92 |
|
| 93 |
.frm-application-card .frm-button-secondary .frmsvg { |
| 94 |
width: 11px; |
| 95 |
height: 11px; |
| 96 |
position: relative; |
| 97 |
right: 2px; |
| 98 |
align-self: center; |
| 99 |
} |
| 100 |
|
| 101 |
/* Use template anchor */ |
| 102 |
#frm_application_templates_grid .frm-application-card .frm-button-secondary { |
| 103 |
position: absolute; |
| 104 |
right: 10px; |
| 105 |
bottom: 0; |
| 106 |
} |
| 107 |
|
| 108 |
/* Card description */ |
| 109 |
.frm-application-card > div:first-child > div { |
| 110 |
font-size: var(--text-xs); |
| 111 |
} |
| 112 |
|
| 113 |
.frm-application-item-count { |
| 114 |
font-size: var(--text-xs); |
| 115 |
color: var(--grey-500); |
| 116 |
margin-top: var(--gap-xs); |
| 117 |
} |
| 118 |
|
| 119 |
#frm_view_application_modal .frm_warning_style { |
| 120 |
border: none aliceblue; |
| 121 |
margin-top: 0; |
| 122 |
padding: 20px; |
| 123 |
border-radius: 0; |
| 124 |
display: flex; |
| 125 |
} |
| 126 |
|
| 127 |
#frm_view_application_modal .frm_warning_style span { |
| 128 |
flex: 1; |
| 129 |
} |
| 130 |
|
| 131 |
#frm_view_application_modal .frm_warning_style a:focus { |
| 132 |
box-shadow: none; |
| 133 |
} |
| 134 |
|
| 135 |
.frm-application-card-image-wrapper { |
| 136 |
min-height: 130px; |
| 137 |
display: flex; |
| 138 |
align-items: center; |
| 139 |
align-self: center; |
| 140 |
} |
| 141 |
|
| 142 |
.frm-flex { |
| 143 |
flex: 1; |
| 144 |
} |
| 145 |
|
| 146 |
.frm-application-modal-details { |
| 147 |
padding: 25px 30px; |
| 148 |
} |
| 149 |
|
| 150 |
.frm-admin-page-applications .ui-widget-overlay { |
| 151 |
position: fixed; |
| 152 |
width: 100%; |
| 153 |
height: 100%; |
| 154 |
top: 0; |
| 155 |
left: 0; |
| 156 |
right: 0; |
| 157 |
bottom: 0; |
| 158 |
background: var(--grey-border); |
| 159 |
z-index: 2; |
| 160 |
} |
| 161 |
|
| 162 |
#frm_view_application_modal .frm-application-image-wrapper { |
| 163 |
background-color: #F6F7FB; |
| 164 |
padding: 20px 30px 15px; |
| 165 |
} |
| 166 |
|
| 167 |
#frm_view_application_modal img { |
| 168 |
height: 245px; |
| 169 |
} |
| 170 |
|
| 171 |
#frm_view_application_modal .frm_modal_content { |
| 172 |
flex: 1; |
| 173 |
overflow-y: auto; |
| 174 |
} |
| 175 |
|
| 176 |
.frm-application-modal-label { |
| 177 |
opacity: 0.65; |
| 178 |
margin-bottom: 5px; |
| 179 |
} |
| 180 |
|
| 181 |
.frm-admin-page-applications #frm_bs_dropdown .install-now { |
| 182 |
vertical-align: bottom; |
| 183 |
} |
| 184 |
|
| 185 |
#frm_application_category_filter { |
| 186 |
display: inline-block; |
| 187 |
} |
| 188 |
|
| 189 |
#frm_application_category_filter > a { |
| 190 |
padding: 0 8px; |
| 191 |
} |
| 192 |
|
| 193 |
#frm_application_category_filter > a:first-child { |
| 194 |
padding-left: 0; |
| 195 |
} |
| 196 |
|
| 197 |
#frm_application_category_filter > a:last-child { |
| 198 |
padding-right: 0; |
| 199 |
} |
| 200 |
|
| 201 |
.frm-admin-page-applications #frm_top_bar h1 { |
| 202 |
width: auto; |
| 203 |
} |
| 204 |
|
| 205 |
.frm-admin-page-applications #frm_top_bar .install-now { |
| 206 |
vertical-align: bottom; |
| 207 |
} |
| 208 |
|
| 209 |
.frm-application-templates-nav .frm-search { |
| 210 |
margin-top: 0; |
| 211 |
} |
| 212 |
|
| 213 |
.frm-application-templates-nav.wrap { |
| 214 |
margin-right: 0; |
| 215 |
} |
| 216 |
|
| 217 |
#frm_custom_applications_placeholder > div:first-child { |
| 218 |
position: absolute; |
| 219 |
} |
| 220 |
|
| 221 |
#frm_custom_applications_placeholder > div:last-child { |
| 222 |
text-align: center; |
| 223 |
max-width: 500px; |
| 224 |
margin: var(--gap-md) auto; |
| 225 |
position: relative; |
| 226 |
} |
| 227 |
|
| 228 |
#frm_custom_applications_placeholder > div a { |
| 229 |
margin-top: var(--gap-md); |
| 230 |
} |
| 231 |
|
| 232 |
@media only screen and (max-width: 1200px) { |
| 233 |
.frm-application-card { |
| 234 |
grid-column: span 4/span 4; /* treat as frm4 */ |
| 235 |
} |
| 236 |
} |
| 237 |
|
| 238 |
@media only screen and (max-width: 800px) { |
| 239 |
.frm-application-card { |
| 240 |
grid-column: span 6/span 6; /* treat as frm6 */ |
| 241 |
} |
| 242 |
} |
| 243 |
|
| 244 |
@media only screen and (max-width: 600px) { |
| 245 |
#frm_application_category_filter { |
| 246 |
display: block; |
| 247 |
margin-left: 0; |
| 248 |
} |
| 249 |
|
| 250 |
.frm-application-card { |
| 251 |
grid-column: span 12/span 12; /* treat as frm12 */ |
| 252 |
} |
| 253 |
} |
| 254 |
|