mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
10 lines
150 B
SCSS
10 lines
150 B
SCSS
.stars {
|
|
display: inline-flex;
|
|
color: $gray-400;
|
|
font-size: $h5-font-size;
|
|
|
|
.star:not(:first-child) {
|
|
margin-inline-start: 0.25rem;
|
|
}
|
|
}
|