This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

resources styled

+22 -12
+22 -12
src/components/Resources/Resources.css
··· 308 308 309 309 /* Improved NEW badge styling */ 310 310 .new-badge { 311 - background-color: var(--button-bg); 311 + align-items: center; 312 + animation: pulse 2s infinite; 313 + background-color: #666 !important; 314 + border-radius: 5.9px; 312 315 color: var(--button-text); 313 - padding: 2px 8px; 314 - border-radius: 12px; 315 - font-size: 0.7rem; 316 - font-weight: bold; 317 316 display: inline-flex; 318 - align-items: center; 317 + font-size: .7rem; 318 + font-weight: 700; 319 319 height: 18px; 320 - vertical-align: text-top; 321 - animation: pulse 2s infinite; 320 + padding: 2px 8px; 321 + padding-bottom: 2px; 322 + vertical-align: text-bottom; 323 + margin-bottom: 4px; 324 + padding-bottom: 0px; 322 325 } 323 326 324 327 @keyframes pulse { ··· 370 373 } 371 374 372 375 .quality-star { 373 - font-size: 1.1rem; 374 - margin-left: 3px; 375 - font-weight: bold; 376 - text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); 376 + font-size: 1.4em; 377 + font-weight: 700; 378 + text-shadow: 0 1px 1px #0000001a; 377 379 } 378 380 379 381 .quality-star.filled { ··· 382 384 383 385 .quality-star.empty { 384 386 color: var(--card-border); 387 + } 388 + 389 + .star-filter-container .quality-star.filled { 390 + margin-bottom: 3.5px; 391 + } 392 + 393 + .star-filter-container .quality-star.empty { 394 + margin-bottom: 3.5px; 385 395 } 386 396 387 397 .no-results {