1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/core/scss/ui/_stars.scss
2025-05-27 23:56:04 +02:00

10 lines
141 B
SCSS

.stars {
display: inline-flex;
color: $gray-400;
font-size: $h5-font-size;
.star:not(:first-child) {
margin-left: .25rem;
}
}