about.css
3 weeks ago
admin-notifications.css
3 weeks ago
callout.css
3 weeks ago
cff-admin-style.css
3 weeks ago
extensions.css
3 weeks ago
oembeds.css
3 weeks ago
settings.css
3 weeks ago
support.css
3 weeks ago
callout.css
400 lines
| 1 | .sb-callout-ctn { |
| 2 | width: 370px; |
| 3 | min-height: 200px; |
| 4 | overflow: auto; |
| 5 | background: #fff; |
| 6 | box-shadow: 0px 1px 5px 0px #0000000B, 0px 4px 12px 0px #0000000F, 0px 8px 23px 0px #00000013, 0px 14px 41px 0px #00000017, 0px 26px 77px 0px #0000001B; |
| 7 | } |
| 8 | |
| 9 | .sb-callout-ctn[data-type="frontend"] { |
| 10 | position: fixed; |
| 11 | bottom: 25px; |
| 12 | right: 20px; |
| 13 | z-index: 1; |
| 14 | } |
| 15 | |
| 16 | .sb-callout-ctn[data-type="backend"] { |
| 17 | position: fixed; |
| 18 | bottom: 85px; |
| 19 | right: 20px; |
| 20 | z-index: 99999; |
| 21 | } |
| 22 | |
| 23 | .sb-callout-ctn[data-type="side-menu"], |
| 24 | body.wp-admin.index-php li .sb-callout-ctn[data-type="side-menu"], |
| 25 | body.instagram-feed_page_sbi-feed-builder .sb-callout-ctn[data-type="side-menu"] { |
| 26 | display: none !important; |
| 27 | visibility: hidden !important; |
| 28 | opacity: 0 !important; |
| 29 | } |
| 30 | |
| 31 | body:not([class*="page_sbi-feed-builder"]) .wp-menu-name:hover>.sb-callout-ctn[data-type="side-menu"], |
| 32 | body:not([class*="page_sbi-feed-builder"]) .wp-has-current-submenu:hover .sb-callout-ctn[data-type="side-menu"], |
| 33 | body.wp-admin.index-php .wp-menu-name .sb-callout-ctn[data-type="side-menu"] { |
| 34 | display: block !important; |
| 35 | visibility: visible !important; |
| 36 | opacity: 1 !important; |
| 37 | } |
| 38 | |
| 39 | .sb-callout-ctn[data-type="side-menu"] { |
| 40 | position: absolute; |
| 41 | left: 100%; |
| 42 | top: -100px; |
| 43 | z-index: 999999; |
| 44 | } |
| 45 | |
| 46 | .sb-callout-ctn[data-position="bottom"] { |
| 47 | bottom: 0px; |
| 48 | top: unset; |
| 49 | } |
| 50 | |
| 51 | .sb-callout-ctn .sb-fs { |
| 52 | width: 100%; |
| 53 | float: left; |
| 54 | position: relative; |
| 55 | box-sizing: border-box; |
| 56 | } |
| 57 | |
| 58 | .sb-callout-top-heading { |
| 59 | padding: 10px 15px; |
| 60 | border-bottom: 1px solid #E6E6EB; |
| 61 | display: flex; |
| 62 | align-items: center; |
| 63 | column-gap: 10px; |
| 64 | } |
| 65 | |
| 66 | .sb-callout-top-heading strong { |
| 67 | color: #141B38 !important; |
| 68 | font-size: 15px; |
| 69 | } |
| 70 | |
| 71 | .sb-callout-only-visible { |
| 72 | font-size: 10px; |
| 73 | display: none; |
| 74 | align-items: center; |
| 75 | column-gap: 5px; |
| 76 | text-transform: uppercase; |
| 77 | color: #0068A0 !important; |
| 78 | background: #D6F4FF !important; |
| 79 | padding: 2px 8px; |
| 80 | border-radius: 4px; |
| 81 | line-height: 21px |
| 82 | } |
| 83 | |
| 84 | [data-type="frontend"] .sb-callout-top-heading { |
| 85 | align-items: flex-start; |
| 86 | } |
| 87 | |
| 88 | [data-type="frontend"] .sb-callout-top-heading>svg { |
| 89 | width: 25px; |
| 90 | margin-top: 10px; |
| 91 | height: auto; |
| 92 | } |
| 93 | |
| 94 | [data-type="frontend"] .sb-callout-only-visible { |
| 95 | display: inline-flex; |
| 96 | } |
| 97 | |
| 98 | .sb-callout-top-dismiss { |
| 99 | position: absolute; |
| 100 | width: 16px; |
| 101 | height: 20px; |
| 102 | right: 12px; |
| 103 | top: 10px; |
| 104 | cursor: pointer; |
| 105 | color: #2C324C !important; |
| 106 | } |
| 107 | |
| 108 | .sb-callout-top-dismiss:before, |
| 109 | .sb-callout-top-dismiss:after { |
| 110 | content: ''; |
| 111 | position: absolute; |
| 112 | width: 14px; |
| 113 | height: 2px; |
| 114 | left: 1px; |
| 115 | top: 8px; |
| 116 | background: currentColor; |
| 117 | -webkit-transform: rotate(-45deg); |
| 118 | transform: rotate(-45deg); |
| 119 | } |
| 120 | |
| 121 | .sb-callout-top-dismiss:after { |
| 122 | -webkit-transform: rotate(45deg); |
| 123 | transform: rotate(45deg); |
| 124 | } |
| 125 | |
| 126 | .sb-callout-progress { |
| 127 | padding: 35px 25px; |
| 128 | padding-bottom: 45px; |
| 129 | display: flex; |
| 130 | align-items: center; |
| 131 | justify-content: center; |
| 132 | column-gap: 20px; |
| 133 | } |
| 134 | |
| 135 | .sb-callout-progress-radial { |
| 136 | width: 71px; |
| 137 | height: 71px; |
| 138 | flex-shrink: 0; |
| 139 | box-sizing: border-box; |
| 140 | display: flex; |
| 141 | justify-content: center; |
| 142 | align-items: center; |
| 143 | color: #0068A0 !important; |
| 144 | font-weight: 600; |
| 145 | font-size: 17px; |
| 146 | } |
| 147 | |
| 148 | .sb-callout-progress-radial span { |
| 149 | position: relative; |
| 150 | z-index: 9; |
| 151 | } |
| 152 | |
| 153 | .sb-callout-progress-radial svg { |
| 154 | position: absolute; |
| 155 | width: 71px; |
| 156 | height: 71px; |
| 157 | } |
| 158 | |
| 159 | .sb-progress-svg { |
| 160 | --size: 71px; |
| 161 | --half-size: calc(var(--size) / 2); |
| 162 | --stroke-width: 5px; |
| 163 | --radius: calc((var(--size) - var(--stroke-width)) / 2); |
| 164 | --circumference: calc(var(--radius) * pi * 2); |
| 165 | --dash: calc((var(--progress) * var(--circumference)) / 100); |
| 166 | animation: progress-animation 0s linear 0s 1 forwards; |
| 167 | } |
| 168 | |
| 169 | .sb-progress-svg circle { |
| 170 | cx: var(--half-size); |
| 171 | cy: var(--half-size); |
| 172 | r: var(--radius); |
| 173 | stroke-width: var(--stroke-width); |
| 174 | fill: none; |
| 175 | } |
| 176 | |
| 177 | .sb-progress-svg .sb-progress-svg-bg { |
| 178 | stroke: #0096CC; |
| 179 | stroke-width: calc(var(--stroke-width) - 1px); |
| 180 | } |
| 181 | |
| 182 | .sb-progress-svg .sb-progress-svg-fg { |
| 183 | transform: rotate(-90deg); |
| 184 | transform-origin: var(--half-size) var(--half-size); |
| 185 | stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash)); |
| 186 | transition: stroke-dasharray 0s linear 0s; |
| 187 | stroke: #9ce5ff; |
| 188 | stroke-width: var(--stroke-width) |
| 189 | } |
| 190 | |
| 191 | @property --progress { |
| 192 | syntax: "<number>"; |
| 193 | inherits: false; |
| 194 | initial-value: 0; |
| 195 | } |
| 196 | |
| 197 | @keyframes progress-animation { |
| 198 | from { |
| 199 | --progress: 0; |
| 200 | } |
| 201 | |
| 202 | to { |
| 203 | --progress: var(--percent); |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | .sb-callout-progress-text { |
| 208 | display: flex; |
| 209 | flex-direction: column; |
| 210 | } |
| 211 | |
| 212 | .sb-callout-progress-text strong { |
| 213 | color: #141B38 !important; |
| 214 | font-size: 16px; |
| 215 | } |
| 216 | |
| 217 | .sb-callout-progress-text span { |
| 218 | color: #696D80 !important; |
| 219 | font-size: 13px; |
| 220 | margin-top: 5px; |
| 221 | line-height: 1.5em; |
| 222 | } |
| 223 | |
| 224 | .sb-callout-plugins { |
| 225 | padding: 10px 0px; |
| 226 | background: #F9F9FA !important; |
| 227 | } |
| 228 | |
| 229 | .sb-callout-plugin-item { |
| 230 | padding: 5px 15px; |
| 231 | display: flex; |
| 232 | align-items: center; |
| 233 | font-size: 14px; |
| 234 | font-weight: 400; |
| 235 | color: #434960 !important; |
| 236 | column-gap: 10px |
| 237 | } |
| 238 | |
| 239 | #adminmenu .sb-callout-plugin-item a:not(.sb-callout-item-btn) { |
| 240 | display: flex !important; |
| 241 | color: inherit !important; |
| 242 | justify-content: center; |
| 243 | align-items: center; |
| 244 | column-gap: 7px; |
| 245 | line-height: unset !important; |
| 246 | background: unset !important; |
| 247 | } |
| 248 | |
| 249 | #adminmenu .sb-callout-plugin-item a:not(.sb-callout-item-btn):after { |
| 250 | display: none; |
| 251 | } |
| 252 | |
| 253 | .sb-callout-item-checkbox { |
| 254 | width: 17px; |
| 255 | height: 17px; |
| 256 | position: relative; |
| 257 | flex-shrink: 0; |
| 258 | border-radius: 50px; |
| 259 | border: 2px solid #9295A6 !important; |
| 260 | } |
| 261 | |
| 262 | .sb-callout-plugin-item[data-done="true"] { |
| 263 | color: #141B38 !important; |
| 264 | font-weight: 600; |
| 265 | } |
| 266 | |
| 267 | .sb-callout-plugin-item[data-done="true"] .sb-callout-item-checkbox { |
| 268 | background-color: #0096CC !important; |
| 269 | border-color: #0096CC !important; |
| 270 | color: #fff !important; |
| 271 | } |
| 272 | |
| 273 | .sb-callout-plugin-item[data-done="true"] .sb-callout-item-checkbox:after { |
| 274 | content: ''; |
| 275 | position: absolute; |
| 276 | width: 9px; |
| 277 | height: 4px; |
| 278 | border-left: 2px solid currentColor; |
| 279 | border-bottom: 2px solid currentColor; |
| 280 | -webkit-transform: rotate(-39deg); |
| 281 | transform: rotate(-39deg); |
| 282 | left: 3px; |
| 283 | top: 4px; |
| 284 | } |
| 285 | |
| 286 | .sb-callout-item-btn { |
| 287 | display: flex !important; |
| 288 | background-color: #0068A0 !important; |
| 289 | color: #fff !important; |
| 290 | font-size: 10px !important; |
| 291 | height: 32px !important; |
| 292 | font-weight: 600 !important; |
| 293 | padding: 10px 11px !important; |
| 294 | position: relative !important; |
| 295 | margin-left: auto !important; |
| 296 | |
| 297 | border-radius: 3px !important; |
| 298 | text-decoration: none !important; |
| 299 | line-height: unset !important; |
| 300 | align-items: center !important; |
| 301 | justify-content: center !important; |
| 302 | cursor: pointer !important; |
| 303 | } |
| 304 | |
| 305 | .sb-callout-item-btn.sb-callout-item-btn-grey { |
| 306 | background: #F3F4F5 !important; |
| 307 | color: #141B38 !important; |
| 308 | border: 1px solid #D0D1D7 !important; |
| 309 | } |
| 310 | |
| 311 | .sb-callout-item-btn:after { |
| 312 | content: '' !important; |
| 313 | position: absolute !important; |
| 314 | width: 5px !important; |
| 315 | height: 5px !important; |
| 316 | right: 14px !important; |
| 317 | top: 12px !important; |
| 318 | border-right: 2px solid currentColor !important; |
| 319 | border-bottom: 2px solid currentColor !important; |
| 320 | -webkit-transform: rotate(-45deg) !important; |
| 321 | transform: rotate(-45deg) !important; |
| 322 | } |
| 323 | |
| 324 | .sb-callout-bottom-btns { |
| 325 | display: flex !important; |
| 326 | justify-content: flex-start !important; |
| 327 | padding: 20px 20px !important; |
| 328 | column-gap: 10px !important; |
| 329 | padding-bottom: 5px !important; |
| 330 | } |
| 331 | |
| 332 | .sb-callout-bottom-btns .sb-callout-item-btn { |
| 333 | margin-left: unset !important; |
| 334 | flex-grow: 1 !important; |
| 335 | text-align: center !important; |
| 336 | font-size: 11px !important; |
| 337 | height: 15px !important; |
| 338 | cursor: pointer; |
| 339 | } |
| 340 | |
| 341 | [data-type="frontend"] .sb-callout-bottom-btns .sb-callout-item-btn { |
| 342 | padding: 7px 11px !important; |
| 343 | height: unset !important; |
| 344 | } |
| 345 | |
| 346 | [data-type="dashboard"] .sb-callout-bottom-btns .sb-callout-item-btn { |
| 347 | padding: 10px 11px !important; |
| 348 | } |
| 349 | |
| 350 | .sb-callout-bottom-btns .sb-callout-item-btn:after { |
| 351 | right: 18px !important; |
| 352 | top: 14px !important; |
| 353 | } |
| 354 | [data-type="frontend"] .sb-callout-bottom-btns .sb-callout-item-btn:after{ |
| 355 | top: calc(50% - 3px)!important; |
| 356 | |
| 357 | } |
| 358 | #adminmenu .sb-callout-ctn a:hover { |
| 359 | box-shadow: unset !important; |
| 360 | } |
| 361 | |
| 362 | /* |
| 363 | Callout Dashboard Widget |
| 364 | */ |
| 365 | .sb-callout-ctn[data-type="dashboard"] { |
| 366 | width: 100% !important; |
| 367 | box-sizing: border-box !important; |
| 368 | background: unset !important; |
| 369 | box-shadow: unset !important; |
| 370 | } |
| 371 | |
| 372 | .sb-callout-ctn[data-type="dashboard"] .sb-callout-top { |
| 373 | display: none !important; |
| 374 | } |
| 375 | |
| 376 | #sb_dashboard_widget .inside { |
| 377 | padding: 0px !important; |
| 378 | } |
| 379 | |
| 380 | .sb-callout-top>a { |
| 381 | background: unset !important; |
| 382 | color: inherit; |
| 383 | } |
| 384 | |
| 385 | .sb-callout-ctn>a { |
| 386 | display: none !important; |
| 387 | } |
| 388 | |
| 389 | .sb-callout-plugin-item .sb-callout-item-btn { |
| 390 | padding: 0 26px !important; |
| 391 | } |
| 392 | |
| 393 | @media (max-width: 1200px) { |
| 394 | |
| 395 | .sb-callout-ctn[data-type="frontend"], |
| 396 | .sb-callout-ctn[data-type="backend"], |
| 397 | .sb-callout-ctn[data-type="side-menu"] { |
| 398 | display: none !important; |
| 399 | } |
| 400 | } |