| 1 |
/*!**************************************************************************************************************************************************************************************************************************************************!*\ |
| 2 |
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/forum-tab/editor.scss ***! |
| 3 |
\**************************************************************************************************************************************************************************************************************************************************/ |
| 4 |
:root { |
| 5 |
--rob: "Roboto", sans-serif; |
| 6 |
--great: "Great Vibes", cursive; |
| 7 |
--bg_gradient: linear-gradient(45deg, #F5FDFF, #FEEFEC); |
| 8 |
--bbpc_brand_color: var(--bbpc_brand_color_opt,#0866ff); |
| 9 |
--h_title: #1d2746; |
| 10 |
--p_color: #6b707f; |
| 11 |
--bs-white: #fff; |
| 12 |
--black_25: #f9f9f9; |
| 13 |
--black_50: #f2f2f2; |
| 14 |
--black_75: #eeeeee; |
| 15 |
--black_90: #e0e6f0; |
| 16 |
--black_100: #d6d9dc; |
| 17 |
--black_150: #c8ccd0; |
| 18 |
--black_200: #bbc0c4; |
| 19 |
--black_300: #9fa6ad; |
| 20 |
--black_350: #9199a1; |
| 21 |
--black_400: #848d95; |
| 22 |
--black_500: #6a737c; |
| 23 |
--black_600: #535a60; |
| 24 |
--black_700: #3c4146; |
| 25 |
--black_750: #2f3337; |
| 26 |
--black_800: #242729; |
| 27 |
--black_900: #0c0d0e; |
| 28 |
--bbpc_color: #078669; |
| 29 |
--baseColor2: #4a6ee0; |
| 30 |
--bs_white: #fff; |
| 31 |
} |
| 32 |
|
| 33 |
/*font Variables*/ |
| 34 |
|
| 35 |
/**=== Functions ===**/ |
| 36 |
|
| 37 |
.col-md-offset-right-1, |
| 38 |
.col-lg-offset-right-1 { |
| 39 |
margin-right: 8.33333333%; |
| 40 |
} |
| 41 |
|
| 42 |
.single-forum-post-widget { |
| 43 |
box-shadow: 0 1.6px 3.5px 0 rgba(51, 77, 114, 0.1490196078), 0 0.5px 1px 0 rgba(51, 77, 114, 0.1019607843); |
| 44 |
border-radius: 10px; |
| 45 |
background-color: var(--bs-white); |
| 46 |
transition: all 0.3s ease-out; |
| 47 |
padding: 22px 35px 18px 30px; |
| 48 |
display: flex; |
| 49 |
align-items: center; |
| 50 |
justify-content: space-between; |
| 51 |
margin-top: 10px; |
| 52 |
} |
| 53 |
|
| 54 |
.single-forum-post-widget:first-child { |
| 55 |
margin-top: 0; |
| 56 |
} |
| 57 |
|
| 58 |
.single-forum-post-widget:hover { |
| 59 |
box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.1490196078); |
| 60 |
transform: translateX(2px); |
| 61 |
} |
| 62 |
|
| 63 |
.single-forum-post-widget:hover .post-title h6 a { |
| 64 |
color: var(--bbpc_brand_color); |
| 65 |
} |
| 66 |
|
| 67 |
.single-forum-post-widget .post-title { |
| 68 |
margin-bottom: 15px; |
| 69 |
} |
| 70 |
|
| 71 |
.single-forum-post-widget .post-title h6 { |
| 72 |
margin-bottom: 0; |
| 73 |
line-height: 22px; |
| 74 |
font-size: 16px; |
| 75 |
font-weight: 500; |
| 76 |
text-transform: capitalize; |
| 77 |
} |
| 78 |
|
| 79 |
.single-forum-post-widget .post-title h6 a { |
| 80 |
color: var(--black_800); |
| 81 |
font-size: 18px; |
| 82 |
} |
| 83 |
|
| 84 |
.single-forum-post-widget .post-title h6 a:hover { |
| 85 |
text-decoration: none; |
| 86 |
} |
| 87 |
|
| 88 |
.single-forum-post-widget .post-title i { |
| 89 |
font-size: 15px; |
| 90 |
color: #2ed83f; |
| 91 |
vertical-align: middle; |
| 92 |
margin-left: 6px; |
| 93 |
} |
| 94 |
|
| 95 |
.single-forum-post-widget .post-info { |
| 96 |
display: flex; |
| 97 |
flex-wrap: wrap; |
| 98 |
margin-bottom: 5px; |
| 99 |
} |
| 100 |
|
| 101 |
.single-forum-post-widget .post-info > div { |
| 102 |
margin-right: 15px; |
| 103 |
display: flex; |
| 104 |
} |
| 105 |
|
| 106 |
.single-forum-post-widget .post-info > div img { |
| 107 |
margin-right: 5px; |
| 108 |
height: 15px; |
| 109 |
width: 15px; |
| 110 |
} |
| 111 |
|
| 112 |
.single-forum-post-widget .post-info > div { |
| 113 |
color: var(--black_600); |
| 114 |
font-size: 14px; |
| 115 |
font-weight: 400; |
| 116 |
line-height: 16px; |
| 117 |
} |
| 118 |
|
| 119 |
.single-forum-post-widget .post-info > div a { |
| 120 |
color: var(--black_600); |
| 121 |
} |
| 122 |
|
| 123 |
.single-forum-post-widget .post-tags { |
| 124 |
display: flex; |
| 125 |
} |
| 126 |
|
| 127 |
.single-forum-post-widget .post-tags .single-tag { |
| 128 |
padding: 3px 9.5px; |
| 129 |
border-radius: 3px; |
| 130 |
font-size: 12px; |
| 131 |
font-weight: 400; |
| 132 |
line-height: 14px; |
| 133 |
color: #fff; |
| 134 |
margin: 12px 10px 0 0; |
| 135 |
} |
| 136 |
|
| 137 |
.single-forum-post-widget .post-tags .single-tag:last-child { |
| 138 |
margin-right: 0; |
| 139 |
} |
| 140 |
|
| 141 |
.single-forum-post-widget .post-tags .single-tag.tag-jq { |
| 142 |
background-color: #f7ab40; |
| 143 |
} |
| 144 |
|
| 145 |
.single-forum-post-widget .post-tags .single-tag.tag-php { |
| 146 |
background-color: #7543e0; |
| 147 |
} |
| 148 |
|
| 149 |
.single-forum-post-widget .post-tags .single-tag.tag-wp { |
| 150 |
background-color: #6078ce; |
| 151 |
} |
| 152 |
|
| 153 |
.single-forum-post-widget .post-tags .single-tag.tag-js { |
| 154 |
background-color: #ff7245; |
| 155 |
} |
| 156 |
|
| 157 |
.single-forum-post-widget .post-tags .single-tag.tag-dvlp { |
| 158 |
background-color: #48a6ea; |
| 159 |
} |
| 160 |
|
| 161 |
.single-forum-post-widget .post-tags .single-tag.tag-ecmrc { |
| 162 |
background-color: #333333; |
| 163 |
} |
| 164 |
|
| 165 |
.single-forum-post-widget .post-tags .single-tag.tag-foram { |
| 166 |
background-color: var(--bbpc_brand_color); |
| 167 |
} |
| 168 |
|
| 169 |
.single-forum-post-widget .post-tags .single-tag.tag-hlp { |
| 170 |
background-color: #2c53df; |
| 171 |
} |
| 172 |
|
| 173 |
.single-forum-post-widget .post-tags .single-tag.tag-sprt { |
| 174 |
background-color: #0cc72a; |
| 175 |
} |
| 176 |
|
| 177 |
.single-forum-post-widget .post-reach { |
| 178 |
border-left: 1px solid var(--black_50); |
| 179 |
padding-left: 15px; |
| 180 |
} |
| 181 |
|
| 182 |
.single-forum-post-widget .post-reach > div { |
| 183 |
font-size: 12px; |
| 184 |
font-weight: 400; |
| 185 |
line-height: 14px; |
| 186 |
color: #848d95; |
| 187 |
margin-top: 10px; |
| 188 |
display: flex; |
| 189 |
align-items: center; |
| 190 |
} |
| 191 |
|
| 192 |
.single-forum-post-widget .post-reach > div:first-child { |
| 193 |
margin-top: 0; |
| 194 |
} |
| 195 |
|
| 196 |
.single-forum-post-widget .post-reach > div img { |
| 197 |
margin-right: 5px; |
| 198 |
} |
| 199 |
|
| 200 |
.community-area .nav-tabs { |
| 201 |
border-bottom: 1px solid var(--black_50); |
| 202 |
} |
| 203 |
|
| 204 |
.community-area .nav-tabs .nav-item:hover button { |
| 205 |
color: var(--bbpc_brand_color); |
| 206 |
} |
| 207 |
|
| 208 |
.community-area .nav-tabs .nav-item button { |
| 209 |
background-color: transparent; |
| 210 |
font-size: 16px; |
| 211 |
font-weight: 400; |
| 212 |
line-height: 26px; |
| 213 |
color: #535a60; |
| 214 |
padding: 10px 0; |
| 215 |
margin-right: 30px; |
| 216 |
border: none; |
| 217 |
border-bottom: 2px solid transparent; |
| 218 |
cursor: pointer; |
| 219 |
} |
| 220 |
|
| 221 |
.community-area .nav-tabs .nav-item button.active { |
| 222 |
border-bottom-color: var(--bbpc_brand_color); |
| 223 |
color: #171d24; |
| 224 |
font-weight: 500; |
| 225 |
} |
| 226 |
|
| 227 |
.community-area .sec-btn-blue { |
| 228 |
border-radius: 26px; |
| 229 |
border: 1px solid rgba(74, 110, 224, 0.4); |
| 230 |
color: #4a6ee0; |
| 231 |
background-color: transparent; |
| 232 |
font-weight: 700; |
| 233 |
font-size: 16px; |
| 234 |
padding: 10px 37px; |
| 235 |
} |
| 236 |
|
| 237 |
.community-area .sec-btn-blue:hover { |
| 238 |
background-color: #4a6ee0; |
| 239 |
color: #fff; |
| 240 |
box-shadow: none; |
| 241 |
} |
| 242 |
|
| 243 |
.community-topic-widget-box { |
| 244 |
box-shadow: 0 1.6px 3.5px 0 rgba(51, 77, 114, 0.1490196078), 0 0.5px 1px 0 rgba(51, 77, 114, 0.1019607843); |
| 245 |
border-radius: 10px; |
| 246 |
display: flex; |
| 247 |
padding: 40px; |
| 248 |
transition: all 0.3s ease-out; |
| 249 |
background-color: var(--bs-white); |
| 250 |
} |
| 251 |
|
| 252 |
.community-topic-widget-box:hover { |
| 253 |
box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.1490196078); |
| 254 |
} |
| 255 |
|
| 256 |
.community-topic-widget-box img { |
| 257 |
margin-right: 24px; |
| 258 |
max-width: 48px; |
| 259 |
} |
| 260 |
|
| 261 |
.community-topic-widget-box h5 { |
| 262 |
font-size: 18px; |
| 263 |
font-weight: 500; |
| 264 |
line-height: 21px; |
| 265 |
color: #171d24; |
| 266 |
margin-bottom: 5px; |
| 267 |
margin-top: 0; |
| 268 |
text-transform: capitalize; |
| 269 |
} |
| 270 |
|
| 271 |
.community-topic-widget-box h5:hover a { |
| 272 |
color: var(--bbpc_brand_color); |
| 273 |
text-decoration: none; |
| 274 |
} |
| 275 |
|
| 276 |
.community-topic-widget-box span { |
| 277 |
font-size: 14px; |
| 278 |
font-weight: 400; |
| 279 |
line-height: 22px; |
| 280 |
color: #6a737c; |
| 281 |
display: inline-block; |
| 282 |
} |
| 283 |
|
| 284 |
.community-topic-widget-box span:nth-child(2) { |
| 285 |
padding-right: 8px; |
| 286 |
} |
| 287 |
|
| 288 |
.community-topic-widget-box span:nth-child(4) { |
| 289 |
padding-left: 8px; |
| 290 |
} |
| 291 |
|
| 292 |
.community-topic-widget-box span.vr-line { |
| 293 |
color: var(--black_75); |
| 294 |
} |
| 295 |
|
| 296 |
.nav { |
| 297 |
display: flex; |
| 298 |
flex-wrap: wrap; |
| 299 |
padding-left: 0; |
| 300 |
margin-bottom: 0; |
| 301 |
list-style: none; |
| 302 |
margin-left: 0; |
| 303 |
} |
| 304 |
|
| 305 |
.bbpc-community-topic-widget-main-wrapper { |
| 306 |
--bs-gutter-x: 1.5rem; |
| 307 |
--bs-gutter-y: 0; |
| 308 |
display: grid; |
| 309 |
grid-template-columns: repeat(3, 1fr); |
| 310 |
grid-gap: 20px; |
| 311 |
} |
| 312 |
|
| 313 |
.bbpc-community-topic-widget-main-wrapper .bbpc-community-topic-widget-wrapper { |
| 314 |
display: contents; |
| 315 |
} |
| 316 |
|
| 317 |
@media (max-width: 1024px) { |
| 318 |
.bbpc-community-topic-widget-main-wrapper { |
| 319 |
grid-template-columns: repeat(2, 1fr); |
| 320 |
} |
| 321 |
} |
| 322 |
|
| 323 |
@media (max-width: 768px) { |
| 324 |
.bbpc-community-topic-widget-main-wrapper { |
| 325 |
grid-template-columns: repeat(1, 1fr); |
| 326 |
} |
| 327 |
} |
| 328 |
|
| 329 |
.bbpc-show-more-btn-wrapper { |
| 330 |
width: 100%; |
| 331 |
text-align: center; |
| 332 |
} |
| 333 |
|
| 334 |
.bbpc-show-more-btn-wrapper .show-more-btn { |
| 335 |
display: inline-block; |
| 336 |
box-shadow: 0 1.6px 3.5px 0 rgba(51, 77, 114, 0.1490196078), 0 0.5px 1px 0 rgba(51, 77, 114, 0.1019607843); |
| 337 |
transition: all 0.3s ease-out; |
| 338 |
font-size: 18px; |
| 339 |
font-weight: 400; |
| 340 |
color: #4a6ee0; |
| 341 |
height: 50px; |
| 342 |
border-radius: 5px; |
| 343 |
line-height: 48px; |
| 344 |
padding: 0 40px; |
| 345 |
text-align: center; |
| 346 |
background-color: var(--bs-white); |
| 347 |
margin-top: 50px; |
| 348 |
} |
| 349 |
|
| 350 |
.bbpc-show-more-btn-wrapper .show-more-btn:hover { |
| 351 |
box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.1215686275); |
| 352 |
color: #4a6ee0; |
| 353 |
} |
| 354 |
|
| 355 |
.bbpc-show-more-btn-wrapper .show-more-btn i { |
| 356 |
color: #4a6ee0; |
| 357 |
vertical-align: middle; |
| 358 |
} |
| 359 |
|
| 360 |
.bbpc-show-more-btn-wrapper .show-more-btn.show-more-round { |
| 361 |
height: 48px; |
| 362 |
border-radius: 24px; |
| 363 |
line-height: 47px; |
| 364 |
} |
| 365 |
|
| 366 |
.bbpc-show-more-btn-wrapper .show-more-btn:hover { |
| 367 |
text-decoration: none; |
| 368 |
} |
| 369 |
|
| 370 |
/*------- Forum Tab widget tags --------*/ |
| 371 |
|
| 372 |
.single-forum-post-widget .post-tags a { |
| 373 |
font-weight: 400; |
| 374 |
line-height: 14px; |
| 375 |
font-size: 12px; |
| 376 |
padding: 3px 10px; |
| 377 |
background: #6078ce; |
| 378 |
margin: 12px 10px 0 0; |
| 379 |
border-radius: 3px; |
| 380 |
color: #fff; |
| 381 |
text-decoration: none; |
| 382 |
} |
| 383 |
|
| 384 |
.single-forum-post-widget .post-tags a:hover { |
| 385 |
background: #4766d5; |
| 386 |
} |
| 387 |
|
| 388 |
.tab-content { |
| 389 |
padding-top: 40px; |
| 390 |
} |
| 391 |
|
| 392 |
.tab-content .tab { |
| 393 |
display: none; |
| 394 |
} |
| 395 |
|
| 396 |
.tab-content.active { |
| 397 |
display: block; |
| 398 |
} |
| 399 |
|
| 400 |
.community-area .tab-content:not(.active) { |
| 401 |
display: none; |
| 402 |
} |
| 403 |
|
| 404 |
.alert-warning { |
| 405 |
color: #664d03; |
| 406 |
background-color: #fff3cd; |
| 407 |
border-color: #ffecb5; |
| 408 |
} |
| 409 |
|
| 410 |
.alert { |
| 411 |
position: relative; |
| 412 |
padding: 1rem 1rem; |
| 413 |
margin-bottom: 1rem; |
| 414 |
border: 1px solid transparent; |
| 415 |
border-radius: 0.25rem; |
| 416 |
} |
| 417 |
|
| 418 |
.dbl-arrow-upper { |
| 419 |
display: inline-block; |
| 420 |
} |
| 421 |
|
| 422 |
.dbl-arrow-upper .arrow-cont { |
| 423 |
cursor: pointer; |
| 424 |
position: relative; |
| 425 |
display: inline-block; |
| 426 |
height: 24px; |
| 427 |
width: 20px; |
| 428 |
margin-right: 3px; |
| 429 |
} |
| 430 |
|
| 431 |
.dbl-arrow-upper .arrow-cont svg { |
| 432 |
position: absolute; |
| 433 |
bottom: 0; |
| 434 |
margin-left: 0; |
| 435 |
background-size: contain; |
| 436 |
top: 8px; |
| 437 |
left: 0; |
| 438 |
} |
| 439 |
|
| 440 |
.dbl-arrow-upper .arrow-cont .second { |
| 441 |
margin-top: 5px; |
| 442 |
} |
| 443 |
|
| 444 |
.dbl-arrow-upper:hover svg { |
| 445 |
animation-name: bounceAlphaUp; |
| 446 |
animation-duration: 1.4s; |
| 447 |
animation-iteration-count: infinite; |
| 448 |
animation-timing-function: linear; |
| 449 |
} |
| 450 |
|
| 451 |
.dbl-arrow-upper:hover svg.first { |
| 452 |
animation-name: bounceAlphaUp; |
| 453 |
animation-duration: 1.4s; |
| 454 |
animation-delay: 0.2s; |
| 455 |
animation-iteration-count: infinite; |
| 456 |
animation-timing-function: linear; |
| 457 |
} |
| 458 |
|
| 459 |
@keyframes bounceAlphaUp { |
| 460 |
0% { |
| 461 |
opacity: 1; |
| 462 |
transform: translateY(0) scale(1); |
| 463 |
} |
| 464 |
25% { |
| 465 |
opacity: 0; |
| 466 |
transform: translateY(10px) scale(0.9); |
| 467 |
} |
| 468 |
26% { |
| 469 |
opacity: 0; |
| 470 |
transform: translateY(-10px) scale(0.9); |
| 471 |
} |
| 472 |
55% { |
| 473 |
opacity: 1; |
| 474 |
transform: translateY(0) scale(1); |
| 475 |
} |
| 476 |
} |
| 477 |
|
| 478 |
/*# sourceMappingURL=index.css.map*/ |