mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 04:39:21 +01:00
* Add global styling docs * Add global styling and filled icon docs * Fix typos global-styling.md * Update filled-icons.md
15 lines
126 B
CSS
15 lines
126 B
CSS
.star-rating {
|
|
position: relative;
|
|
}
|
|
|
|
.stars {
|
|
display: flex;
|
|
gap: 4px;
|
|
}
|
|
|
|
.rating {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|