mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 03:09:24 +01:00
15 lines
126 B
CSS
15 lines
126 B
CSS
.star-rating {
|
|
position: relative;
|
|
}
|
|
|
|
.stars {
|
|
display: flex;
|
|
gap: 4px;
|
|
}
|
|
|
|
.rating {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|