1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00
Files
tabler/scss/ui/_stars.scss
T

14 lines
153 B
SCSS

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