alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
resources styled
author
damedotblog
date
1 year ago
(Feb 27, 2025, 8:33 PM -0500)
commit
2997006c
2997006c7195bfa4eaedea51e75212e2aa9e469c
parent
e83adb65
e83adb657676ef6caa87d8677a7305992181449d
+22
-12
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Resources
Resources.css
+22
-12
src/components/Resources/Resources.css
Reviewed
···
308
308
309
309
/* Improved NEW badge styling */
310
310
.new-badge {
311
311
-
background-color: var(--button-bg);
311
311
+
align-items: center;
312
312
+
animation: pulse 2s infinite;
313
313
+
background-color: #666 !important;
314
314
+
border-radius: 5.9px;
312
315
color: var(--button-text);
313
313
-
padding: 2px 8px;
314
314
-
border-radius: 12px;
315
315
-
font-size: 0.7rem;
316
316
-
font-weight: bold;
317
316
display: inline-flex;
318
318
-
align-items: center;
317
317
+
font-size: .7rem;
318
318
+
font-weight: 700;
319
319
height: 18px;
320
320
-
vertical-align: text-top;
321
321
-
animation: pulse 2s infinite;
320
320
+
padding: 2px 8px;
321
321
+
padding-bottom: 2px;
322
322
+
vertical-align: text-bottom;
323
323
+
margin-bottom: 4px;
324
324
+
padding-bottom: 0px;
322
325
}
323
326
324
327
@keyframes pulse {
···
370
373
}
371
374
372
375
.quality-star {
373
373
-
font-size: 1.1rem;
374
374
-
margin-left: 3px;
375
375
-
font-weight: bold;
376
376
-
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
376
376
+
font-size: 1.4em;
377
377
+
font-weight: 700;
378
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
387
+
}
388
388
+
389
389
+
.star-filter-container .quality-star.filled {
390
390
+
margin-bottom: 3.5px;
391
391
+
}
392
392
+
393
393
+
.star-filter-container .quality-star.empty {
394
394
+
margin-bottom: 3.5px;
385
395
}
386
396
387
397
.no-results {