| 1 |
.ultimate-store-kit-dashboard.wrap { |
| 2 |
margin: 10px 20px 0 0; |
| 3 |
} |
| 4 |
.ultimate-store-kit-dashboard.wrap a:focus { |
| 5 |
outline: none; |
| 6 |
box-shadow: none; |
| 7 |
} |
| 8 |
.ultimate-store-kit-dashboard.wrap .bdt-dashboard-navigation { |
| 9 |
background-color: #fff; |
| 10 |
border-radius: 5px; |
| 11 |
max-width: 1600px; |
| 12 |
box-sizing: border-box; |
| 13 |
margin-top: 35px; |
| 14 |
padding: 0 35px; |
| 15 |
background-image: url("../images/shiny-overlay.svg"); |
| 16 |
background-position: bottom right; |
| 17 |
background-repeat: no-repeat; |
| 18 |
} |
| 19 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li { |
| 20 |
margin: 0; |
| 21 |
} |
| 22 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a { |
| 23 |
padding: 20px 0; |
| 24 |
border: none; |
| 25 |
background: none; |
| 26 |
text-decoration: none; |
| 27 |
font-size: 15px; |
| 28 |
font-weight: 500; |
| 29 |
color: #666; |
| 30 |
position: relative; |
| 31 |
transition: box-shadow 300ms ease-out; |
| 32 |
} |
| 33 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:hover, |
| 34 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:focus { |
| 35 |
border-bottom: none; |
| 36 |
color: #000; |
| 37 |
box-shadow: none; |
| 38 |
} |
| 39 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:after { |
| 40 |
background-color: #0680d6; |
| 41 |
content: ""; |
| 42 |
height: 3px; |
| 43 |
position: absolute; |
| 44 |
bottom: 0; |
| 45 |
width: 0; |
| 46 |
transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1); |
| 47 |
} |
| 48 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li.bdt-active a:after { |
| 49 |
width: 100%; |
| 50 |
} |
| 51 |
.ultimate-store-kit-dashboard.wrap .bdt-card { |
| 52 |
border-radius: 6px; |
| 53 |
background-color: #fff; |
| 54 |
} |
| 55 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page { |
| 56 |
margin-top: 50px; |
| 57 |
} |
| 58 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-setting-save-btn { |
| 59 |
margin: 5px; |
| 60 |
} |
| 61 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page form.settings-save { |
| 62 |
margin: -5px; |
| 63 |
} |
| 64 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page p { |
| 65 |
font-size: 16px; |
| 66 |
line-height: 1.6; |
| 67 |
color: #666; |
| 68 |
} |
| 69 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-width-expand > [class^=usk-icon-] { |
| 70 |
font-size: 48px; |
| 71 |
margin-right: 20px; |
| 72 |
} |
| 73 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-free .bdt-width-expand > [class^=usk-icon-] { |
| 74 |
color: #48484a; |
| 75 |
} |
| 76 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-pro .bdt-width-expand > [class^=usk-icon-] { |
| 77 |
color: #48484a; |
| 78 |
} |
| 79 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item[data-content-type~=new] > .bdt-option-item-inner:before { |
| 80 |
background-color: #EF476F; |
| 81 |
content: "NEW"; |
| 82 |
width: 70px; |
| 83 |
height: 20px; |
| 84 |
color: #fff; |
| 85 |
position: absolute; |
| 86 |
transform: rotate(-45deg); |
| 87 |
text-align: center; |
| 88 |
line-height: 20px; |
| 89 |
font-size: 9px; |
| 90 |
left: -20px; |
| 91 |
top: 4px; |
| 92 |
} |
| 93 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-label { |
| 94 |
font-size: 15px; |
| 95 |
font-weight: 500; |
| 96 |
display: inline-block; |
| 97 |
color: #272c32; |
| 98 |
} |
| 99 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-demo, |
| 100 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-video { |
| 101 |
padding: 5px; |
| 102 |
border-radius: 20px; |
| 103 |
margin-left: 10px; |
| 104 |
color: #000; |
| 105 |
transition: all 0.2s ease-out; |
| 106 |
transform: scale(0.5); |
| 107 |
opacity: 0; |
| 108 |
position: absolute; |
| 109 |
text-decoration: none; |
| 110 |
} |
| 111 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-demo { |
| 112 |
right: 98px; |
| 113 |
} |
| 114 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-video { |
| 115 |
right: 70px; |
| 116 |
} |
| 117 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-free .bdt-option-demo:hover, |
| 118 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-free .bdt-option-video:hover { |
| 119 |
color: #06D6A0; |
| 120 |
} |
| 121 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-pro .bdt-option-demo:hover, |
| 122 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-pro .bdt-option-video:hover { |
| 123 |
color: #EF476F; |
| 124 |
} |
| 125 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner { |
| 126 |
overflow: hidden; |
| 127 |
position: relative; |
| 128 |
background-color: #fff; |
| 129 |
} |
| 130 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-demo, |
| 131 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-video { |
| 132 |
opacity: 1; |
| 133 |
transform: scale(1); |
| 134 |
} |
| 135 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-demo { |
| 136 |
transition-delay: 0.03s; |
| 137 |
} |
| 138 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-video { |
| 139 |
transition-delay: 0.1s; |
| 140 |
} |
| 141 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper { |
| 142 |
margin-bottom: 45px; |
| 143 |
} |
| 144 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-filter-nav > div > div { |
| 145 |
padding-right: 32px; |
| 146 |
margin-right: 30px; |
| 147 |
border-right: 1px solid rgba(0, 0, 0, 0.1); |
| 148 |
} |
| 149 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-filter-nav > div > div:nth-last-child(1) { |
| 150 |
padding-right: 0; |
| 151 |
margin-right: 0; |
| 152 |
border-right: 0; |
| 153 |
} |
| 154 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul { |
| 155 |
margin-top: 0; |
| 156 |
margin-bottom: 0; |
| 157 |
} |
| 158 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-badge { |
| 159 |
height: 18px; |
| 160 |
width: 18px; |
| 161 |
margin-left: 5px; |
| 162 |
font-size: 10px; |
| 163 |
} |
| 164 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-button-default { |
| 165 |
text-decoration: none; |
| 166 |
color: #444; |
| 167 |
background-color: #fff; |
| 168 |
transition: all 0.3s cubic-bezier(0.3, 0.36, 0.25, 1); |
| 169 |
border: none; |
| 170 |
border-radius: 5px; |
| 171 |
outline: none; |
| 172 |
font-size: 14px; |
| 173 |
font-weight: 500; |
| 174 |
padding: 10px 12px; |
| 175 |
line-height: 18px; |
| 176 |
} |
| 177 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-button-default:hover { |
| 178 |
background: #0680d6; |
| 179 |
color: #fff; |
| 180 |
} |
| 181 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li { |
| 182 |
margin: 0; |
| 183 |
} |
| 184 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li a { |
| 185 |
text-decoration: none; |
| 186 |
color: #444; |
| 187 |
transition: all 0.3s cubic-bezier(0.3, 0.36, 0.25, 1); |
| 188 |
border: none; |
| 189 |
border-radius: 5px; |
| 190 |
outline: none; |
| 191 |
font-size: 14px; |
| 192 |
font-weight: 500; |
| 193 |
padding: 10px 15px; |
| 194 |
background: #fff; |
| 195 |
} |
| 196 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li a:hover { |
| 197 |
background: #0680d6; |
| 198 |
color: #fff; |
| 199 |
outline: none; |
| 200 |
} |
| 201 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li a:hover .bdt-badge { |
| 202 |
background-color: #118ab2; |
| 203 |
} |
| 204 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.bdt-active a { |
| 205 |
background: #0680d6; |
| 206 |
color: #fff; |
| 207 |
box-shadow: none; |
| 208 |
} |
| 209 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-free a { |
| 210 |
background-color: #B6FFEC; |
| 211 |
color: #06D6A0; |
| 212 |
} |
| 213 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-free a:hover { |
| 214 |
background-color: #06D6A0; |
| 215 |
color: #fff; |
| 216 |
} |
| 217 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-free.bdt-active a { |
| 218 |
background-color: #06D6A0; |
| 219 |
color: #fff; |
| 220 |
box-shadow: none; |
| 221 |
} |
| 222 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-pro a { |
| 223 |
background-color: #ffcdd9; |
| 224 |
color: #EF476F; |
| 225 |
} |
| 226 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-pro a:hover { |
| 227 |
background-color: #EF476F; |
| 228 |
color: #fff; |
| 229 |
box-shadow: none; |
| 230 |
} |
| 231 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-pro.bdt-active a { |
| 232 |
background-color: #EF476F; |
| 233 |
color: #fff; |
| 234 |
box-shadow: none; |
| 235 |
} |
| 236 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-active-all-widget { |
| 237 |
background-color: #E4232C; |
| 238 |
color: #fff; |
| 239 |
} |
| 240 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-active-all-widget:hover, .ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-active-all-widget.bdt-active { |
| 241 |
background-color: #0c6fd1; |
| 242 |
} |
| 243 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-deactive-all-widget { |
| 244 |
background-color: #c81b07; |
| 245 |
color: #fff; |
| 246 |
} |
| 247 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-deactive-all-widget.bdt-active, .ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-deactive-all-widget:hover { |
| 248 |
background-color: #cf1c08; |
| 249 |
} |
| 250 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown { |
| 251 |
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); |
| 252 |
border-radius: 3px; |
| 253 |
background-color: #fff; |
| 254 |
} |
| 255 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown ul li a { |
| 256 |
font-size: 14px; |
| 257 |
} |
| 258 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown ul li a:focus { |
| 259 |
box-shadow: none; |
| 260 |
} |
| 261 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown ul li.bdt-active a { |
| 262 |
color: #fff; |
| 263 |
} |
| 264 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options { |
| 265 |
margin-bottom: 35px; |
| 266 |
} |
| 267 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .usk-option-item { |
| 268 |
margin-top: 15px; |
| 269 |
} |
| 270 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-group .usk-option-item .bdt-option-label { |
| 271 |
font-size: 14px !important; |
| 272 |
} |
| 273 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner .bdt-input { |
| 274 |
height: 34px; |
| 275 |
} |
| 276 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner .bdt-input:focus { |
| 277 |
background-color: #fff; |
| 278 |
} |
| 279 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner input[type=text] { |
| 280 |
border-radius: 3px; |
| 281 |
} |
| 282 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner textarea { |
| 283 |
width: 100%; |
| 284 |
} |
| 285 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner { |
| 286 |
line-height: 1; |
| 287 |
padding: 18px 25px; |
| 288 |
border-radius: 5px; |
| 289 |
transition: all 0.3s cubic-bezier(0.3, 0.36, 0.25, 1); |
| 290 |
} |
| 291 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner:hover { |
| 292 |
color: #052442; |
| 293 |
box-shadow: none; |
| 294 |
} |
| 295 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner:hover .usk-widget-count-text { |
| 296 |
color: #7c99b7; |
| 297 |
} |
| 298 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner:hover [class^=usk-icon-] { |
| 299 |
color: #052442; |
| 300 |
} |
| 301 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-subnav { |
| 302 |
margin: 0; |
| 303 |
} |
| 304 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-widget-search input { |
| 305 |
min-height: 40px; |
| 306 |
padding: 0 8px; |
| 307 |
border-color: rgba(30, 135, 240, 0.3); |
| 308 |
} |
| 309 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-widget-search input:focus { |
| 310 |
border: 1px solid #1e87f0; |
| 311 |
outline: 0; |
| 312 |
box-shadow: 0 0 0 1px #1e87f0; |
| 313 |
} |
| 314 |
.ultimate-store-kit-dashboard .ultimate-store-kit-settings-save-btn { |
| 315 |
border-radius: 5px; |
| 316 |
} |
| 317 |
.ultimate-store-kit-dashboard .switch { |
| 318 |
position: relative; |
| 319 |
display: inline-block; |
| 320 |
width: 40px; |
| 321 |
height: 20px; |
| 322 |
background-color: rgba(0, 0, 0, 0.25); |
| 323 |
border-radius: 20px; |
| 324 |
transition: all 0.3s ease-out; |
| 325 |
overflow: hidden; |
| 326 |
} |
| 327 |
.ultimate-store-kit-dashboard .switch::after { |
| 328 |
content: ""; |
| 329 |
position: absolute; |
| 330 |
width: 20px; |
| 331 |
height: 20px; |
| 332 |
border-radius: 20px; |
| 333 |
background-color: white; |
| 334 |
top: 0; |
| 335 |
left: 0; |
| 336 |
transition: all 0.3s cubic-bezier(0.24, 0.85, 0.58, 1); |
| 337 |
} |
| 338 |
.ultimate-store-kit-dashboard input[type=checkbox]:checked + .switch::after { |
| 339 |
transform: translateX(20px); |
| 340 |
box-shadow: 0 0 0 2px inset #E4232C; |
| 341 |
} |
| 342 |
.ultimate-store-kit-dashboard input[type=checkbox]:checked + .switch { |
| 343 |
background-color: #E4232C; |
| 344 |
} |
| 345 |
.ultimate-store-kit-dashboard input[type=checkbox] { |
| 346 |
position: absolute; |
| 347 |
left: -9999px; |
| 348 |
} |
| 349 |
.ultimate-store-kit-dashboard .usk-widget-pro input[type=checkbox]:checked + .switch::after { |
| 350 |
box-shadow: 0 0 0 2px inset #EF476F; |
| 351 |
} |
| 352 |
.ultimate-store-kit-dashboard .usk-widget-pro input[type=checkbox]:checked + .switch { |
| 353 |
background-color: #EF476F; |
| 354 |
} |
| 355 |
.ultimate-store-kit-dashboard .usk-widget-free input[type=checkbox]:checked + .switch::after { |
| 356 |
box-shadow: 0 0 0 2px inset #06D6A0; |
| 357 |
} |
| 358 |
.ultimate-store-kit-dashboard .usk-widget-free input[type=checkbox]:checked + .switch { |
| 359 |
background-color: #06D6A0; |
| 360 |
} |
| 361 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status { |
| 362 |
font-size: 14px; |
| 363 |
} |
| 364 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status li > div { |
| 365 |
padding-bottom: 5px; |
| 366 |
margin-bottom: 5px; |
| 367 |
border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| 368 |
} |
| 369 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .label1 { |
| 370 |
width: 200px; |
| 371 |
} |
| 372 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status span { |
| 373 |
display: inline-block; |
| 374 |
line-height: 1.6; |
| 375 |
} |
| 376 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .valid, |
| 377 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .invalid { |
| 378 |
font-size: 15px; |
| 379 |
width: 20px; |
| 380 |
height: 18px; |
| 381 |
margin-left: 10px; |
| 382 |
margin-right: 15px; |
| 383 |
vertical-align: middle; |
| 384 |
border-radius: 3px; |
| 385 |
} |
| 386 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .invalid { |
| 387 |
background: red; |
| 388 |
color: #fff; |
| 389 |
} |
| 390 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .valid { |
| 391 |
background: #06D6A0; |
| 392 |
color: #fff; |
| 393 |
} |
| 394 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .valid i::before { |
| 395 |
margin-left: -1px; |
| 396 |
} |
| 397 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status i::before { |
| 398 |
font-size: 15px; |
| 399 |
line-height: 20px; |
| 400 |
} |
| 401 |
.ultimate-store-kit-dashboard .bdt-no-result { |
| 402 |
display: none; |
| 403 |
} |
| 404 |
.ultimate-store-kit-dashboard .bdt-animation-shake { |
| 405 |
animation-name: bdt-shake !important; |
| 406 |
display: block !important; |
| 407 |
} |
| 408 |
|
| 409 |
.toplevel_page_ultimate_store_kit_options .bdt-notification { |
| 410 |
top: 43px; |
| 411 |
width: 400px; |
| 412 |
} |
| 413 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message { |
| 414 |
line-height: 1; |
| 415 |
padding: 20px; |
| 416 |
border-radius: 5px; |
| 417 |
box-shadow: 0 0 0 2px #06D6A0, 0 15px 22px 2px rgba(0, 0, 0, 0.2); |
| 418 |
background: #fff; |
| 419 |
font-size: 18px; |
| 420 |
color: #06D6A0; |
| 421 |
} |
| 422 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message > div { |
| 423 |
display: flex; |
| 424 |
align-items: center; |
| 425 |
} |
| 426 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message > div .bdt-spinner { |
| 427 |
margin-right: 15px; |
| 428 |
} |
| 429 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message .bdt-notification-close { |
| 430 |
top: 50%; |
| 431 |
right: 10px; |
| 432 |
transform: translateY(-50%); |
| 433 |
height: 30px; |
| 434 |
width: 30px; |
| 435 |
line-height: 32px; |
| 436 |
background: #fff0f3; |
| 437 |
border-radius: 5px; |
| 438 |
text-align: center; |
| 439 |
} |
| 440 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message svg { |
| 441 |
display: inline-flex; |
| 442 |
color: #EF476F; |
| 443 |
width: 12px; |
| 444 |
} |
| 445 |
.toplevel_page_ultimate_store_kit_options .bdt-lightbox-toolbar { |
| 446 |
padding: 45px 15px; |
| 447 |
background: rgba(0, 0, 0, 0.3); |
| 448 |
color: rgba(255, 255, 255, 0.7); |
| 449 |
} |
| 450 |
|
| 451 |
#ultimate_store_kit_other_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner { |
| 452 |
padding: 35px; |
| 453 |
} |
| 454 |
#ultimate_store_kit_other_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner > label > .bdt-option-label { |
| 455 |
font-weight: 700; |
| 456 |
font-size: 22px; |
| 457 |
} |
| 458 |
#ultimate_store_kit_other_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner .description { |
| 459 |
margin-top: 20px; |
| 460 |
} |
| 461 |
|
| 462 |
#ultimate_store_kit_elementor_extend_page .usk-widget-count-text, |
| 463 |
#ultimate_store_kit_other_settings_page .usk-widget-count-text { |
| 464 |
display: none; |
| 465 |
} |
| 466 |
|
| 467 |
#ultimate_store_kit_api_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner { |
| 468 |
padding: 35px; |
| 469 |
} |
| 470 |
#ultimate_store_kit_api_settings_page input, #ultimate_store_kit_api_settings_page textarea { |
| 471 |
border-color: #ddd; |
| 472 |
} |
| 473 |
#ultimate_store_kit_api_settings_page input[type=text]:focus, |
| 474 |
#ultimate_store_kit_api_settings_page input[type=password]:focus, |
| 475 |
#ultimate_store_kit_api_settings_page input[type=color]:focus, |
| 476 |
#ultimate_store_kit_api_settings_page input[type=date]:focus, |
| 477 |
#ultimate_store_kit_api_settings_page input[type=datetime]:focus, |
| 478 |
#ultimate_store_kit_api_settings_page input[type=datetime-local]:focus, |
| 479 |
#ultimate_store_kit_api_settings_page input[type=email]:focus, |
| 480 |
#ultimate_store_kit_api_settings_page input[type=month]:focus, |
| 481 |
#ultimate_store_kit_api_settings_page input[type=number]:focus, |
| 482 |
#ultimate_store_kit_api_settings_page input[type=search]:focus, |
| 483 |
#ultimate_store_kit_api_settings_page input[type=tel]:focus, |
| 484 |
#ultimate_store_kit_api_settings_page input[type=time]:focus, |
| 485 |
#ultimate_store_kit_api_settings_page input[type=url]:focus, |
| 486 |
#ultimate_store_kit_api_settings_page input[type=week]:focus, |
| 487 |
#ultimate_store_kit_api_settings_page input[type=checkbox]:focus, |
| 488 |
#ultimate_store_kit_api_settings_page input[type=radio]:focus, |
| 489 |
#ultimate_store_kit_api_settings_page select:focus, |
| 490 |
#ultimate_store_kit_api_settings_page textarea:focus { |
| 491 |
border-color: #0680d6; |
| 492 |
box-shadow: none; |
| 493 |
} |
| 494 |
#ultimate_store_kit_api_settings_page .bdt-option-video { |
| 495 |
position: absolute; |
| 496 |
right: 25px; |
| 497 |
top: 20px; |
| 498 |
} |
| 499 |
#ultimate_store_kit_api_settings_page .bdt-option-label { |
| 500 |
display: block; |
| 501 |
margin-bottom: 25px; |
| 502 |
font-size: 18px; |
| 503 |
} |
| 504 |
#ultimate_store_kit_api_settings_page .bdt-option-group .bdt-option-label { |
| 505 |
margin-bottom: 15px; |
| 506 |
} |
| 507 |
#ultimate_store_kit_api_settings_page p.description { |
| 508 |
font-size: 12px !important; |
| 509 |
color: #999; |
| 510 |
margin-top: 10px; |
| 511 |
} |
| 512 |
#ultimate_store_kit_api_settings_page p.description a { |
| 513 |
color: #888; |
| 514 |
} |
| 515 |
|
| 516 |
.bdt-dashboard-panel .bdt-card { |
| 517 |
border-radius: 5px; |
| 518 |
transition-property: box-shadow, color; |
| 519 |
transition-duration: 0.3s; |
| 520 |
transition-timing-function: cubic-bezier(0.3, 0.36, 0.25, 1); |
| 521 |
} |
| 522 |
.bdt-dashboard-panel .bdt-card a { |
| 523 |
text-decoration: none; |
| 524 |
} |
| 525 |
.bdt-dashboard-panel .bdt-card a:focus { |
| 526 |
box-shadow: none; |
| 527 |
} |
| 528 |
.bdt-dashboard-panel .bdt-card p { |
| 529 |
margin-top: 0; |
| 530 |
} |
| 531 |
.bdt-dashboard-panel .bdt-card .bdt-widget-count { |
| 532 |
color: #a1a8ad; |
| 533 |
font-size: 12px; |
| 534 |
line-height: 1.7; |
| 535 |
text-transform: uppercase; |
| 536 |
} |
| 537 |
.bdt-dashboard-panel .bdt-card .bdt-others-plugins-link a { |
| 538 |
margin-top: 13px; |
| 539 |
} |
| 540 |
.bdt-dashboard-panel .bdt-card .bdt-button { |
| 541 |
color: #fff; |
| 542 |
border-radius: 5px; |
| 543 |
transition: all 0.3s ease; |
| 544 |
} |
| 545 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-ep { |
| 546 |
background-color: transparent; |
| 547 |
background-image: linear-gradient(145deg, #20E2AD 0%, #08AEEC 100%); |
| 548 |
} |
| 549 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-ps { |
| 550 |
background-color: transparent; |
| 551 |
background: linear-gradient(to right, rgb(254, 80, 108) 0%, rgb(252, 106, 42) 100%); |
| 552 |
} |
| 553 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-live-copy { |
| 554 |
background-color: transparent; |
| 555 |
background-image: linear-gradient(145deg, #dd4049 0%, #5a03ff 100%); |
| 556 |
} |
| 557 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-pg { |
| 558 |
background-color: transparent; |
| 559 |
background-image: linear-gradient(313deg, #086698 0%, #0D3B54 100%); |
| 560 |
} |
| 561 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-zb { |
| 562 |
background-color: transparent; |
| 563 |
background-image: linear-gradient(145deg, #2667ff 0%, #3b28cc 100%); |
| 564 |
} |
| 565 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-upk { |
| 566 |
background-color: transparent; |
| 567 |
background-image: linear-gradient(45deg, #08C972 0%, #60DF54 100%); |
| 568 |
} |
| 569 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-usk { |
| 570 |
background-color: #e21530; |
| 571 |
} |
| 572 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-red { |
| 573 |
background: #ffcdd9; |
| 574 |
color: #EF476F; |
| 575 |
} |
| 576 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-red:hover { |
| 577 |
background: #EF476F; |
| 578 |
color: #fff; |
| 579 |
box-shadow: none; |
| 580 |
} |
| 581 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-green { |
| 582 |
background: #B6FFEC; |
| 583 |
color: #06D6A0; |
| 584 |
} |
| 585 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-green:hover { |
| 586 |
background: #06D6A0; |
| 587 |
color: #fff; |
| 588 |
} |
| 589 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-blue { |
| 590 |
background: #0680d6; |
| 591 |
color: #fff; |
| 592 |
} |
| 593 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-blue:hover { |
| 594 |
background: #097396; |
| 595 |
color: #fff; |
| 596 |
} |
| 597 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-grey { |
| 598 |
background-color: #e3e8eb; |
| 599 |
color: #1d2327; |
| 600 |
} |
| 601 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-grey:hover { |
| 602 |
background: #1d2327; |
| 603 |
color: #fff; |
| 604 |
} |
| 605 |
.bdt-dashboard-panel .bdt-card .bdt-feature-title { |
| 606 |
color: #333; |
| 607 |
font-weight: 700; |
| 608 |
font-size: 22px; |
| 609 |
margin-bottom: 20px; |
| 610 |
padding: 0; |
| 611 |
} |
| 612 |
.bdt-dashboard-panel .bdt-card.bdt-card-green { |
| 613 |
background: rgba(173, 200, 101, 0.03); |
| 614 |
box-shadow: 0 0 0 1px rgba(173, 200, 101, 0.3); |
| 615 |
} |
| 616 |
.bdt-dashboard-panel .bdt-card.bdt-card-red { |
| 617 |
color: #777; |
| 618 |
box-shadow: 0 0 0 1px rgba(255, 65, 77, 0.3); |
| 619 |
} |
| 620 |
.bdt-dashboard-panel .bdt-card.bdt-card-blue { |
| 621 |
color: #777; |
| 622 |
box-shadow: 0 0 0 1px #0680d6; |
| 623 |
} |
| 624 |
.bdt-dashboard-panel .bdt-card .bdt-accordion { |
| 625 |
padding-top: 5px; |
| 626 |
} |
| 627 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-title { |
| 628 |
font-size: 16px; |
| 629 |
padding: 10px 20px; |
| 630 |
background: rgba(255, 65, 77, 0.1); |
| 631 |
border-radius: 5px; |
| 632 |
font-weight: 400; |
| 633 |
letter-spacing: 0.3px; |
| 634 |
} |
| 635 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-title:hover, .bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-title:focus { |
| 636 |
box-shadow: 0 0 0 1px rgba(255, 65, 77, 0.3); |
| 637 |
} |
| 638 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-open .bdt-accordion-title { |
| 639 |
color: #000; |
| 640 |
background: rgba(255, 65, 77, 0.3); |
| 641 |
} |
| 642 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-content { |
| 643 |
padding: 0 20px; |
| 644 |
} |
| 645 |
.bdt-dashboard-panel .bdt-card .check-system-status { |
| 646 |
margin-top: 20px; |
| 647 |
} |
| 648 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial { |
| 649 |
display: flex; |
| 650 |
flex-direction: column; |
| 651 |
} |
| 652 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-list { |
| 653 |
margin-bottom: 20px; |
| 654 |
flex-grow: 1; |
| 655 |
} |
| 656 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-list-divider > li:nth-child(n+2) { |
| 657 |
border-top: 1px solid rgba(173, 200, 101, 0.3); |
| 658 |
} |
| 659 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-link-title { |
| 660 |
margin: 0; |
| 661 |
font-size: 14px; |
| 662 |
color: rgba(173, 200, 101, 0.7); |
| 663 |
} |
| 664 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-link-title:hover { |
| 665 |
color: #06D6A0; |
| 666 |
} |
| 667 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-video-btn { |
| 668 |
font-weight: 500; |
| 669 |
color: #444; |
| 670 |
border: 1px solid #06D6A0; |
| 671 |
display: inline-block; |
| 672 |
width: 145px; |
| 673 |
padding: 5px; |
| 674 |
text-align: center; |
| 675 |
border-radius: 3px; |
| 676 |
} |
| 677 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-video-btn:hover { |
| 678 |
color: #000; |
| 679 |
} |
| 680 |
.bdt-dashboard-panel .bdt-card.bdt-genarate-idea, .bdt-dashboard-panel .bdt-card.bdt-support-feedback, .bdt-dashboard-panel .bdt-card.bdt-feedback-bg, .bdt-dashboard-panel .bdt-card.bdt-tryaddon-bg { |
| 681 |
background-repeat: no-repeat; |
| 682 |
background-position: bottom right; |
| 683 |
} |
| 684 |
.bdt-dashboard-panel .bdt-card.bdt-genarate-idea { |
| 685 |
background-size: 400px auto; |
| 686 |
background-image: url("../images/idea.svg"); |
| 687 |
} |
| 688 |
.bdt-dashboard-panel .bdt-card.bdt-feedback-bg { |
| 689 |
background-size: 250px auto; |
| 690 |
background-image: url("../images/idea.svg"); |
| 691 |
} |
| 692 |
.bdt-dashboard-panel .bdt-card.bdt-tryaddon-bg { |
| 693 |
background-size: 320px auto; |
| 694 |
background-image: url("../images/bdthemes-hero.svg"); |
| 695 |
} |
| 696 |
.bdt-dashboard-panel .bdt-card.bdt-support-content { |
| 697 |
background-repeat: no-repeat; |
| 698 |
background-position: bottom right; |
| 699 |
background-size: 190px auto; |
| 700 |
background-image: url("../images/support.svg"); |
| 701 |
} |
| 702 |
.bdt-dashboard-panel .bdt-card.bdt-system-requirement { |
| 703 |
background-repeat: no-repeat; |
| 704 |
background-position: right -50px; |
| 705 |
background-size: 190px auto; |
| 706 |
background-image: url("../images/server.svg"); |
| 707 |
} |
| 708 |
|
| 709 |
@media (min-width: 1400px) { |
| 710 |
.bdt-dashboard-panel .bdt-card.bdt-welcome-content p { |
| 711 |
margin-right: 160px; |
| 712 |
} |
| 713 |
.bdt-dashboard-panel .bdt-card.bdt-facebook-community p { |
| 714 |
margin-right: 160px; |
| 715 |
} |
| 716 |
} |
| 717 |
#ultimate_store_kit_active_modules_page .checkbox, |
| 718 |
#ultimate_store_kit_edd_modules_page .checkbox { |
| 719 |
margin-top: 5px; |
| 720 |
} |
| 721 |
|
| 722 |
.ultimate-store-kit-3pp-install, |
| 723 |
.ultimate-store-kit-3pp-active, |
| 724 |
.ultimate-store-kit-3pp-download { |
| 725 |
text-decoration: none; |
| 726 |
color: #EF476F; |
| 727 |
line-height: normal; |
| 728 |
background-color: #eee; |
| 729 |
border-radius: 100px; |
| 730 |
padding: 5px; |
| 731 |
display: inline-flex; |
| 732 |
} |
| 733 |
.ultimate-store-kit-3pp-install:hover, |
| 734 |
.ultimate-store-kit-3pp-active:hover, |
| 735 |
.ultimate-store-kit-3pp-download:hover { |
| 736 |
color: #fb6094; |
| 737 |
} |
| 738 |
|
| 739 |
.ultimate-store-kit-footer-info { |
| 740 |
background-color: #073B4C; |
| 741 |
color: #90b6c3; |
| 742 |
border-radius: 5px; |
| 743 |
box-sizing: border-box; |
| 744 |
padding: 30px 40px; |
| 745 |
background-image: url("../images/shiny-overlay.svg"); |
| 746 |
background-position: top right; |
| 747 |
background-repeat: no-repeat; |
| 748 |
} |
| 749 |
.ultimate-store-kit-footer-info p { |
| 750 |
font-size: 14px !important; |
| 751 |
color: #90b6c3 !important; |
| 752 |
text-align: center; |
| 753 |
margin-top: 25px; |
| 754 |
} |
| 755 |
.ultimate-store-kit-footer-info a { |
| 756 |
color: #e5f4f9; |
| 757 |
} |
| 758 |
|
| 759 |
.bdt-admin-alert { |
| 760 |
background-color: #fff3da; |
| 761 |
border-radius: 2px; |
| 762 |
padding: 10px 20px; |
| 763 |
box-sizing: border-box; |
| 764 |
margin-top: 30px; |
| 765 |
} |
| 766 |
|
| 767 |
.bdt-dashboard-divider { |
| 768 |
width: 100%; |
| 769 |
margin-top: 50px; |
| 770 |
margin-bottom: 50px; |
| 771 |
min-height: 20px; |
| 772 |
background-size: 20px 20px; |
| 773 |
background-repeat: repeat-x; |
| 774 |
} |
| 775 |
|
| 776 |
.bdt-dashboard-panel { |
| 777 |
position: relative; |
| 778 |
} |
| 779 |
|
| 780 |
.bdt-dashboard-panel .dashicons.dashicons-yes { |
| 781 |
color: #06D6A0; |
| 782 |
} |
| 783 |
|
| 784 |
.bdt-dashboard-panel .dashicons.dashicons-no { |
| 785 |
color: #FF0000; |
| 786 |
} |
| 787 |
|
| 788 |
.bdt-dashboard-panel .dashicons.dashicons-heart { |
| 789 |
color: #EA355F; |
| 790 |
} |
| 791 |
|
| 792 |
.bdt-dashboard-panel .bdt-comparision { |
| 793 |
padding-left: 0; |
| 794 |
} |
| 795 |
|
| 796 |
.bdt-dashboard-panel h1 { |
| 797 |
font-weight: 700; |
| 798 |
} |
| 799 |
|
| 800 |
.bdt-dashboard-panel .bdt-purchase-button { |
| 801 |
position: absolute; |
| 802 |
top: -120px; |
| 803 |
right: 20px; |
| 804 |
} |
| 805 |
|
| 806 |
.bdt-purchase-button a { |
| 807 |
color: #ffffff; |
| 808 |
border-style: none; |
| 809 |
border-radius: 4px 4px 4px 4px; |
| 810 |
box-shadow: 0px 10px 40px 0px rgba(0, 130, 117, 0.29); |
| 811 |
padding: 18px 45px 18px 45px; |
| 812 |
font-weight: 700; |
| 813 |
cursor: pointer; |
| 814 |
display: inline-block; |
| 815 |
text-transform: uppercase; |
| 816 |
font-size: 14px; |
| 817 |
outline: none; |
| 818 |
position: relative; |
| 819 |
transition: all 0.3s ease-out; |
| 820 |
text-align: center; |
| 821 |
overflow: hidden; |
| 822 |
background-color: transparent; |
| 823 |
background-image: linear-gradient(145deg, #20e2ad 0%, #08aeec 100%); |
| 824 |
text-decoration: none; |
| 825 |
letter-spacing: 1px; |
| 826 |
} |
| 827 |
|
| 828 |
.bdt-purchase-button a:hover { |
| 829 |
background-image: linear-gradient(145deg, #08aeec 0%, #20e2ad 100%); |
| 830 |
box-shadow: 0px 10px 40px 0px rgba(0, 130, 117, 0.46); |
| 831 |
} |
| 832 |
|
| 833 |
/* license page style */ |
| 834 |
#ultimate_store_kit_license_settings_page h3.el-license-title { |
| 835 |
font-size: 22px; |
| 836 |
margin-top: 0; |
| 837 |
margin-bottom: 50px; |
| 838 |
} |
| 839 |
#ultimate_store_kit_license_settings_page ol { |
| 840 |
margin-bottom: 20px; |
| 841 |
} |
| 842 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-field { |
| 843 |
display: block; |
| 844 |
margin-bottom: 15px; |
| 845 |
} |
| 846 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-field input { |
| 847 |
font-size: 200%; |
| 848 |
padding: 0 10px; |
| 849 |
display: block; |
| 850 |
margin-top: 10px; |
| 851 |
border-radius: 5px; |
| 852 |
border-color: #ddd; |
| 853 |
width: 100%; |
| 854 |
max-width: 650px; |
| 855 |
} |
| 856 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-field label { |
| 857 |
display: inline-block; |
| 858 |
margin-bottom: 5px; |
| 859 |
} |
| 860 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-active-btn { |
| 861 |
margin-top: 25px; |
| 862 |
} |
| 863 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info { |
| 864 |
font-size: 14px; |
| 865 |
line-height: 24px; |
| 866 |
max-width: 850px; |
| 867 |
margin-bottom: 50px; |
| 868 |
} |
| 869 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-info-title { |
| 870 |
width: 150px; |
| 871 |
display: inline-block; |
| 872 |
position: relative; |
| 873 |
padding-right: 5px; |
| 874 |
margin-right: 10px; |
| 875 |
} |
| 876 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-info-title:after { |
| 877 |
content: ":"; |
| 878 |
position: absolute; |
| 879 |
right: 2px; |
| 880 |
} |
| 881 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-valid, |
| 882 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-invalid { |
| 883 |
padding: 4px 8px; |
| 884 |
color: #fff; |
| 885 |
background-color: #06D6A0; |
| 886 |
border-radius: 3px; |
| 887 |
font-size: 14px; |
| 888 |
} |
| 889 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-invalid { |
| 890 |
background-color: #f44336; |
| 891 |
} |
| 892 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-key { |
| 893 |
font-weight: 700; |
| 894 |
opacity: 0.8; |
| 895 |
} |
| 896 |
#ultimate_store_kit_license_settings_page .button { |
| 897 |
padding: 0 30px; |
| 898 |
font-size: 16px; |
| 899 |
height: 40px; |
| 900 |
border: 0; |
| 901 |
border-radius: 5px; |
| 902 |
} |
| 903 |
#ultimate_store_kit_license_settings_page .button-primary { |
| 904 |
background: #1e87f0; |
| 905 |
color: #fff; |
| 906 |
text-decoration: none; |
| 907 |
text-shadow: none; |
| 908 |
box-shadow: none; |
| 909 |
} |
| 910 |
#ultimate_store_kit_license_settings_page .button-primary:active, #ultimate_store_kit_license_settings_page .button-primary:hover { |
| 911 |
background: #0e6dcd; |
| 912 |
} |
| 913 |
|
| 914 |
@media screen and (max-width: 960px) { |
| 915 |
.bdt-widget-onoff { |
| 916 |
margin: 0; |
| 917 |
} |
| 918 |
} |
| 919 |
@media (min-width: 960px) { |
| 920 |
.ultimate-store-kit-dashboard.wrap { |
| 921 |
padding: 0 35px 35px 35px; |
| 922 |
} |
| 923 |
.ultimate-store-kit-dashboard.wrap .ultimate-store-kit-footer-info p { |
| 924 |
text-align: right; |
| 925 |
margin-top: 0; |
| 926 |
} |
| 927 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a { |
| 928 |
padding: 35px 0; |
| 929 |
margin: 0 20px; |
| 930 |
} |
| 931 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:after { |
| 932 |
bottom: 20px; |
| 933 |
} |
| 934 |
} |
| 935 |
@media (max-width: 639px) { |
| 936 |
.ultimate-store-kit-dashboard.wrap .bdt-option-item-inner { |
| 937 |
padding: 0; |
| 938 |
} |
| 939 |
.ultimate-store-kit-dashboard.wrap .bdt-option-item-inner [class^=usk-icon-] { |
| 940 |
display: none; |
| 941 |
} |
| 942 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap { |
| 943 |
display: block; |
| 944 |
} |
| 945 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-subnav { |
| 946 |
margin: 20px 0 0 -20px; |
| 947 |
} |
| 948 |
.ultimate-store-kit-dashboard.wrap .bdt-card { |
| 949 |
background-image: none; |
| 950 |
} |
| 951 |
.ultimate-store-kit-dashboard.wrap .bdt-button { |
| 952 |
width: 100%; |
| 953 |
} |
| 954 |
} |
| 955 |
.usk-widget-count-text { |
| 956 |
font-size: 11px; |
| 957 |
color: #b7b7b7; |
| 958 |
margin-top: 10px; |
| 959 |
display: block; |
| 960 |
text-transform: uppercase; |
| 961 |
} |
| 962 |
|
| 963 |
.bdt-go-pro { |
| 964 |
font-weight: bold; |
| 965 |
color: #f44336; |
| 966 |
text-shadow: 1px 1px 1px #eee; |
| 967 |
} |
| 968 |
|
| 969 |
@media (min-width: 1200px) { |
| 970 |
.bdt-dashboard-panel .bdt-card-body { |
| 971 |
padding: 45px 45px; |
| 972 |
} |
| 973 |
} |